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 e5d78fe8df fix issue with excessive mremap syscalls on realloc 15 years ago
..
aio stupid typo (caused by rather ugly spelling in POSIX..) in aio 15 years ago
conf sysconf for PTHREAD_KEYS_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 bring back ___environ symbol (3 underscores) 15 years ago
errno simplify multi-threaded errno, eliminate useless function pointer 15 years ago
exit add dummy __cxa_finalize 15 years ago
fcntl fix F_GETOWN return value handling 15 years ago
fenv use type directives for fenv asm functions 15 years ago
internal synchronize cond var destruction with exiting waits 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso dlsym entry point for arm 15 years ago
linux make getmntent_r discard long lines when it returns error, not seek back 15 years ago
locale gb18030 support in iconv (only from, not to) 15 years ago
malloc fix issue with excessive mremap syscalls on realloc 15 years ago
math fix error in previous ld80 fpclassify commit 15 years ago
misc fix ptrace (maybe) 15 years ago
mman process-shared barrier support, based on discussion with bdonlan 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 make dns lookups (and thus getaddrinfo) cancellable 15 years ago
passwd fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose 15 years ago
prng locking support for random() prng 15 years ago
process support vfork on i386 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 initial commit of the arm port 15 years ago
signal initial commit of the arm port 15 years ago
stat fix statvfs.c to match new fsid_t definition 15 years ago
stdio simplify atexit and fflush-on-exit handling 15 years ago
stdlib fix signed overflows at most-negative values in ato(i|l|ll) 15 years ago
string add dummied strverscmp (obnoxious GNU function) 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 report sem value overflows in sem_post 15 years ago
time cleanup various minor issues reported by nsz 15 years ago
unistd cleanup various minor issues reported by nsz 15 years ago