Show patches with: Submitter = Florian Weimer       |   2815 patches
« 1 2 ... 12 13 1428 29 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,1/2] Change how the symbol_version_reference macro is defined Transparent multi-version symbol support - - 1 - --- 2021-03-18 Florian Weimer New
[v3,37/37] nptl: Remove remnants of the libc/libpthread forwarder interface libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,36/37] nptl: Move setxid broadcast implementation into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,35/37] nptl: Move core condition variable functions into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,34/37] nptl: Move core mutex functions into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,33/37] x86: Remove low-level lock optimization libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,32/37] nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,31/37] nptl: Move internal symbol __mutex_aconf into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,30/37] pthread: Introduce __pthread_early_init libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,29/37] nptl: Move the internal thread priority protection symbols into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,28/37] nptl: Move rwlock functions with forwarders into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,27/37] nptl: Move pthread_key_delete into libc. libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,26/37] nptl: Move pthread_setspecific, __pthread_setspecific into libc libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,25/37] nptl: Move pthread_getspecific, __pthread_getspecific into libc libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,24/37] nptl: Move pthread_key_create, __pthread_key_create into libc libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,22/37] elf: Introduce __tls_init_tp for second-phase TCB initialization libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,21/37] Remove pthread_key_create-related internals from libc-lock.h libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,20/37] dlfcn: dlerror needs to call free from the base namespace [BZ #24773] libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,19/37] dlfcn: Failures after dlmopen should not terminate process [BZ #24772] libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,18/37] nptl: Invoke the set_robust_list system call directly in fork libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,17/37] nptl: Move pthread_setcanceltype into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,16/37] nptl: Move pthread_setcancelstate into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,15/37] nptl: Move pthread_exit into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,14/37] nptl: Move __nptl_deallocate_tsd into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,13/37] nptl: Move __pthread_keys global variable into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,12/37] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,11/37] nptl: Move internal __nptl_nthreads variable into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,10/37] csu: Move calling main out of __libc_start_main_impl libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,09/37] nptl: Move __pthread_unwind_next into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,08/37] nptl: Move pthread_once and __pthread_once into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,07/37] nptl: Move __pthread_cleanup_upto into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,06/37] x86: Restore compile-time check for shadow stack pointer in longjmp libpthread removal: NPTL forwarders are gone - - - - --- 2021-03-16 Florian Weimer New
[v3,05/37] nptl: Remove longjmp, siglongjmp from libpthread libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,04/37] nptl: Move legacy cancelation handling into libc as compat symbols libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,03/37] nptl: Move legacy unwinding implementation into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,02/37] nptl: Move __pthread_cleanup_routine into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[v3,01/37] nptl: Move pthread_mutex_consistent into libc libpthread removal: NPTL forwarders are gone - - 1 - --- 2021-03-16 Florian Weimer New
[COMMITTED,2.33] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] [COMMITTED,2.33] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] - - - - --- 2021-03-16 Florian Weimer New
[v2] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] [v2] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] - - - - --- 2021-03-15 Florian Weimer New
[2/2] dlfcn: dlerror needs to call free from the base namespace [BZ #24773] ld.so memory management cleanups - - - - --- 2021-03-15 Florian Weimer New
[1/2] dlfcn: Failures after dlmopen should not terminate process [BZ #24772] ld.so memory management cleanups - - - - --- 2021-03-15 Florian Weimer New
elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] - - - - --- 2021-03-15 Florian Weimer New
[18/18] nptl: Invoke the set_robust_list system call directly in fork Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[17/18] nptl: Move pthread_setcanceltype into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[16/18] nptl: Move pthread_setcancelstate into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[15/18] nptl: Move pthread_exit into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[14/18] nptl: Move __nptl_deallocate_tsd into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[13/18] nptl: Move __pthread_keys global variable into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[12/18] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[11/18] nptl: Move internal __nptl_nthreads variable into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[10/18] csu: Move calling main out of __libc_start_main_impl Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[09/18] nptl: Move __pthread_unwind_next into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[08/18] nptl: Move pthread_once and __pthread_once into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[07/18] nptl: Move __pthread_cleanup_upto into libc Repost of pending libpthread removal patches - - 1 - --- 2021-03-12 Florian Weimer New
[06/18] Legacy unwinder: Remove definition of _Unwind_GetCFA Repost of pending libpthread removal patches - - 1 - --- 2021-03-12 Florian Weimer New
[05/18] nptl: Remove longjmp, siglongjmp from libpthread Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[04/18] nptl: Move legacy cancelation handling into libc as compat symbols Repost of pending libpthread removal patches - - 1 - --- 2021-03-12 Florian Weimer New
[03/18] nptl: Move legacy unwinding implementation into libc Repost of pending libpthread removal patches - - 1 - --- 2021-03-12 Florian Weimer New
[02/18] nptl: Move __pthread_cleanup_routine into libc Repost of pending libpthread removal patches - - 1 - --- 2021-03-12 Florian Weimer New
[01/18] nptl: Move pthread_mutex_consistent into libc Repost of pending libpthread removal patches - - - - --- 2021-03-12 Florian Weimer New
[3/3] scripts/merge-abilist.py: New script to merge abilist files Merge helper for abilist files - - - - --- 2021-03-12 Florian Weimer New
[2/3] glibcymbols.read_abilist: Add check for duplicate symbols Merge helper for abilist files - - 1 - --- 2021-03-12 Florian Weimer New
[1/3] scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.py Merge helper for abilist files - - 1 - --- 2021-03-12 Florian Weimer New
Add support for static internal tests Add support for static internal tests - - - - --- 2021-03-09 Florian Weimer New
elf: Always set l in _dl_init_paths (bug 23462) elf: Always set l in _dl_init_paths (bug 23462) - - - - --- 2021-03-05 Florian Weimer New
Linux: dirent/tst-readdir64-compat can be a regular test Linux: dirent/tst-readdir64-compat can be a regular test - - 1 - --- 2021-03-05 Florian Weimer New
Linux: misc/tst-ofdlocks-compat can be a regular test Linux: misc/tst-ofdlocks-compat can be a regular test - - 1 - --- 2021-03-05 Florian Weimer New
sunrpc: tst-svc_register can be a regular test sunrpc: tst-svc_register can be a regular test - - 1 - --- 2021-03-05 Florian Weimer New
resolv: tst-p_secstodate can be a regular test resolv: tst-p_secstodate can be a regular test - - 1 - --- 2021-03-05 Florian Weimer New
posix: tst-spawn4-compat can be a regular test posix: tst-spawn4-compat can be a regular test - - 1 - --- 2021-03-05 Florian Weimer New
posix: tst-glob_lstat_compat no longer needs to be an internal test posix: tst-glob_lstat_compat no longer needs to be an internal test - - 1 - --- 2021-03-05 Florian Weimer New
posix: glob, glob64 should not be declared __THROW [BZ #27522] posix: glob, glob64 should not be declared __THROW [BZ #27522] - - 1 - --- 2021-03-05 Florian Weimer New
math: test-matherr and test-matherr-2 can be regular tests math: test-matherr and test-matherr-2 can be regular tests - - 1 - --- 2021-03-04 Florian Weimer New
math: $(libm-tests-compat) can be regular tests math: $(libm-tests-compat) can be regular tests - - 1 - --- 2021-03-04 Florian Weimer New
malloc: Turn tst-mallocstate into a non-internal test malloc: Turn tst-mallocstate into a non-internal test - - - - --- 2021-03-04 Florian Weimer New
[8/8] nptl: Move __pthread_unwind_next into libc Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[7/8] nptl: Move __pthread_cleanup_upto into libc Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[6/8] Legacy unwinder: Remove definition of _Unwind_GetCFA Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[5/8] nptl: Remove longjmp, siglongjmp from libpthread Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[4/8] nptl: Move legacy cancelation handling into libc as compat symbols Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[3/8] nptl: Move legacy unwinding implementation into libc Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[2/8] nptl: Move __pthread_cleanup_routine into libc Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[v3,1/8] nptl: Move pthread_mutex_consistent into libc Move libpthread unwind-related functionality into libc - - - - --- 2021-03-04 Florian Weimer New
[v4] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC [v4] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC - - - - --- 2021-03-04 Florian Weimer New
[COMMITTED] powerpc: Regenerate ulps [COMMITTED] powerpc: Regenerate ulps - - - - --- 2021-03-03 Florian Weimer New
[v3] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC [v3] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC - - - - --- 2021-03-03 Florian Weimer New
[v2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC [v2] <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC - - - - --- 2021-03-02 Florian Weimer New
<shlib-compat.h>: Support compat_symbol_reference for _ISOMAC <shlib-compat.h>: Support compat_symbol_reference for _ISOMAC - - - - --- 2021-03-02 Florian Weimer New
[COMMITTED] i386: Regenerate ulps [COMMITTED] i386: Regenerate ulps - - - - --- 2021-03-02 Florian Weimer New
[v3,2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics [1/2] x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield - - - - --- 2021-03-02 Florian Weimer New
[1/2] x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield [1/2] x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield - - - - --- 2021-03-02 Florian Weimer New
nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptions nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptions - - - - --- 2021-03-02 Florian Weimer New
elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] - - - - --- 2021-03-02 Florian Weimer New
[v2,2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics [v2] ld.so: Implement the --list-diagnostics option - - - - --- 2021-03-02 Florian Weimer New
[v2] ld.so: Implement the --list-diagnostics option [v2] ld.so: Implement the --list-diagnostics option - - - - --- 2021-03-02 Florian Weimer New
[v2] nptl: Move pthread_mutex_consistent into libc [v2] nptl: Move pthread_mutex_consistent into libc - - - - --- 2021-03-01 Florian Weimer New
[2/2] x86: Add CPU-specific diagnostics to ld.so --list-diagnostics [1/2] ld.so: Implement the --list-diagnostics option - - - - --- 2021-02-24 Florian Weimer New
[1/2] ld.so: Implement the --list-diagnostics option [1/2] ld.so: Implement the --list-diagnostics option - - - - --- 2021-02-24 Florian Weimer New
nptl: Move pthread_mutex_consistent into libc nptl: Move pthread_mutex_consistent into libc - - - - --- 2021-02-23 Florian Weimer New
« 1 2 ... 12 13 1428 29 »