..
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
move fallocate syscall wrapper to linux-specific syscalls dir
14 years ago
fenv
try fixing/optimizing x86_64 fenv exception code
14 years ago
internal
add 7-arg syscall support for mips
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
fix ppoll with null timeout argument
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
add setdomainname syscall, fix getdomainname (previously a stub)
14 years ago
mman
mincore syscall wrapper
14 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
reenable word-at-at-time copying in memmove
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
fix mips syscall_cp_asm code (saved register usage)
14 years ago
time
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
unistd
fix up lfs64 junk for preadv/pwritev
14 years ago