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 bc081f628b fix inconsistent visibility for internal __tls_get_new function 11 years ago
..
aio make all objects used with atomic operations volatile 11 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 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 fix case mapping for U+00DF (ß) 12 years ago
dirent make all objects used with atomic operations volatile 11 years ago
env allow libc itself to be built with stack protector enabled 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 fix uninitialized mode variable in openat function 12 years ago
fenv add aarch64 port 11 years ago
internal use hidden visibility for i386 asm-internal __vsyscall symbol 11 years ago
ipc semctl: fix UB causing crashes on powerpc 12 years ago
ldso fix inconsistent visibility for internal __tls_get_new function 11 years ago
legacy getloadavg: use sysinfo() instead of /proc/loadavg 11 years ago
linux fix missing argument to syscall in fanotify_mark 12 years ago
locale make all objects used with atomic operations volatile 11 years ago
malloc remove useless check of bin match in malloc 11 years ago
math add aarch64 port 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 fix return value computation in one code path of wcsnrtombs 12 years ago
network fix internal buffer overrun in inet_pton 11 years ago
passwd avoid sending huge names as nscd passwd/group queries 11 years ago
prng make all objects used with atomic operations volatile 11 years ago
process remove remnants of support for running in no-thread-pointer mode 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 add aarch64 port 11 years ago
signal add aarch64 port 11 years ago
stat fix failure of fchmodat to report EOPNOTSUPP in the race path 11 years ago
stdio fix getdelim to set the error indicator on all failures 11 years ago
stdlib include cleanups: remove unused headers and add feature test macros 13 years ago
string overhaul optimized x86_64 memset 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 fix inconsistent visibility for internal __tls_get_new function 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