..
aio
fix invalid access in aio notification
13 years ago
complex
complex: add C11 CMPLX macros and replace cpack with them
14 years ago
conf
a few more fixes for unistd/sysconf feature reporting
13 years ago
crypt
comment potentially-confusing use of struct crypt_data type
13 years ago
ctype
fix types for wctype_t and wctrans_t
13 years ago
dirent
refactor headers, especially alltypes.h, and improve C++ ABI compat
13 years ago
env
remove __libc_csu_* cruft
13 years ago
errno
fix typo in newly-added error message for EOWNERDEAD
13 years ago
exit
add support for init/fini array in main program, and greatly simplify
13 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
refactor headers, especially alltypes.h, and improve C++ ABI compat
13 years ago
ipc
prevent shmget from allocating objects that overflow ptrdiff_t
13 years ago
ldso
fix theoretical out-of-bound access in dynamic linker
13 years ago
legacy
make err.h functions print __progname
13 years ago
linux
fix the prototype of settimeofday to follow the original BSD declaration
13 years ago
locale
fix semantically incorrect use of LC_GLOBAL_LOCALE
13 years ago
malloc
remove redundant check in memalign
13 years ago
math
add missing erfcl wrapper for archs where long double is plain double
13 years ago
misc
Add ABI compatability aliases.
13 years ago
mman
fix shm_open wrongly being cancellable
13 years ago
mq
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
multibyte
fix failure of mbsrtowcs to record stop position when dest is full
13 years ago
network
fix undefined strcpy call in inet_ntop
13 years ago
passwd
change uid_t, gid_t, and id_t to unsigned types
13 years ago
prng
improve the quality of output from rand_r
13 years ago
process
make posix_spawn (and functions that use it) use CLONE_VFORK flag
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
use separate sigaction buffers for old and new data
13 years ago
stat
improve [f]stat[v]fs functions, and possibly work around old kernels
13 years ago
stdio
fix uninitialized/stale use of alloc (%m modifier) flag in scanf
13 years ago
stdlib
add ABI symbols for strtol family functions
13 years ago
string
fix a couple misleading/wrong signal descriptions in strsignal
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
in pthread_getattr_np, use mremap rather than madvise to measure stack
13 years ago
time
fix semantically incorrect use of LC_GLOBAL_LOCALE
13 years ago
unistd
fix bogus lazy allocation in ctermid and missing malloc failure check
13 years ago