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 b1a7102d83 more efficient signal blocking for timer threads 15 years ago
..
conf define MQ_PRIO_MAX 15 years ago
ctype more header fixes, minor warning fix 15 years ago
dirent fix errno value when fdopendir is given an invalid file descriptor 15 years ago
env fix for setenv bogus var argument handling 15 years ago
errno simplify multi-threaded errno, eliminate useless function pointer 15 years ago
exit consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
fcntl add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
fenv use type directives for fenv asm functions 15 years ago
internal simplify multi-threaded errno, eliminate useless function pointer 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso when resolving symbols with only weak defs, use first def, not last def 15 years ago
linux fix stubbed-out reboot call 15 years ago
locale gb18030 support in iconv (only from, not to) 15 years ago
malloc posix_memalign should fail if size is not a multiple of sizeof(void *) 15 years ago
math fix error in previous ld80 fpclassify commit 15 years ago
misc fix some bugs in setxid and update setrlimit to use __synccall 15 years ago
mman work around linux bug in mprotect 15 years ago
mq const correctness in mq_notify 15 years ago
multibyte fix all implicit conversion between signed/unsigned pointers 15 years ago
network implement if_nameindex and if_freenameindex 15 years ago
passwd fix buffer overrun in getgrent code when there are no group members 15 years ago
prng locking support for random() prng 15 years ago
process use weak aliases rather than function pointers to simplify some code 15 years ago
regex duplicate re_nsub in LSB/glibc ABI compatible location 15 years ago
search XSI search.h API implementation by Szabolcs Nagy 15 years ago
select overhaul pthread cancellation 15 years ago
setjmp restore use of .type in asm, but use modern @function (vs %function) 15 years ago
signal fix off-by-one bug in siglongjmp that caused unpredictable behavior 15 years ago
stat fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
stdio fix crash in dns code with new stdio locking code 15 years ago
stdlib fix various bugs in new integer parser framework 15 years ago
string fix wrong type for wcsrchr argument 2 15 years ago
stub various legacy and linux-specific stuff 15 years ago
temp remove ugly prng from mk*temp and just re-poll time on retry 15 years ago
termios overhaul pthread cancellation 15 years ago
thread condition variable signal/bcast need not wake unless there are waiters 15 years ago
time more efficient signal blocking for timer threads 15 years ago
unistd fix some bugs in setxid and update setrlimit to use __synccall 15 years ago