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 6468fc9e37 check for invalid handles in dlsym/dlclose 14 years ago
..
aio use alternate argument syntax for restrict with lio_listio 14 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 years ago
conf report support of TPS option in unistd.h and sysconf 14 years ago
crypt add crypt_md5 password hash 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 fix reference to libc struct in static tls init code 14 years ago
errno better description for errno==0 14 years ago
exit __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
fcntl move fallocate syscall wrapper to linux-specific syscalls dir 14 years ago
fenv fenv support for ppc, untested 14 years ago
internal make CMPLX macros available in complex.h in non-c11 mode as well 14 years ago
ipc fix shmdt syscall calling convention on old archs 14 years ago
ldso check for invalid handles in dlsym/dlclose 14 years ago
legacy more close-on-exec fixes, mostly using new "e" flag to fopen 14 years ago
linux remove __arch_prctl alias for arch_prctl 14 years ago
locale use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
malloc page-align initial brk value used by malloc in shared libc 14 years ago
math math: bessel cleanup (jn.c and jnf.c) 14 years ago
misc move new linux syscall wrapper functions to proper source dir 14 years ago
mman clean up and fix logic for making mmap fail on invalid/unsupported offsets 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 add inet_network (required for wine) 14 years ago
passwd more close-on-exec fixes, mostly using new "e" flag to fopen 14 years ago
prng ditch the priority inheritance locks; use malloc's version of lock 14 years ago
process add support for thread scheduling (POSIX TPS option) 14 years ago
regex use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
sched add support for thread scheduling (POSIX TPS option) 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 remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
signal fix sigorset/sigandset: _NSIG/8 is the size in bytes 14 years ago
stat add obsolete futimesat() 14 years ago
stdio document self-synchronized destruction issue for stdio locking 14 years ago
stdlib clean up stdio_impl.h 14 years ago
string fix alignment logic in strlcpy 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 some restrict-qualifier mismatches in newly added interfaces 14 years ago
time clean up sloppy nested inclusion from pthread_impl.h 14 years ago
unistd fix double errno-decoding in the old-kernel fallback path of pipe2 14 years ago