..
aio
make aio_suspend a cancellation point and properly handle cancellation
11 years ago
complex
complex: add C11 CMPLX macros and replace cpack with them
14 years ago
conf
fix off-by-one in bounds check in fpathconf
12 years ago
crypt
add legacy functions setkey() and encrypt()
12 years ago
ctype
fix case mapping for U+00DF (ß)
12 years ago
dirent
add missing legacy LFS *64 symbol aliases
12 years ago
env
fix #ifdef inside a macro argument list in __init_tls.c
12 years ago
errno
add support for LC_TIME and LC_MESSAGES translations
12 years ago
exit
remove useless infinite loop from end of exit function
12 years ago
fcntl
fix uninitialized mode variable in openat function
12 years ago
fenv
simplify armhf fesetenv
11 years ago
internal
factor cancellation cleanup push/pop out of futex __timedwait function
11 years ago
ipc
semctl: fix UB causing crashes on powerpc
12 years ago
ldso
adapt dynamic linker for new binutils versions that omit DT_RPATH
12 years ago
legacy
getloadavg: use sysinfo() instead of /proc/loadavg
11 years ago
linux
fix missing argument to syscall in fanotify_mark
12 years ago
locale
fix non-static dummy function that slipped in with locale implementation
12 years ago
malloc
add malloc_usable_size function and non-stub malloc.h
12 years ago
math
math: fix fmodl for IEEE binary128
11 years ago
misc
fix bad character checking in wordexp
11 years ago
mman
make fsync, fdatasync, and msync cancellation points
11 years ago
mq
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
multibyte
fix return value computation in one code path of wcsnrtombs
12 years ago
network
make protocol table zero byte separated and add ipv6 protocols
11 years ago
passwd
support alternate backends for the passwd and group dbs
11 years ago
prng
fix incorrect sequence generation in *rand48 prng functions
12 years ago
process
make execvp continue PATH search on EACCES rather than issuing an errror
11 years ago
regex
implement FNM_CASEFOLD extension to fnmatch function
12 years ago
sched
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
12 years ago
search
remove struct elem entirely from hsearch.c
12 years ago
select
support linux kernel apis (new archs) with old syscalls removed
12 years ago
setjmp
fix missing comma in sh setjmp asm
11 years ago
signal
use tkill instead of tgkill in implementing raise
12 years ago
stat
fix failure of fchmodat to report EOPNOTSUPP in the race path
11 years ago
stdio
fix possible isatty false positives and unwanted device state changes
11 years ago
stdlib
include cleanups: remove unused headers and add feature test macros
13 years ago
string
overhaul optimized x86_64 memset asm
11 years ago
temp
ignore access mode bits of flags in mkostemps and functions that use it
12 years ago
termios
include cleanups: remove unused headers and add feature test macros
13 years ago
thread
suppress masked cancellation in pthread_join
11 years ago
time
fix handling of negative offsets in timezone spec strings
12 years ago
unistd
fix possible isatty false positives and unwanted device state changes
11 years ago