Rich Felker d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 4 years ago
..
aio e0eee3ceef fix restrict violations in internal use of several functions 4 years ago
complex 2d72b58070 math: move complex math out of libm.h 5 years ago
conf da55d4884b fix build regression in sysconf for archs with variable page size 5 years ago
crypt 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
ctype 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
dirent 042b3ee452 fail fdopendir for O_PATH file descriptors 5 years ago
env 7844ecb590 add secure_getenv function 4 years ago
errno e13063aad7 add hidden version of &errno accessor function 5 years ago
exit 5f12ffe123 split internal lock API out of libc.h, creating lock.h 5 years ago
fcntl 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
fenv 0a48860c27 add riscv64 architecture support 5 years ago
include 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep 4 years ago
internal 08869deb7e add support for powerpc/powerpc64 unaligned relocations 4 years ago
ipc 8b24970470 sysvipc: overhaul {sem,shm,msg}ctl for time64 4 years ago
ldso 94751d8ee4 remove stray .end directives from powerpc[64] asm 4 years ago
legacy 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
linux 2b4fd6f75b clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32 4 years ago
locale b19fa24783 fix accidentlly-external cmp symbol introduced with catgets 4 years ago
malloc 5f12ffe123 split internal lock API out of libc.h, creating lock.h 5 years ago
math 6818c31c9b fix build regression in i386 asm for atan2, atan2f 4 years ago
misc 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 4 years ago
mman 46fb680c85 support archs with no mlock syscall, only mlock2 5 years ago
mq 2ab90de7ac mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 4 years ago
multibyte 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
network 37d6d09ec6 fix regression in recvmmsg with no timeout 4 years ago
passwd 9fd98a6354 fix format strings for uid/gid values in putpwent/putgrent 5 years ago
prng 5f12ffe123 split internal lock API out of libc.h, creating lock.h 5 years ago
process 759900403d prevent dup2 action for posix_spawn internal pipe fd 4 years ago
regex e408deefeb fix failure of glob to match broken symlinks under some conditions 4 years ago
sched 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 4 years ago
search c50985d5c8 new tsearch implementation 5 years ago
select d0b547dfb5 fix regression in select with no timeout 4 years ago
setjmp 0a48860c27 add riscv64 architecture support 5 years ago
signal d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 4 years ago
stat 01f3480d37 utimensat: add time64 syscall support, decouple 32-bit time_t 4 years ago
stdio 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall 4 years ago
stdlib d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse 5 years ago
string d9bdfd1644 fix memccpy to not access buffer past given size 5 years ago
temp 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
termios 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
thread e0e8ae754c in arm cancellation point asm, don't unnecessarily preserve link register 4 years ago
time 0847902ab9 in clock_getres, check for null pointer before storing result 4 years ago
unistd f522de81ac use setitimer function rather than syscall to implement alarm 4 years ago