..
aio
drop use of pthread_once for aio thread stack size init
6 years ago
complex
fix incorrect results for catanf and catanl with some inputs
6 years ago
conf
fix build regression in sysconf for archs with variable page size
8 years ago
crypt
update crypt_blowfish to support $2b$ prefix
6 years ago
ctype
fix wcwidth wrongly returning 0 for most of planes 4 and up
6 years ago
dirent
fail fdopendir for O_PATH file descriptors
7 years ago
env
fix inconsistent signature of __libc_start_main
5 years ago
errno
improve strerror speed
6 years ago
exit
lift child restrictions after multi-threaded fork
6 years ago
fcntl
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 years ago
fenv
fix sh fesetround failure to clear old mode
6 years ago
include
give libc access to its own malloc even if public malloc is interposed
6 years ago
internal
lift locale lock out of internal __get_locale
6 years ago
ipc
fix corrupt sysvipc timestamps on 32-bit archs with old kernels
6 years ago
ldso
lift child restrictions after multi-threaded fork
6 years ago
legacy
fix error return value for cuserid
5 years ago
linux
fix setgroups behavior in multithreaded process
6 years ago
locale
use libc-internal malloc for newlocale/freelocale
6 years ago
malloc
oldmalloc: preserve errno across free
5 years ago
math
math: fix expm1f overflow threshold
5 years ago
misc
fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels
5 years ago
mman
revert unwanted and inadvertent change that slipped into mmap.c
6 years ago
mq
mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t
7 years ago
multibyte
rewrite wcsnrtombs to fix buffer overflow and other bugs
6 years ago
network
fix missing newline in herror output
6 years ago
passwd
fix getgrouplist when nscd reports an empty list
6 years ago
prng
lift child restrictions after multi-threaded fork
6 years ago
process
use internal malloc for posix_spawn file actions objects
5 years ago
regex
fix failure of glob to match broken symlinks under some conditions
7 years ago
sched
sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs
7 years ago
search
new tsearch implementation
8 years ago
select
fix regression in select with no timeout
7 years ago
setjmp
aarch64: fix setjmp return value
6 years ago
signal
lift sigaction abort locking to fix posix_spawn child deadlock
6 years ago
stat
fix remaining direct use of stat syscalls outside fstatat.c
6 years ago
stdio
lift child restrictions after multi-threaded fork
6 years ago
stdlib
fix undefined behavior in wcsto[ld] family functions
6 years ago
string
fix misleading comment in strstr
6 years ago
temp
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 years ago
termios
add tcgetwinsize and tcsetwinsize functions, move struct winsize
6 years ago
thread
fix possible fd leak via missing O_CLOEXEC in pthread_setname_np
5 years ago
time
parse v3 or future-unknown zoneinfo file versions as v2+
6 years ago
unistd
work around linux bug in readlink syscall with zero buffer size
6 years ago