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 f8f565df46 add printing of null %s arguments as "(null)" in wide printf 11 years ago
..
aio make all objects used with atomic operations volatile 11 years ago
complex complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf) 11 years ago
conf add legacy functions from sysinfo.h duplicating sysconf functionality 11 years ago
crypt add legacy functions setkey() and encrypt() 12 years ago
ctype add macro version of ctype.h isascii function 11 years ago
dirent make all objects used with atomic operations volatile 11 years ago
env fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
errno remove remnants of support for running in no-thread-pointer mode 11 years ago
exit make all objects used with atomic operations volatile 11 years ago
fcntl remove dead case for F_SETLKW in fcntl 11 years ago
fenv fix mips fesetenv(FE_DFL_ENV) again 11 years ago
internal add multiple inclusion guard to locale_impl.h 11 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso fix regression in pre-v7 arm on kernels with kuser helper removed 11 years ago
legacy fix futimes legacy function with null tv pointer 11 years ago
linux fix missing argument to syscall in fanotify_mark 12 years ago
locale make static C and C.UTF-8 locales available outside of newlocale 11 years ago
malloc in malloc, refuse to use brk if it grows into stack 11 years ago
math fix regression in x86_64 math asm with old binutils 11 years ago
misc add alternate backend support for getgrouplist 11 years ago
mman redesign and simplify vmlock system 11 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte remove libc.h dependency from otherwise-independent multibyte code 11 years ago
network fix internal buffer overrun in inet_pton 11 years ago
passwd fix spurious errors from pwd/grp functions when nscd backend is absent 11 years ago
prng make all objects used with atomic operations volatile 11 years ago
process add sh asm for vfork 11 years ago
regex regex: fix character class repetitions 11 years ago
sched fix return value of pthread_getaffinity_np and pthread_setaffinity_np 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 fix build regression in sh-nofpu subarch due to missing symbol 11 years ago
signal fix crash in x32 sigsetjmp 11 years ago
stat fix failure of fchmodat to report EOPNOTSUPP in the race path 11 years ago
stdio add printing of null %s arguments as "(null)" in wide printf 11 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string remove potentially PIC-incompatible relocations from x86_64 and x32 asm 11 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 implement arch-generic version of __unmapself 11 years ago
time make all objects used with atomic operations volatile 11 years ago
unistd fix possible isatty false positives and unwanted device state changes 11 years ago