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 e91c375fd0 workaround for gcc's optimizer breaking dynamic symbol resolution 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 add startup abi functions, dummy for now. eventually needed for c++ support. 15 years ago
errno change errno to static linkage (improves PIC code generation) 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 fix various bugs in new integer parser framework 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso load vdso, if present, into the dso list 15 years ago
linux fix brk/sbrk behavior to match the real legacy functions 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 check for fd exhaustion in forkpty 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" getnetbyaddr and getnetbyname 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 ensure in fork that child gets its own new robust mutex list 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 restore use of .type in asm, but use modern @function (vs %function) 15 years ago
stat fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
stdio fix logic error in fread 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 another return value fix for mktemp... 15 years ago
termios overhaul pthread cancellation 15 years ago
thread fix useless use of potentially-uninitialized mode variable in sem_open 15 years ago
time workaround for gcc's optimizer breaking dynamic symbol resolution 15 years ago
unistd omit errno update path for syscalls that cannot fail 15 years ago