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 b39b47bac8 set errno when fileno is called on a FILE with no underlying fd 8 years ago
..
aio make all objects used with atomic operations volatile 11 years ago
complex fix incorrect results for catan with some inputs 8 years ago
conf remove erroneous SYMLINK_MAX definition from limits.h, pathconf 8 years ago
crypt in crypt-sha*, reject excessive rounds as error rather than clamping 10 years ago
ctype update case mappings to unicode 10.0 9 years ago
dirent remove spurious declaration of __getdents from readdir.c 8 years ago
env fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
errno fix missing strerror text for EMULTIHOP 8 years ago
exit revise the definition of multiple basic locks in the code 8 years ago
fcntl fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
fenv add m68k port 8 years ago
internal fix missing timeout argument to futex syscall in __futexwait 8 years ago
ipc work around broken kernel struct ipc_perm on some big endian archs 8 years ago
ldso add m68k port 8 years ago
legacy fix one-byte overflow in legacy getpass function 9 years ago
linux add memfd_create syscall wrapper 8 years ago
locale fix output size handling for multi-unicode-char big5-hkscs characters 8 years ago
malloc reintroduce hardening against partially-replaced allocator 8 years ago
math add support for m68k 80-bit long double variant 8 years ago
misc getopt: update optarg and optind correctly on missing argument 8 years ago
mman work around incorrect EPERM from mmap syscall 9 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder 9 years ago
network implement getaddrinfo's AI_ADDRCONFIG flag 8 years ago
passwd fix regression in getspnam[_r] error code for insufficient buffer size 9 years ago
prng revise the definition of multiple basic locks in the code 8 years ago
process convert execvp error handling to switch statement 8 years ago
regex fix regression in glob with literal . or .. path component 9 years ago
sched add sched_getcpu vDSO support 10 years ago
search fix lsearch and lfind to pass key as first arg to the compar callback 9 years ago
select support linux kernel apis (new archs) with old syscalls removed 12 years ago
setjmp add m68k port 8 years ago
signal add m68k port 8 years ago
stat fix failure of fchmodat to report EOPNOTSUPP in the race path 11 years ago
stdio set errno when fileno is called on a FILE with no underlying fd 8 years ago
stdlib bsearch: simplify and optimize 8 years ago
string optimize explicit_bzero for size 8 years ago
temp ignore access mode bits of flags in mkostemps and functions that use it 12 years ago
termios define appropriate feature test macros to get CBAUD from termios.h 10 years ago
thread reject invalid arguments to pthread_barrierattr_setpshared 8 years ago
time time: fix incorrect DST offset when using POSIX timezones without DST 8 years ago
unistd avoid excessive stack usage in getcwd 8 years ago