Show patches with: Submitter = Joseph Myers       |    State = Action Required       |    Archived = No       |   86 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] Implement C23 atanpi [committed] Implement C23 atanpi - - - - --- 2024-12-11 Joseph Myers New
[committed] Implement C23 asinpi [committed] Implement C23 asinpi - - - - --- 2024-12-10 Joseph Myers New
[committed] Implement C23 acospi [committed] Implement C23 acospi - - - - --- 2024-12-09 Joseph Myers New
[committed] Implement C23 tanpi [committed] Implement C23 tanpi - - - - --- 2024-12-05 Joseph Myers New
Fix typo in elf/Makefile:postclean-generated Fix typo in elf/Makefile:postclean-generated - - 1 - --- 2024-12-05 Joseph Myers New
[committed] Use M_LIT in place of M_MLIT for literals [committed] Use M_LIT in place of M_MLIT for literals - - - - --- 2024-12-05 Joseph Myers New
[committed] Implement C23 sinpi [committed] Implement C23 sinpi - - - - --- 2024-12-04 Joseph Myers New
[committed] Implement C23 cospi [committed] Implement C23 cospi - - - - --- 2024-12-04 Joseph Myers New
Use Linux 6.12 in build-many-glibcs.py Use Linux 6.12 in build-many-glibcs.py - - 1 - --- 2024-12-03 Joseph Myers New
Add further test of TLS Add further test of TLS - - 1 - --- 2024-11-27 Joseph Myers New
[v2] Add threaded test of sem_trywait [v2] Add threaded test of sem_trywait - - 1 - --- 2024-11-22 Joseph Myers New
Fix femode_t conditionals for arc and or1k [committed] Fix femode_t conditionals for arc and or1k [committed] - - - - --- 2024-11-19 Joseph Myers New
Add multithreaded test of sem_getvalue Add multithreaded test of sem_getvalue - - 1 - --- 2024-11-16 Joseph Myers New
Add threaded test of sem_trywait Add threaded test of sem_trywait - - - - --- 2024-11-08 Joseph Myers New
Avoid uninitialized result in sem_open when file does not exist Avoid uninitialized result in sem_open when file does not exist - - 1 - --- 2024-11-08 Joseph Myers New
[v3] Add test of ELF hash collisions [v3] Add test of ELF hash collisions - - 1 - --- 2024-11-01 Joseph Myers New
[committed] Link tst-clock_gettime with $(librt) [committed] Link tst-clock_gettime with $(librt) - - - - --- 2024-10-31 Joseph Myers New
[v2] Add more tests of pthread attributes initial values [v2] Add more tests of pthread attributes initial values - - 1 - --- 2024-10-29 Joseph Myers New
Add test of ELF hash collisions Add test of ELF hash collisions - - - - --- 2024-10-25 Joseph Myers New
Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settype Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settype - - 1 - --- 2024-10-18 Joseph Myers New
Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np - - - - --- 2024-10-17 Joseph Myers New
Add more tests of pthread attributes initial values Add more tests of pthread attributes initial values - - - - --- 2024-10-16 Joseph Myers New
[v2] Add tests of time, gettimeofday, clock_gettime [v2] Add tests of time, gettimeofday, clock_gettime - - - - --- 2024-10-11 Joseph Myers New
Add tests of time, gettimeofday, clock_gettime Add tests of time, gettimeofday, clock_gettime - - 1 - --- 2024-10-11 Joseph Myers New
Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h - - - - --- 2024-10-09 Joseph Myers New
Document further requirement on mixing streams / file descriptors Document further requirement on mixing streams / file descriptors - - 1 - --- 2024-09-25 Joseph Myers New
[v2] Add tests of fread [committed] [v2] Add tests of fread [committed] - - - - --- 2024-09-24 Joseph Myers New
Add tests of fread Add tests of fread - - - - --- 2024-09-21 Joseph Myers New
[v2] Add freopen special-case tests: thread cancellation [v2] Add freopen special-case tests: thread cancellation - - 1 - --- 2024-09-12 Joseph Myers New
Add freopen special-case tests: thread cancellation Add freopen special-case tests: thread cancellation - - - - --- 2024-09-11 Joseph Myers New
[v2] Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr [v2] Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr - - 1 - --- 2024-09-10 Joseph Myers New
Add freopen special-case tests: chroot, EFBIG Add freopen special-case tests: chroot, EFBIG - - - - --- 2024-09-09 Joseph Myers New
[v2] Document limitations on streams passed to freopen [v2] Document limitations on streams passed to freopen - - 1 - --- 2024-09-06 Joseph Myers New
Document limitations on streams passed to freopen Document limitations on streams passed to freopen - - - - --- 2024-09-05 Joseph Myers New
Fix freopen handling of ,ccs= (bug 23675) Fix freopen handling of ,ccs= (bug 23675) - - 1 - --- 2024-09-05 Joseph Myers New
Fix memory leak on freopen error return (bug 32140) Fix memory leak on freopen error return (bug 32140) - - 1 - --- 2024-09-04 Joseph Myers New
Clear flags2 flags set from mode in freopen (bug 32134) Clear flags2 flags set from mode in freopen (bug 32134) - - 1 - --- 2024-09-04 Joseph Myers New
[v3] Add more thorough tests of freopen [v3] Add more thorough tests of freopen - - 1 - --- 2024-09-03 Joseph Myers New
[v2] Add more thorough tests of freopen [v2] Add more thorough tests of freopen - - - - --- 2024-09-02 Joseph Myers New
[v2] Add support/ code for checking file contents [v2] Add support/ code for checking file contents - - 1 - --- 2024-09-02 Joseph Myers New
Add more thorough tests of freopen Add more thorough tests of freopen - - - - --- 2024-08-30 Joseph Myers New
[v3] Make __strtod_internal tests type-generic [committed] [v3] Make __strtod_internal tests type-generic [committed] - - - - --- 2024-08-27 Joseph Myers New
Test mkdirat use of mode argument Test mkdirat use of mode argument - - 1 - --- 2024-08-21 Joseph Myers New
[v3] Add more tests of getline [committed] [v3] Add more tests of getline [committed] - - - - --- 2024-08-21 Joseph Myers New
Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) - - 1 - --- 2024-08-20 Joseph Myers New
Improve NaN payload testing Improve NaN payload testing - - - - --- 2024-08-20 Joseph Myers New
Add tests of more strtod special cases Add tests of more strtod special cases - - - - --- 2024-08-19 Joseph Myers New
Make tst-strtod-underflow type-generic Make tst-strtod-underflow type-generic - - 1 - --- 2024-08-19 Joseph Myers New
Fix strtod subnormal rounding (bug 30220) Fix strtod subnormal rounding (bug 30220) - - 1 - --- 2024-08-16 Joseph Myers New
More thoroughly test underflow / errno in tst-strtod-round More thoroughly test underflow / errno in tst-strtod-round - - 1 - --- 2024-08-15 Joseph Myers New
Add more tests of strtod end pointer Add more tests of strtod end pointer - - 1 - --- 2024-08-14 Joseph Myers New
[v2] Make __strtod_internal tests type-generic [v2] Make __strtod_internal tests type-generic - - - - --- 2024-08-14 Joseph Myers New
[v2] Test errno setting on strtod overflow in tst-strtod-round [committed] [v2] Test errno setting on strtod overflow in tst-strtod-round [committed] - - - - --- 2024-08-14 Joseph Myers New
[v2] Make tst-strtod2 and tst-strtod5 type-generic [v2] Make tst-strtod2 and tst-strtod5 type-generic - - 1 - --- 2024-08-13 Joseph Myers New
Make __strtod_internal tests type-generic Make __strtod_internal tests type-generic - - - - --- 2024-08-13 Joseph Myers New
Test errno setting on strtod overflow in tst-strtod-round Test errno setting on strtod overflow in tst-strtod-round - - - - --- 2024-08-13 Joseph Myers New
Make tst-strtod2 and tst-strtod5 type-generic Make tst-strtod2 and tst-strtod5 type-generic - - - - --- 2024-08-12 Joseph Myers New
[v2] Add more tests of getline [v2] Add more tests of getline - - 1 - --- 2024-08-09 Joseph Myers New
Add more tests of getline Add more tests of getline - - - - --- 2024-08-06 Joseph Myers New
Use binutils 2.43 branch in build-many-glibcs.py Use binutils 2.43 branch in build-many-glibcs.py - - 1 - --- 2024-08-06 Joseph Myers New
Implement C23 exp2m1, exp10m1 Implement C23 exp2m1, exp10m1 - - - - --- 2024-06-13 Joseph Myers New
Implement C23 log10p1 Implement C23 log10p1 - - 1 - --- 2024-06-10 Joseph Myers New
Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h - - 1 - --- 2024-06-03 Joseph Myers New
Add more NT_ARM_* constants from Linux kernel to elf.h Add more NT_ARM_* constants from Linux kernel to elf.h - - 1 - --- 2024-06-03 Joseph Myers New
Implement C23 logp1 Implement C23 logp1 - - 1 - --- 2024-05-28 Joseph Myers New
Update kernel version to 6.9 in header constant tests Update kernel version to 6.9 in header constant tests - - - - --- 2024-05-23 Joseph Myers New
Update PIDFD_* constants for Linux 6.9 Update PIDFD_* constants for Linux 6.9 - - 1 - --- 2024-05-21 Joseph Myers New
Update syscall lists for Linux 6.9 Update syscall lists for Linux 6.9 - - 1 - --- 2024-05-16 Joseph Myers New
Use Linux 6.9 in build-many-glibcs.py Use Linux 6.9 in build-many-glibcs.py - - 1 - --- 2024-05-13 Joseph Myers New
Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu - - 1 - --- 2024-04-19 Joseph Myers New
Implement C23 log2p1 Implement C23 log2p1 - - 1 - --- 2024-04-08 Joseph Myers New
Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h - - 1 - --- 2024-03-15 Joseph Myers New
Update kernel version to 6.8 in header constant tests Update kernel version to 6.8 in header constant tests - - 1 - --- 2024-03-13 Joseph Myers New
Update syscall lists for Linux 6.8 Update syscall lists for Linux 6.8 - - 1 - --- 2024-03-13 Joseph Myers New
Use Linux 6.8 in build-many-glibcs.py Use Linux 6.8 in build-many-glibcs.py - - 1 - --- 2024-03-12 Joseph Myers New
Add SOL_VSOCK from Linux 6.7 to bits/socket.h Add SOL_VSOCK from Linux 6.7 to bits/socket.h - - - - --- 2024-02-07 Joseph Myers New
Rename c2x / gnu2x tests to c23 / gnu23 Rename c2x / gnu2x tests to c23 / gnu23 - - - - --- 2024-02-01 Joseph Myers New
Refer to C23 in place of C2X in glibc Refer to C23 in place of C2X in glibc - - 1 - --- 2024-01-31 Joseph Myers New
Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h - - - - --- 2024-01-31 Joseph Myers New
Use binutils 2.42 branch in build-many-glibcs.py Use binutils 2.42 branch in build-many-glibcs.py - - - - --- 2024-01-30 Joseph Myers New
Update kernel version to 6.7 in header constant tests Update kernel version to 6.7 in header constant tests - - 1 - --- 2024-01-17 Joseph Myers New
Update syscall lists for Linux 6.7 Update syscall lists for Linux 6.7 - - - - --- 2024-01-17 Joseph Myers New
Further build-many-glibcs.py fixes for utcnow() deprecation Further build-many-glibcs.py fixes for utcnow() deprecation - - - - --- 2024-01-13 Joseph Myers New
Use Linux 6.7 in build-many-glibcs.py Use Linux 6.7 in build-many-glibcs.py - - 1 - --- 2024-01-11 Joseph Myers New
Fix deprecated utcnow() usage in build-many-glibcs.py Fix deprecated utcnow() usage in build-many-glibcs.py - - - - --- 2024-01-09 Joseph Myers New
Fix invalid escape sequence in build-many-glibcs.py Fix invalid escape sequence in build-many-glibcs.py - - - - --- 2024-01-09 Joseph Myers New