You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker fda365a530 fix mremap memory synchronization and use of variadic argument 11 years ago
..
aio make all objects used with atomic operations volatile 11 years ago
complex complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) 11 years ago
conf add legacy functions from sysinfo.h duplicating sysconf functionality 11 years ago
crypt add legacy functions setkey() and encrypt() 12 years ago
ctype byte-based C locale, phase 1: multibyte character handling functions 11 years ago
dirent make all objects used with atomic operations volatile 11 years ago
env move calls to application init functions after crt1 entry point 11 years ago
errno remove remnants of support for running in no-thread-pointer mode 11 years ago
exit fix atexit when it is called from an atexit handler 11 years ago
fcntl remove dead case for F_SETLKW in fcntl 11 years ago
fenv declare fpu usage to the assembler in arm hard-float asm files 11 years ago
internal eliminate protected-visibility data in libc.so with vis.h preinclude 11 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso fix missing bss handling in FDPIC ELF loader 11 years ago
legacy fix futimes legacy function with null tv pointer 11 years ago
linux fix incorrect void return type for syncfs function 11 years ago
locale make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale 11 years ago
malloc mitigate blow-up of heap size under malloc/free contention 11 years ago
math declare fpu usage to the assembler in arm hard-float asm files 11 years ago
misc getsubopt: don't include leading = in value string 11 years ago
mman fix mremap memory synchronization and use of variadic argument 11 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix undefined left-shift of negative values in utf-8 state table 11 years ago
network getnameinfo: make size check not fail for bigger sizes 11 years ago
passwd fix spurious errors from pwd/grp functions when nscd backend is absent 11 years ago
prng make all objects used with atomic operations volatile 11 years ago
process switch to using trap number 31 for syscalls on sh 11 years ago
regex regcomp: propagate allocation failures 11 years ago
sched fix return value of pthread_getaffinity_np and pthread_setaffinity_np 12 years ago
search remove struct elem entirely from hsearch.c 12 years ago
select support linux kernel apis (new archs) with old syscalls removed 12 years ago
setjmp fix build regression in sh-nofpu subarch due to missing symbol 11 years ago
signal fix signal return for sh/fdpic 11 years ago
stat fix failure of fchmodat to report EOPNOTSUPP in the race path 11 years ago
stdio fix single-byte overflow of malloc'd buffer in getdelim 11 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string reimplement strverscmp to fix corner cases 11 years ago
temp ignore access mode bits of flags in mkostemps and functions that use it 12 years ago
termios include cleanups: remove unused headers and add feature test macros 13 years ago
thread use explicit __cp_cancel label in cancellable syscall asm for all archs 11 years ago
time fix strftime handling of out-of-range struct tm fields 11 years ago
unistd switch to using trap number 31 for syscalls on sh 11 years ago