Toggle navigation
Patchwork
GNU C Library (glibc)
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Florian Weimer
| Archived =
No
| 2506 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Committed
Dropped
FSF Assignment Missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
aburgess
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
raoni
jason
jwakely
jwakely
maximk
trodgers
Apply
«
1
2
3
4
…
25
26
»
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
1 1
2
-
-
2021-10-01
Florian Weimer
Committed
[v2] Add missing braces to bsearch inline implementation [BZ #28400]
[v2] Add missing braces to bsearch inline implementation [BZ #28400]
1 -
2
-
-
2021-09-30
Florian Weimer
Committed
Add missing braces to bsearch inline implementation
Add missing braces to bsearch inline implementation
- -
2
-
-
2021-09-30
Florian Weimer
Superseded
support: Add check for TID zero in support_wait_for_thread_exit
support: Add check for TID zero in support_wait_for_thread_exit
1 1
2
-
-
2021-09-30
Florian Weimer
Committed
[v3] Linux: Simplify __opensock and fix race condition [BZ #28353]
[v3] Linux: Simplify __opensock and fix race condition [BZ #28353]
1 -
2
-
-
2021-09-27
Florian Weimer
Committed
Linux: Simplify __opensock and fix race condition [BZ #28353]
Linux: Simplify __opensock and fix race condition [BZ #28353]
- -
2
-
-
2021-09-27
Florian Weimer
Superseded
Linux: Simplify __opensock and fix race condition [BZ #28353]
Linux: Simplify __opensock and fix race condition [BZ #28353]
- -
2
-
-
2021-09-27
Florian Weimer
Superseded
Linux: Avoid closing -1 on failure in __closefrom_fallback
Linux: Avoid closing -1 on failure in __closefrom_fallback
1 -
2
-
-
2021-09-23
Florian Weimer
Committed
[2/2] vfprintf: Unify argument handling in process_arg
vfprintf cleanups to avoid -Waddress warning
- -
2
-
-
2021-09-22
Florian Weimer
Committed
[1/2] vfprintf: Handle floating-point cases outside of process_arg macro
vfprintf cleanups to avoid -Waddress warning
- -
1
-
-
2021-09-22
Florian Weimer
Committed
[v2] nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
[v2] nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
1 1
2
-
-
2021-09-21
Florian Weimer
codonell
Committed
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
- -
2
-
-
2021-09-21
Florian Weimer
Superseded
elf: Include <sysdep.h> in elf/dl-debug-symbols.S
elf: Include <sysdep.h> in elf/dl-debug-symbols.S
1 -
2
-
-
2021-09-20
Florian Weimer
Committed
[v2] nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
[v2] nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
1 -
2
-
-
2021-09-17
Florian Weimer
Committed
nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
- -
2
-
-
2021-09-17
Florian Weimer
Superseded
_Static_assert needs two arguments for compatibility with GCC before 9
_Static_assert needs two arguments for compatibility with GCC before 9
1 -
2
-
-
2021-09-07
Florian Weimer
Committed
[COMMITTED] locale: Add missing second argument to _Static_assert in C-collate-seq.c
[COMMITTED] locale: Add missing second argument to _Static_assert in C-collate-seq.c
- -
-
-
-
2021-09-06
Florian Weimer
Committed
[v2] nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (bug 28036)
[v2] nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (bug 28036)
1 1
2
-
-
2021-09-06
Florian Weimer
Committed
[v3,2/2] nptl: Fix race between pthread_kill and thread exit (bug 12889)
Fix pthread_cancel, pthread_kill race (bug 12889)
1 -
2
-
-
2021-09-06
Florian Weimer
Committed
[v3,1/2] nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
Fix pthread_cancel, pthread_kill race (bug 12889)
1 -
1
-
-
2021-09-06
Florian Weimer
Committed
[v2,4/4] nptl: Fix race between pthread_kill and thread exit (bug 12889)
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
2
-
-
2021-08-20
Florian Weimer
Superseded
[v2,3/4] nptl: Add internal __pthread_call_with_tid function
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
-
2021-08-20
Florian Weimer
Superseded
[v2,2/4] nptl: pthread_kill, pthread_cancel should fail after exit (bug 19193)
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
-
2021-08-20
Florian Weimer
Superseded
[v2,1/4] support: Add support_wait_for_thread_exit
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
-
2021-08-20
Florian Weimer
Superseded
nptl: Fix type of pthread_mutexattr_setrobust_np (bug 28036)
nptl: Fix type of pthread_mutexattr_setrobust_np (bug 28036)
- -
2
-
-
2021-08-19
Florian Weimer
Superseded
[3/3] nptl: Fix race between pthread_kill and thread exit (bug 12889)
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
1
2021-08-17
Florian Weimer
Superseded
[2/3] nptl: pthread_kill, pthread_cancel should fail after exit (bug 19193)
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
-
2021-08-17
Florian Weimer
Superseded
[1/3] support: Add support_wait_for_thread_exit
Fix ESRCH issues in pthread_cancel, pthread_kill
- -
1
-
-
2021-08-17
Florian Weimer
Superseded
Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
1 -
2
-
-
2021-08-04
Florian Weimer
Committed
RFC: Disable clone3 for glibc 2.34
RFC: Disable clone3 for glibc 2.34
- -
1
-
1
2021-07-27
Florian Weimer
Dropped
[v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
[v2] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
- -
1
-
-
2021-07-23
Florian Weimer
Committed
build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
- -
1
-
-
2021-07-23
Florian Weimer
Superseded
Linux: Change type of dynamic PTHREAD_STACK_MIN to size_t
Linux: Change type of dynamic PTHREAD_STACK_MIN to size_t
- -
1
-
-
2021-07-22
Florian Weimer
Dropped
[v2] NEWS: Mention renamed libresolv symbols moved into libc
[v2] NEWS: Mention renamed libresolv symbols moved into libc
- -
1
-
-
2021-07-21
Florian Weimer
Committed
NEWS: Mention libpthread, libdl, libutil, libanl integration
NEWS: Mention libpthread, libdl, libutil, libanl integration
- -
1
-
-
2021-07-21
Florian Weimer
Committed
NEWS: Mention __res_* compatibility symbols
NEWS: Mention __res_* compatibility symbols
- -
1
-
-
2021-07-21
Florian Weimer
Superseded
resolv: Do not install libnss_dns.a, libnss_dns.so
resolv: Do not install libnss_dns.a, libnss_dns.so
- -
1
-
-
2021-07-20
Florian Weimer
Committed
[8/8] socket: Add time64 alias for setsockopt
Additional time64 system call wrappers
1 -
1
-
1
2021-07-19
Florian Weimer
Committed
[7/8] socket: Add time64 alias for getsockopt
Additional time64 system call wrappers
1 -
1
-
-
2021-07-19
Florian Weimer
Committed
[6/8] socket: Add time64 alias for sendmsg
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[5/8] socket: Add time64 alias for recvmsg
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[4/8] socket: Add time64 alias for sendmmsg
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[3/8] Linux: Add time64 alias for prctl
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[2/8] io: Add time64 alias for fcntl
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[1/8] misc: Add time64 alias for ioctl
Additional time64 system call wrappers
- -
1
-
-
2021-07-19
Florian Weimer
Committed
[24/24] nss: Directly load nss_dns, without going through dlsym/dlopen
Move nss_dns and parts of libresolv into libc
1 1
2
-
-
2021-07-15
Florian Weimer
Committed
[23/24] resolv: Move nss_dns into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[22/24] resolv: Move res_query functions into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[21/24] resolv: Move res_mkquery, res_nmkquery into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[20/24] resolv: Move res_send, res_nsend into libc
Move nss_dns and parts of libresolv into libc
1 -
1
-
-
2021-07-15
Florian Weimer
Committed
[19/24] resolv: Move res_hostalias into its own file, along with hostalias
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[18/24] resolv: Move __res_context_hostalias into its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[17/24] resolv: Move res_queriesmatch to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[16/24] resolv: Move res_nameinquery to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[15/24] resolv: Move ns_samename into its own file, and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[14/24] resolv: Move ns_makecanon into its own file, and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[13/24] resolv: Move res_isourserver to its own file and reformat to GNU style
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[12/24] resolv: Move __res_get_nsaddr to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[11/24] resolv: Rename res_comp.c to res-name-checking.c and move into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[10/24] resolv: Move dn_skipname to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[09/24] resolv: Move dn_comp to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[08/24] resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[07/24] resolv: Move dn_expand to its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[06/24] resolv: Move ns_name_compress into its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[05/24] resolv: Move ns_name_pack into its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[04/24] resolv: Move ns_name_pton into its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[03/24] resolv: Move ns_name_uncompress into its own file and into libc
Move nss_dns and parts of libresolv into libc
1 1
1
-
-
2021-07-15
Florian Weimer
Committed
[02/24] resolv: Move ns_name_skip to its own file and into libc (bug 28091)
Move nss_dns and parts of libresolv into libc
1 -
1
-
-
2021-07-15
Florian Weimer
Committed
[01/24] resolv: Deprecate legacy interfaces in libresolv
Move nss_dns and parts of libresolv into libc
1 -
1
-
-
2021-07-15
Florian Weimer
Committed
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
1 -
2
-
-
2021-07-12
Florian Weimer
Committed
libgomp: Include <limits.h> early to avoid link failure with glibc 2.34
libgomp: Include <limits.h> early to avoid link failure with glibc 2.34
- -
-
-
2
2021-07-12
Florian Weimer
Not Applicable
nis: nis_local_group may read from __nisgroup[-1] (bug 28075)
nis: nis_local_group may read from __nisgroup[-1] (bug 28075)
1 -
2
-
-
2021-07-11
Florian Weimer
Committed
Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (bug 28071)
Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (bug 28071)
- -
2
-
-
2021-07-10
Florian Weimer
Superseded
posix/tst-spawn5 failes under make -j
posix/tst-spawn5 failes under make -j
- -
2
-
-
2021-07-09
Florian Weimer
Not Applicable
[30/30] nss: Directly load nss_dns, without going through dlsym/dlopen
nss_dns move into libc
1 1
2
-
-
2021-07-08
Florian Weimer
Superseded
[29/30] resolv: Move nss_dns into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[28/30] resolv: Move res_query functions into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[27/30] resolv: Move res_mkquery, res_nmkquery into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[26/30] resolv: Move res_send, res_nsend into libc
nss_dns move into libc
- 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[25/30] resolv: Move res_hostalias into its own file, along with hostalias
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[24/30] resolv: Move __res_context_hostalias into its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[23/30] resolv: Move res_queriesmatch to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[22/30] resolv: Move res_nameinquery to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[21/30] resolv: Move ns_samename into its own file, and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[20/30] resolv: Move ns_makecanon into its own file, and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[19/30] resolv: Move res_isourserver to its own file and reformat to GNU style
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[18/30] resolv: Move __res_get_nsaddr to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[17/30] resolv: Remove unnecessary res_isourserver_p call from send_dg
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Committed
[16/30] resolv: Rename res_comp.c to res-name-checking.c and move into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[15/30] resolv: Move dn_skipname to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[14/30] resolv: Move dn_comp to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[13/30] resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[12/30] resolv: Move dn_expand to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[11/30] resolv: Move ns_name_compress into its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[10/30] resolv: Move ns_name_pack into its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[09/30] resolv: Move ns_name_pton into its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[08/30] resolv: Move ns_name_uncompress into its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[07/30] resolv: Move ns_name_skip to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Superseded
[06/30] resolv: Move ns_name_unpack to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Committed
[05/30] resolv: Move ns_name_ntop to its own file and into libc
nss_dns move into libc
1 1
1
-
-
2021-07-08
Florian Weimer
Committed
«
1
2
3
4
…
25
26
»