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 ddfb267b0e add put*ent functions for passwd/group files and similar for shadow 13 years ago
..
aio fix lio_listio return value in LIO_WAIT mode 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 make some arrays const 13 years ago
ctype fix types for wctype_t and wctrans_t 13 years ago
dirent use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
env remove unused #undef environ now that libc.h no longer #defines it 13 years ago
errno fix typo in newly-added error message for EOWNERDEAD 13 years ago
exit __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
fcntl provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
fenv fenv support for ppc, untested 14 years ago
internal implement pthread_getattr_np 13 years ago
ipc fix shmdt syscall calling convention on old archs 14 years ago
ldso fix uninitialized map_len being used in munmap failure paths in load_library 13 years ago
legacy more close-on-exec fixes, mostly using new "e" flag to fopen 14 years ago
linux remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 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: erf and erfc cleanup 14 years ago
misc fix typo in setpriority syscall wrapper 13 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 cleanup wcstombs 13 years ago
network dynamically allocate storage for gethostby* buffers 13 years ago
passwd add put*ent functions for passwd/group files and similar for shadow 13 years ago
prng ditch the priority inheritance locks; use malloc's version of lock 14 years ago
process remove cruft from pre-posix_spawn version of the system function 13 years ago
regex revert regex "cleanup" that seems unjustified and may break backtracking 13 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 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
signal remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
stat add obsolete futimesat() 14 years ago
stdio rewrite popen to use posix_spawn instead of fragile vfork hacks 13 years ago
stdlib clean up stdio_impl.h 14 years ago
string fix integer type issue in strverscmp 13 years ago
temp use memcmp instead of str[n]cmp for temp function XXXXXX checking 13 years ago
termios legacy junk compatibility grab-bag 14 years ago
thread implement pthread_getattr_np 13 years ago
time __time_to_tm: initialize tm_zone and tm_gmtoff 13 years ago
unistd in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 13 years ago