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 b9bb8f67bb cleanup src/linux and src/misc trees, etc. 14 years ago
..
aio use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
complex add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
conf let sysconf accurately report # of cpus available 14 years ago
crypt cleanup src/linux and src/misc trees, etc. 14 years ago
ctype fix argument type error on wcwidth function 14 years ago
dirent use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
env ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app 14 years ago
errno better description for errno==0 14 years ago
exit further use of _Noreturn, for non-plain-C functions 14 years ago
fcntl proper error handling for fcntl F_GETOWN on modern kernels 14 years ago
fenv try fixing/optimizing x86_64 fenv exception code 14 years ago
internal fix float parsing logic for long decimal expansions 14 years ago
ipc overhaul pthread cancellation 15 years ago
ldso use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
legacy cleanup src/linux and src/misc trees, etc. 14 years ago
linux cleanup src/linux and src/misc trees, etc. 14 years ago
locale use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
malloc implement "low hanging fruit" from C11 14 years ago
math Merge remote-tracking branch 'nsz/exp' 14 years ago
misc cleanup src/linux and src/misc trees, etc. 14 years ago
mman process-shared barrier support, based on discussion with bdonlan 15 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
network use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
passwd make passwd/group functions safe against cancellation in stdio 14 years ago
prng ditch the priority inheritance locks; use malloc's version of lock 14 years ago
process use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
regex use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
sched avoid setting nondefault scheduler too 14 years ago
search search: add comments to tsearch_avl.c 14 years ago
select use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
setjmp floating point support for arm setjmp/longjmp 14 years ago
signal further use of _Noreturn, for non-plain-C functions 14 years ago
stat use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
stdio fix invalid implicit pointer conversion in gnulib-compat functions 14 years ago
stdlib use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
string use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
temp remove ugly prng from mk*temp and just re-poll time on retry 15 years ago
termios legacy junk compatibility grab-bag 14 years ago
thread further use of _Noreturn, for non-plain-C functions 14 years ago
time use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
unistd further use of _Noreturn, for non-plain-C functions 14 years ago