Szabolcs Nagy 33bc7f05fc remove remaining traces of __tls_get_new 5 lat temu
..
aio e0eee3ceef fix restrict violations in internal use of several functions 5 lat temu
complex 2d72b58070 math: move complex math out of libm.h 5 lat temu
conf da55d4884b fix build regression in sysconf for archs with variable page size 6 lat temu
crypt 5ce3737931 reduce spurious inclusion of libc.h 6 lat temu
ctype 5ce3737931 reduce spurious inclusion of libc.h 6 lat temu
dirent 042b3ee452 fail fdopendir for O_PATH file descriptors 6 lat temu
env 7844ecb590 add secure_getenv function 5 lat temu
errno e13063aad7 add hidden version of &errno accessor function 6 lat temu
exit 5f12ffe123 split internal lock API out of libc.h, creating lock.h 6 lat temu
fcntl 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 6 lat temu
fenv 0a48860c27 add riscv64 architecture support 5 lat temu
include 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep 5 lat temu
internal 33bc7f05fc remove remaining traces of __tls_get_new 5 lat temu
ipc 8b24970470 sysvipc: overhaul {sem,shm,msg}ctl for time64 5 lat temu
ldso 33bc7f05fc remove remaining traces of __tls_get_new 5 lat temu
legacy 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 6 lat temu
linux f76e183111 add copy_file_range system call wrapper 5 lat temu
locale b19fa24783 fix accidentlly-external cmp symbol introduced with catgets 5 lat temu
malloc 5f12ffe123 split internal lock API out of libc.h, creating lock.h 6 lat temu
math ca57795113 math: optimize lrint on 32bit targets 5 lat temu
misc a882841baf add public declaration for optreset under appropriate feature profiles 5 lat temu
mman 46fb680c85 support archs with no mlock syscall, only mlock2 6 lat temu
mq 2ab90de7ac mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 5 lat temu
multibyte 5ce3737931 reduce spurious inclusion of libc.h 6 lat temu
network 37d6d09ec6 fix regression in recvmmsg with no timeout 5 lat temu
passwd 9fd98a6354 fix format strings for uid/gid values in putpwent/putgrent 5 lat temu
prng 5f12ffe123 split internal lock API out of libc.h, creating lock.h 6 lat temu
process 74244e5b3e add posix_spawn [f]chdir file actions 5 lat temu
regex e408deefeb fix failure of glob to match broken symlinks under some conditions 5 lat temu
sched 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 5 lat temu
search c50985d5c8 new tsearch implementation 6 lat temu
select d0b547dfb5 fix regression in select with no timeout 5 lat temu
setjmp 370679ba98 fix mips setjmp/longjmp fpu state on r6, related issues 5 lat temu
signal d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 5 lat temu
stat 01f3480d37 utimensat: add time64 syscall support, decouple 32-bit time_t 5 lat temu
stdio f7e464bff4 fix %lf in wprintf 5 lat temu
stdlib d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse 6 lat temu
string d9bdfd1644 fix memccpy to not access buffer past given size 6 lat temu
temp 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 6 lat temu
termios 5ce3737931 reduce spurious inclusion of libc.h 6 lat temu
thread f5eee489f7 harden thread start with failed scheduling against broken __clone 5 lat temu
time 29bad49d72 fix data race in timer_create with SIGEV_THREAD notification 5 lat temu
unistd f522de81ac use setitimer function rather than syscall to implement alarm 5 lat temu