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 06d4075a50 update case mappings to unicode 12.1.0 7 years ago
..
aio fix restrict violations in internal use of several functions 7 years ago
complex fix cacosh results for arguments with negative imaginary part 7 years ago
conf fix build regression in sysconf for archs with variable page size 8 years ago
crypt reduce spurious inclusion of libc.h 8 years ago
ctype update case mappings to unicode 12.1.0 7 years ago
dirent fail fdopendir for O_PATH file descriptors 7 years ago
env add secure_getenv function 7 years ago
errno add hidden version of &errno accessor function 8 years ago
exit split internal lock API out of libc.h, creating lock.h 8 years ago
fcntl remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
fenv add riscv64 architecture support 7 years ago
include refactor thrd_sleep and nanosleep in terms of clock_nanosleep 7 years ago
internal fix incorrect use of fabs on long double operand in floatscan.c 7 years ago
ipc sysvipc: overhaul {sem,shm,msg}ctl for time64 7 years ago
ldso remove remaining traces of __tls_get_new 7 years ago
legacy remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
linux clock_adjtime: generalize time64 not to assume old struct layout match 7 years ago
locale fix accidentlly-external cmp symbol introduced with catgets 7 years ago
malloc split internal lock API out of libc.h, creating lock.h 8 years ago
math mips: add single-instruction math functions 7 years ago
misc fix errno for posix_openpt with no free ptys available 7 years ago
mman support archs with no mlock syscall, only mlock2 7 years ago
mq mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 7 years ago
multibyte fix aliasing-based undefined behavior in mbsrtowcs 7 years ago
network fix regression in recvmmsg with no timeout 7 years ago
passwd fix format strings for uid/gid values in putpwent/putgrent 7 years ago
prng split internal lock API out of libc.h, creating lock.h 8 years ago
process add posix_spawn [f]chdir file actions 7 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 mips setjmp/longjmp fpu state on r6, related issues 7 years ago
signal fix external dummy_lock symbol inadvertently introduced in sigaction 7 years ago
stat utimensat: add time64 syscall support, decouple 32-bit time_t 7 years ago
stdio fix return value of ungetc when argument is outside unsigned char range 7 years ago
stdlib fix undefined behavior in strto* via FILE buffer pointer abuse 8 years ago
string fix memccpy to not access buffer past given size 8 years ago
temp remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
termios reduce spurious inclusion of libc.h 8 years ago
thread harden thread start with failed scheduling against broken __clone 7 years ago
time fix data race in timer_create with SIGEV_THREAD notification 7 years ago
unistd use setitimer function rather than syscall to implement alarm 7 years ago