Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 12 rokov pred
..
aio a753f7fe7a fix lio_listio return value in LIO_WAIT mode 12 rokov pred
complex cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 12 rokov pred
conf 7df42e8744 report support of TPS option in unistd.h and sysconf 12 rokov pred
crypt c50925071c make some arrays const 12 rokov pred
ctype da1442c9a8 fix types for wctype_t and wctrans_t 12 rokov pred
dirent 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
env f78cdbe899 remove unused #undef environ now that libc.h no longer #defines it 12 rokov pred
errno b9e08308f4 fix typo in newly-added error message for EOWNERDEAD 12 rokov pred
exit 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 12 rokov pred
fcntl b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir 12 rokov pred
fenv 75c450cff3 fenv support for ppc, untested 12 rokov pred
internal 23ccb80fcb consistently use the internal name __environ for environ 12 rokov pred
ipc 86dd1e7bbb fix shmdt syscall calling convention on old archs 12 rokov pred
ldso 74025c80ce fix uninitialized map_len being used in munmap failure paths in load_library 12 rokov pred
legacy d712dd396d more close-on-exec fixes, mostly using new "e" flag to fopen 12 rokov pred
linux 3ee67505fe remove __arch_prctl alias for arch_prctl 12 rokov pred
locale 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
malloc b8ccf8e46b page-align initial brk value used by malloc in shared libc 12 rokov pred
math 121e3a38a1 math: erf and erfc cleanup 12 rokov pred
misc 55aef73f47 move new linux syscall wrapper functions to proper source dir 12 rokov pred
mman d12f2ed282 clean up and fix logic for making mmap fail on invalid/unsupported offsets 12 rokov pred
mq 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
multibyte 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
network a47ad3ebce dynamically allocate storage for gethostby* buffers 12 rokov pred
passwd cac872957e add fgetgrent function 12 rokov pred
prng 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock 13 rokov pred
process 23ccb80fcb consistently use the internal name __environ for environ 12 rokov pred
regex ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 12 rokov pred
sched 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 rokov pred
search 6255c4c6a5 search: add comments to tsearch_avl.c 13 rokov pred
select 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 rokov pred
setjmp 4b43f05f3c remove fenv saving/loading code from setjmp/longjmp on arm 12 rokov pred
signal 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 12 rokov pred
stat 7aec71c411 add obsolete futimesat() 12 rokov pred
stdio f1c1a5ea82 document self-synchronized destruction issue for stdio locking 12 rokov pred
stdlib 835f9f950e clean up stdio_impl.h 12 rokov pred
string 5afc74fbaa fix integer type issue in strverscmp 12 rokov pred
temp 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking 12 rokov pred
termios ba6a9e7734 legacy junk compatibility grab-bag 13 rokov pred
thread 72768ea99e fix stale locks left behind when pthread_create fails 12 rokov pred
time c50925071c make some arrays const 12 rokov pred
unistd 89d3df6e54 streamline old-kernel fallback path of pipe2 to use syscalls directly 12 rokov pred