..
aio
add missing legacy LFS *64 symbol aliases
12 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
avoid invalid use of va_arg in open
12 years ago
fenv
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
12 years ago
internal
fix overflow corner case in strtoul-family functions
12 years ago
ipc
semctl: fix UB causing crashes on powerpc
12 years ago
ldso
add dlerror message for static-linked dlsym failure
12 years ago
legacy
fix multiple issues in legacy function getpass
12 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
always provide __fpclassifyl and __signbitl definitions
12 years ago
misc
make endmntent function handle null argument
12 years ago
mman
use weak symbols for the POSIX functions that will be used by C threads
12 years ago
mq
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
multibyte
implement uchar.h (C11 UTF-16/32 conversion) interfaces
12 years ago
network
fix potential read past end of buffer in getnameinfo service name lookup
12 years ago
passwd
include cleanups: remove unused headers and add feature test macros
13 years ago
prng
fix incorrect sequence generation in *rand48 prng functions
12 years ago
process
eliminate use of cached pid from thread structure
12 years ago
regex
rewrite the regex pattern parser in regcomp
12 years ago
sched
remove useless __yield alias for sched_yield
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
add or1k (OpenRISC 1000) architecture port
12 years ago
signal
add or1k (OpenRISC 1000) architecture port
12 years ago
stat
fix missing flags arg to fstatat syscall in fstat fallback path
12 years ago
stdio
fix linked list corruption in flockfile lists
12 years ago
stdlib
include cleanups: remove unused headers and add feature test macros
13 years ago
string
fix handling of odd lengths in swab function
12 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
manually "shrink wrap" fast path in pthread_once
12 years ago
time
fix handling of negative offsets in timezone spec strings
12 years ago
unistd
support linux kernel apis (new archs) with old syscalls removed
12 years ago