| .. |
|
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
|
document in sysconf and unistd.h that per-thread cpu clocks exist
|
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
|
make ldd report the libc/dynamic linker itself
|
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
|
rework langinfo code for ABI compat and for use by time code
|
13 years ago |
|
malloc
|
remove redundant check in memalign
|
13 years ago |
|
math
|
math: add fma TODO comments about the underflow issue
|
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
|
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
|
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 _l versions of strtod family functions, purely as aliases
|
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
|
make pthread attribute types structs, even when they just have one field
|
13 years ago |
|
time
|
rework langinfo code for ABI compat and for use by time code
|
13 years ago |
|
unistd
|
fix bogus lazy allocation in ctermid and missing malloc failure check
|
13 years ago |