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 f34d0ea511 new internal locking primitive; drop spinlocks 14 years ago
..
aio stupid typo (caused by rather ugly spelling in POSIX..) in aio 15 years ago
complex add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
conf fix broken sysconf when correct value is -1 14 years ago
ctype new wcwidth implementation (fast table-based) 14 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 better description for errno==0 14 years ago
exit add dummy __cxa_finalize 15 years ago
fcntl fix F_GETOWN return value handling 15 years ago
fenv try fixing/optimizing x86_64 fenv exception code 14 years ago
internal new internal locking primitive; drop spinlocks 14 years ago
ipc overhaul pthread cancellation 15 years ago
ldso make dlerror produce informative results 14 years ago
linux legacy junk compatibility grab-bag 14 years ago
locale fix major breakage in iconv, bogus rejecting of dest charsets 14 years ago
malloc fix issue with excessive mremap syscalls on realloc 15 years ago
math math: fix x86 asin accuracy 14 years ago
misc implement getusershell, etc. legacy functions 14 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 new attempt at working around the gcc 3 visibility bug 14 years ago
network improve name lookup performance in corner cases 14 years ago
passwd make passwd/group functions safe against cancellation in stdio 14 years ago
prng locking support for random() prng 15 years ago
process x86_64 vfork implementation 14 years ago
regex fix signedness error handling invalid multibyte sequences in regexec 14 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 work around "signal loses thread pointer" issue with "approach 2" 14 years ago
stat fix statvfs.c to match new fsid_t definition 15 years ago
stdio fix really bad breakage in strtol, etc.: failure to accept leading spaces 14 years ago
stdlib further fixes to leading space issue (forgot the wide versions) 14 years ago
string add all missing wchar functions except floating point parsers 14 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 legacy junk compatibility grab-bag 14 years ago
thread new internal locking primitive; drop spinlocks 14 years ago
time remove debug cruft that was left in getdate 14 years ago
unistd support null buffer argument to getcwd, auto-allocating behavior 14 years ago