You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker d8fddb9641 fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves 4 years ago
..
aio drop use of pthread_once for aio thread stack size init 6 years ago
complex math: avoid runtime conversions of floating-point constants 4 years ago
conf add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS 4 years ago
crypt update crypt_blowfish to support $2b$ prefix 6 years ago
ctype fix wcwidth of hangul combining (vowel/final) letters 4 years ago
dirent fail fdopendir for O_PATH file descriptors 7 years ago
env protect stack canary from leak via read-as-string by zeroing second byte 4 years ago
errno add missing strerror text for key management 4 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 add SPE FPU support to powerpc-sf 5 years ago
include provide an internal namespace-safe __fstat 4 years ago
internal ldso: support DT_RELR relative relocation format 4 years ago
ipc fix corrupt sysvipc timestamps on 32-bit archs with old kernels 6 years ago
ldso fix dl_iterate_phdr dlpi_tls_data reporting to match spec 5 years ago
legacy fix error return value for cuserid 5 years ago
linux epoll_create: fail with EINVAL if size is non-positive 4 years ago
locale accept null pointer as message argument to gettext functions 4 years ago
malloc remove return with expression in void function 5 years ago
math add SPE FPU support to powerpc-sf 5 years ago
misc mntent: fix potential mishandling of extremely long lines 4 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 fallback when ipv6 is disabled but resolv.conf has v6 nameserves 4 years ago
passwd nscd: fall back gracefully on kernels without AF_UNIX support 5 years ago
prng lift child restrictions after multi-threaded fork 6 years ago
process aarch64: add vfork 4 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 fix hwcap access in powerpc-sf setjmp/longjmp 5 years ago
signal fix libc-internal signal blocking on mips archs 5 years ago
stat provide an internal namespace-safe __fstat 4 years ago
stdio freopen: reset stream orientation (byte/wide) and encoding rule 4 years ago
stdlib fix constraint violation in qsort wrapper around qsort_r 4 years ago
string fix misleading comment in strstr 6 years ago
temp avoid limited space of random temp file names if clock resolution is low 4 years ago
termios add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
thread use alt signal stack when present for implementation-internal signals 4 years ago
time fix ESRCH error handling for clock_getcpuclockid 4 years ago
unistd nice: return EPERM instead of EACCES 4 years ago