Rich Felker fda365a530 fix mremap memory synchronization and use of variadic argument 9 年之前
..
aio 56fbaa3bbe make all objects used with atomic operations volatile 10 年之前
complex b02eed9c48 complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) 10 年之前
conf 2b42c8cb37 add legacy functions from sysinfo.h duplicating sysconf functionality 10 年之前
crypt 16a3580ef3 add legacy functions setkey() and encrypt() 11 年之前
ctype 1507ebf837 byte-based C locale, phase 1: multibyte character handling functions 10 年之前
dirent 56fbaa3bbe make all objects used with atomic operations volatile 10 年之前
env c87a521033 move calls to application init functions after crt1 entry point 9 年之前
errno 19a1fe670a remove remnants of support for running in no-thread-pointer mode 10 年之前
exit 57243b3021 fix atexit when it is called from an atexit handler 9 年之前
fcntl ea1b6bb612 remove dead case for F_SETLKW in fcntl 10 年之前
fenv 7557a8462e declare fpu usage to the assembler in arm hard-float asm files 9 年之前
internal f3a53f095c eliminate protected-visibility data in libc.so with vis.h preinclude 9 年之前
ipc 2b47a7aff2 semctl: fix UB causing crashes on powerpc 11 年之前
ldso fead7e3fc0 fix missing bss handling in FDPIC ELF loader 9 年之前
legacy ece0c48a60 fix futimes legacy function with null tv pointer 10 年之前
linux 11894f6d3a fix incorrect void return type for syncfs function 9 年之前
locale 2d51c4ad57 make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale 9 年之前
malloc c3761622e8 mitigate blow-up of heap size under malloc/free contention 9 年之前
math 7557a8462e declare fpu usage to the assembler in arm hard-float asm files 9 年之前
misc aa71ec3db8 getsubopt: don't include leading = in value string 9 年之前
mman fda365a530 fix mremap memory synchronization and use of variadic argument 9 年之前
mq 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
multibyte fe7582f4f9 fix undefined left-shift of negative values in utf-8 state table 9 年之前
network 6eada2edb3 getnameinfo: make size check not fail for bigger sizes 9 年之前
passwd bd1eaceaa3 fix spurious errors from pwd/grp functions when nscd backend is absent 10 年之前
prng 56fbaa3bbe make all objects used with atomic operations volatile 10 年之前
process 10d0268ccf switch to using trap number 31 for syscalls on sh 10 年之前
regex 4260dfe1ec regcomp: propagate allocation failures 9 年之前
sched 66140b0c92 fix return value of pthread_getaffinity_np and pthread_setaffinity_np 10 年之前
search 141d3b5c2a remove struct elem entirely from hsearch.c 11 年之前
select dd5f50da6f support linux kernel apis (new archs) with old syscalls removed 11 年之前
setjmp a658afbf94 fix build regression in sh-nofpu subarch due to missing symbol 10 年之前
signal b61df2294f fix signal return for sh/fdpic 9 年之前
stat 61b1d10212 fix failure of fchmodat to report EOPNOTSUPP in the race path 10 年之前
stdio b114190b29 fix single-byte overflow of malloc'd buffer in getdelim 9 年之前
stdlib 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
string a59341420f reimplement strverscmp to fix corner cases 9 年之前
temp 6f1c1fe90c ignore access mode bits of flags in mkostemps and functions that use it 10 年之前
termios 571744447c include cleanups: remove unused headers and add feature test macros 11 年之前
thread 36e8b6a28b use explicit __cp_cancel label in cancellable syscall asm for all archs 9 年之前
time 8d93cb5775 fix strftime handling of out-of-range struct tm fields 9 年之前
unistd 10d0268ccf switch to using trap number 31 for syscalls on sh 10 年之前