Toggle navigation
Patchwork
GNU C Library
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| Archived =
No
| 14413 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Needs Review / ACK
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
3
4
…
144
145
»
Patch
Series
A/F/R/T
S/W/F
Date
Submitter
Delegate
State
[review,v2] hurd: Fix GCC 10 -Warray-bounds warning in init-first.c
[review,v2] hurd: Fix GCC 10 -Warray-bounds warning in init-first.c
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[review] hurd: Fix GCC 10 -Warray-bounds warning in init-first.c
[review] hurd: Fix GCC 10 -Warray-bounds warning in init-first.c
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[review,v3] Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
[review,v3] Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[review,v3] Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
[review,v3] Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[review,v3] Block signals during the initial part of dlopen
[review,v3] Block signals during the initial part of dlopen
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[pushed] Properly initialize audit cookie for the dynamic loader [BZ #25157]
[pushed] Properly initialize audit cookie for the dynamic loader [BZ #25157]
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[pushed] Introduce link_map_audit_state accessor function
[pushed] Introduce link_map_audit_state accessor function
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[pushed] Avoid zero-length array at the end of struct link_map [BZ #25097]
[pushed] Avoid zero-length array at the end of struct link_map [BZ #25097]
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[pushed] linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
[pushed] linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
- - - -
0 0 0
2019-11-15
Carlos O'Donell (Code Review)
New
[v2] misc: Set generic pselect as ENOSYS
[v2] misc: Set generic pselect as ENOSYS
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[2/2] linux: Remove __ASSUME_PSELECT
[1/2] misc: Set generic pselect as ENOSYS
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[1/2] misc: Set generic pselect as ENOSYS
[1/2] misc: Set generic pselect as ENOSYS
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[7/7] Consolidate wait3 implementations
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[6/7] Implement waitpid in terms of wait4
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[5/7] linux: Use waitid on wait4 if __NR_wait4 is not defined
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[4/7] Implement wait in terms of waitpid
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[3/7] nptl: Move waitpid implementation to libc
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[2/7] nptl: Move wait implementation to libc
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[1/7] Remove __waitpid_nocancel
[1/7] Remove __waitpid_nocancel
- - - -
0 0 0
2019-11-14
Adhemerval Zanella
New
[PATCHv3] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
[PATCHv3] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
- - - -
0 0 0
2019-11-14
Diego (Egor) Kobylkin
New
[PATCHv2] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
[PATCHv2] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
- - - -
0 0 0
2019-11-14
Diego (Egor) Kobylkin
New
[pushed] nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92...
[pushed] nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92...
- - - -
0 0 0
2019-11-14
Carlos O'Donell (Code Review)
New
[2/2] sparc: Use atomic compiler builtins on sparc
[1/2] Remove 32 bit sparc v7 support
- - - 1
0 0 0
2019-11-13
Adhemerval Zanella
New
[1/2] Remove 32 bit sparc v7 support
[1/2] Remove 32 bit sparc v7 support
- - - -
0 0 0
2019-11-13
Adhemerval Zanella
New
[pushed] Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
[pushed] Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
- - - -
0 0 0
2019-11-13
Carlos O'Donell (Code Review)
New
RFC: y2038: linux: Adjust __poll function implementation to use __ppoll64
RFC: y2038: linux: Adjust __poll function implementation to use __ppoll64
- - 1 -
0 0 0
2019-11-13
Lukasz Majewski
New
[pushed] support: Fix support_set_small_thread_stack_size to build on Hurd
[pushed] support: Fix support_set_small_thread_stack_size to build on Hurd
- - 1 -
0 0 0
2019-11-13
Carlos O'Donell (Code Review)
New
[review,v2] support: Fix support_set_small_thread_stack_size to build on Hurd
[review,v2] support: Fix support_set_small_thread_stack_size to build on Hurd
- - 1 -
0 0 0
2019-11-13
Carlos O'Donell (Code Review)
New
Add new script for plotting string benchmark JSON output
Add new script for plotting string benchmark JSON output
- - - -
0 0 0
2019-11-13
Krzysztof Koch
New
Always do locking when accessing streams (bug 15142)
Always do locking when accessing streams (bug 15142)
- - - -
0 0 0
2019-11-13
Andreas Schwab
New
fix null pointer in mtrace
fix null pointer in mtrace
- - - -
0 0 0
2019-11-13
Liusirui
New
[pushed] Clarify purpose of assert in _dl_lookup_symbol_x
[pushed] Clarify purpose of assert in _dl_lookup_symbol_x
- - 2 -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[pushed] login: Use pread64 in utmp implementation
[pushed] login: Use pread64 in utmp implementation
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review] support: Fix support_set_small_thread_stack_size to build on Hurd
[review] support: Fix support_set_small_thread_stack_size to build on Hurd
- - 1 -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review,v3] support: Include <limits.h> in support_set_small_thread_stack_size.c
[review,v3] support: Include <limits.h> in support_set_small_thread_stack_size.c
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review,v2] support: Include <limits.h> in support_small_stack_thread_attribute.c
[review,v2] support: Include <limits.h> in support_small_stack_thread_attribute.c
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review] support: Include <limits.h> in support_small_stack_thread_attribute.c
[review] support: Include <limits.h> in support_small_stack_thread_attribute.c
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
libc: Don't use a custom wrapper macro around __has_include.
libc: Don't use a custom wrapper macro around __has_include.
- - - -
0 0 0
2019-11-12
Emilio Cobos Álvarez
New
tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
- - - -
0 0 0
2019-11-12
Alistair Francis
New
[review,v3] Clarify purpose of assert in _dl_lookup_symbol_x
[review,v3] Clarify purpose of assert in _dl_lookup_symbol_x
- - 2 -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[pushed] login: Introduce matches_last_entry to utmp processing
[pushed] login: Introduce matches_last_entry to utmp processing
- 1 - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[pushed] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
[pushed] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[pushed] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
[pushed] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review,v2] Clarify purpose of assert in _dl_lookup_symbol_x
[review,v2] Clarify purpose of assert in _dl_lookup_symbol_x
- - 1 -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[v2] Remove 32 bit sparc v8 support
[v2] Remove 32 bit sparc v8 support
- - - -
0 0 0
2019-11-12
Adhemerval Zanella
New
[review] login: Use pread64 in utmp implementation
[review] login: Use pread64 in utmp implementation
- - - -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
[review] login: Introduce matches_last_entry to utmp processing
[review] login: Introduce matches_last_entry to utmp processing
- 1 1 -
0 0 0
2019-11-12
Carlos O'Donell (Code Review)
New
fix null pointer in mtrace
fix null pointer in mtrace
- - - -
0 0 0
2019-11-12
Liusirui
New
[5/5] y2038: linux: Provide __timer_settime64 implementation
y2038: linux: timer_[sg]ettime conversion to 64 bit time
- - 1 -
0 0 0
2019-11-11
Lukasz Majewski
New
[4/5] y2038: linux: Provide __timer_gettime64 implementation
y2038: linux: timer_[sg]ettime conversion to 64 bit time
- - 1 -
0 0 0
2019-11-11
Lukasz Majewski
New
[3/5] timer: Decouple x86_64 specific timer_settime from generic Linux implementation
y2038: linux: timer_[sg]ettime conversion to 64 bit time
- - 1 -
0 0 0
2019-11-11
Lukasz Majewski
New
[2/5] timer: Decouple x86_64 specific timer_gettime from generic Linux implementation
y2038: linux: timer_[sg]ettime conversion to 64 bit time
- - 1 -
0 0 0
2019-11-11
Lukasz Majewski
New
[1/5] time: Introduce glibc's internal struct __itimerspec64
y2038: linux: timer_[sg]ettime conversion to 64 bit time
- - 1 -
0 0 0
2019-11-11
Lukasz Majewski
New
ieee754/dbl-64: Reduce the scope of temporary storage variables
ieee754/dbl-64: Reduce the scope of temporary storage variables
- - - -
0 0 0
2019-11-11
Vineet Gupta
New
[5.3,063/193] clone3: validate stack arguments
Untitled series #142145
2 1 - -
0 0 0
2019-11-11
Greg KH
New
Remove 32 bit sparc v8 support
Remove 32 bit sparc v8 support
- - - -
0 0 0
2019-11-11
Adhemerval Zanella
New
Fix clock_nanosleep when interrupted by a signal
Fix clock_nanosleep when interrupted by a signal
- - - -
0 0 0
2019-11-11
Adhemerval Zanella
New
libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
- - - -
0 0 0
2019-11-11
Arjun Shankar
New
support: Add xsetlocale function
support: Add xsetlocale function
- - - -
0 0 0
2019-11-11
Arjun Shankar
New
[pushed] support: Add support_set_small_thread_stack_size
[pushed] support: Add support_set_small_thread_stack_size
- - - -
0 0 0
2019-11-11
Carlos O'Donell (Code Review)
New
[pushed] linux: Reduce stack size for nptl/tst-thread-affinity-pthread
[pushed] linux: Reduce stack size for nptl/tst-thread-affinity-pthread
- - - -
0 0 0
2019-11-11
Carlos O'Donell (Code Review)
New
[review] linux: Reduce stack size for nptl/tst-thread-affinity-pthread
[review] linux: Reduce stack size for nptl/tst-thread-affinity-pthread
- - - -
0 0 0
2019-11-11
Carlos O'Donell (Code Review)
New
[review] linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
[review] linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
- - - -
0 0 0
2019-11-11
Carlos O'Donell (Code Review)
New
[review] support: Add support_set_small_thread_stack_size
[review] support: Add support_set_small_thread_stack_size
- - - -
0 0 0
2019-11-11
Carlos O'Donell (Code Review)
New
[v2,2/2] sysdeps/clock_gettime: Use clock_gettime64 if avaliable
[v2,1/2] sysdeps: Add clock_gettime64 vDSO
- - - -
0 0 0
2019-11-10
Alistair Francis
New
[v2,1/2] sysdeps: Add clock_gettime64 vDSO
[v2,1/2] sysdeps: Add clock_gettime64 vDSO
- - 1 -
0 0 0
2019-11-10
Alistair Francis
New
[review,v2] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
[review,v2] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25...
- - - -
0 0 0
2019-11-09
Carlos O'Donell (Code Review)
New
Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X
Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X
- - - -
0 0 0
2019-11-08
Joseph Myers
New
[review] nptl: Cleanup mutex internal offset tests
[review] nptl: Cleanup mutex internal offset tests
- - - -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[review,v2] nptl: Add struct_rwlock.h
[review,v2] nptl: Add struct_rwlock.h
- - - -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[review,v2] nptl: Add tests for internal pthread_rwlock_t offsets
[review,v2] nptl: Add tests for internal pthread_rwlock_t offsets
- - - -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[review,v2] nptl: Add default pthread-offsets.h
[review,v2] nptl: Add default pthread-offsets.h
- - - -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[review,v2] nptl: Add struct_mutex.h
[review,v2] nptl: Add struct_mutex.h
- - - -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[v6,3/3] time: Define time64 nanosleep
[v6,1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
- - - -
0 0 0
2019-11-08
Alistair Francis
New
[v6,2/3] time: Define time64 thrd_sleep
[v6,1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
- - - -
0 0 0
2019-11-08
Alistair Francis
New
[v6,1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
[v6,1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
- - - -
0 0 0
2019-11-08
Alistair Francis
New
[2/2] linux: clock_settime: Return proper value when passing NULL pointer
[1/2] linux: clock_settime: Remove check for nanoseconds validity
- - 1 -
0 0 0
2019-11-08
Lukasz Majewski
New
[1/2] linux: clock_settime: Remove check for nanoseconds validity
[1/2] linux: clock_settime: Remove check for nanoseconds validity
- - 1 -
0 0 0
2019-11-08
Lukasz Majewski
New
[review] dlsym: Do not determine caller link map if not needed
[review] dlsym: Do not determine caller link map if not needed
- - 2 -
0 0 0
2019-11-08
Carlos O'Donell (Code Review)
New
[v2] y2038: linux: Provide __ppoll64 implementation
[v2] y2038: linux: Provide __ppoll64 implementation
- - - -
0 0 0
2019-11-08
Lukasz Majewski
New
[pushed] login: Acquire write lock early in pututline [BZ #24882]
[pushed] login: Acquire write lock early in pututline [BZ #24882]
- - 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] login: Acquire write lock early in pututline [BZ #24882]
[pushed] login: Acquire write lock early in pututline [BZ #24882]
- - 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review,v3] login: Acquire write lock early in pututline [BZ #24882]
[review,v3] login: Acquire write lock early in pututline [BZ #24882]
- - 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review,v2] login: Acquire write lock early in pututline [BZ #24882]
[review,v2] login: Acquire write lock early in pututline [BZ #24882]
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[v5] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
[v5] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
- - - -
0 0 0
2019-11-07
Alistair Francis
New
[review] nptl: Add more missing placeholder abi symbol from nanosleep move
[review] nptl: Add more missing placeholder abi symbol from nanosleep move
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review,v2] resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]
[review,v2] resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] login: Acquire write lock early in pututline [BZ #24882]
[review] login: Acquire write lock early in pututline [BZ #24882]
- - 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Add default pthread-offsets.h
[review] nptl: Add default pthread-offsets.h
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Add mutex-internal.h
[review] nptl: Add mutex-internal.h
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Add rwlock-internal.h
[review] nptl: Add rwlock-internal.h
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Add default pthreadtypes-arch.h
[review] nptl: Add default pthreadtypes-arch.h
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] hppa: Remove unrequired nptl headers
[review] hppa: Remove unrequired nptl headers
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Remove rwlock elision definitions
[review] nptl: Remove rwlock elision definitions
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[review] nptl: Add tests for internal pthread_rwlock_t offsets
[review] nptl: Add tests for internal pthread_rwlock_t offsets
- - - -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] hurd: Use __clock_gettime in _hurd_select
[pushed] hurd: Use __clock_gettime in _hurd_select
- 1 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] hurd: Remove lingering references to the time function
[pushed] hurd: Remove lingering references to the time function
- 1 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] login: Remove double-assignment of fl.l_whence in try_file_lock
[pushed] login: Remove double-assignment of fl.l_whence in try_file_lock
- - 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] hurd: Remove lingering references to the time function
[pushed] hurd: Remove lingering references to the time function
- 1 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
[pushed] hurd: Use __clock_gettime in _hurd_select
[pushed] hurd: Use __clock_gettime in _hurd_select
- 1 1 -
0 0 0
2019-11-07
Carlos O'Donell (Code Review)
New
«
1
2
3
4
…
144
145
»