Rich Felker 17276be316 move the dynamic linker's jmp_buf from static to automatic storage 11 years ago
..
aio a494171a5a fix invalid access in aio notification 11 years ago
complex cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 12 years ago
conf f03db4bdff document in sysconf and unistd.h that per-thread cpu clocks exist 11 years ago
crypt 71ae0c724d comment potentially-confusing use of struct crypt_data type 12 years ago
ctype da1442c9a8 fix types for wctype_t and wctrans_t 12 years ago
dirent 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 11 years ago
env 3edfd07073 remove __libc_csu_* cruft 11 years ago
errno b9e08308f4 fix typo in newly-added error message for EOWNERDEAD 12 years ago
exit 7586360bad add support for init/fini array in main program, and greatly simplify 11 years ago
fcntl 00f1521fdd provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 12 years ago
fenv 75c450cff3 fenv support for ppc, untested 12 years ago
internal 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 11 years ago
ipc 17aef0b41e prevent shmget from allocating objects that overflow ptrdiff_t 11 years ago
ldso 17276be316 move the dynamic linker's jmp_buf from static to automatic storage 11 years ago
legacy 69ee9b2cb1 make err.h functions print __progname 11 years ago
linux 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration 11 years ago
locale 6a4cfbdbe7 fix iconv conversion to legacy 8bit codepages 11 years ago
malloc 4a30ba5ca4 remove redundant check in memalign 11 years ago
math 1e5eb73545 math: add fma TODO comments about the underflow issue 11 years ago
misc 14f0272ea1 Add ABI compatability aliases. 12 years ago
mman ce8a995782 fix shm_open wrongly being cancellable 11 years ago
mq 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 years ago
multibyte 4ca442157e fix failure of mbsrtowcs to record stop position when dest is full 11 years ago
network 0716b10ac8 fix missing SOCK_CLOEXEC in various functions that use sockets internally 11 years ago
passwd 648c3b4e18 change uid_t, gid_t, and id_t to unsigned types 11 years ago
prng 20d01d83b5 improve the quality of output from rand_r 11 years ago
process b06dc66639 make posix_spawn (and functions that use it) use CLONE_VFORK flag 11 years ago
regex ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 12 years ago
sched 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 12 years ago
search 6255c4c6a5 search: add comments to tsearch_avl.c 13 years ago
select ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 12 years ago
setjmp 4b43f05f3c remove fenv saving/loading code from setjmp/longjmp on arm 12 years ago
signal 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 11 years ago
stat 6567db65f4 improve [f]stat[v]fs functions, and possibly work around old kernels 11 years ago
stdio 1d92cddb1e fix uninitialized/stale use of alloc (%m modifier) flag in scanf 11 years ago
stdlib 835f9f950e clean up stdio_impl.h 12 years ago
string c713d87978 fix a couple misleading/wrong signal descriptions in strsignal 11 years ago
temp 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking 12 years ago
termios ba6a9e7734 legacy junk compatibility grab-bag 13 years ago
thread 0109d950e6 make pthread attribute types structs, even when they just have one field 11 years ago
time ea81c0624f fix error code on time conversion overflows 11 years ago
unistd b6218764eb fix bogus lazy allocation in ctermid and missing malloc failure check 11 years ago