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 b4a07bb469 fix obscure bug in strtoull reading the highest 16 possible values 14 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 document iswspace and remove wrongly-included zwsp character 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 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 fix obscure bug in strtoull reading the highest 16 possible values 14 years ago
ipc overhaul pthread cancellation 15 years ago
ldso protect against cancellation in dlopen 14 years ago
linux add linux setfs[ug]id syscall wrappers 15 years ago
locale add all missing wchar functions except floating point parsers 14 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 implement a64l and l64a (legacy xsi stuff) 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 fix for previous incorrect fix of cancellation in dns lookups 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 make glob mark symlinks-to-directories with the GLOB_MARK flag 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 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 make stdio open, read, and write operations cancellation points 14 years ago
stdlib add deprecated (removed from posix) [efg]cvt() functions 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 overhaul pthread cancellation 15 years ago
thread fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs 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