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 01e94c4623 fix misplaced semicolon in preprocessor directive (#undef h_errno) 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 let sysconf accurately report # of cpus available 14 years ago
ctype new wcwidth implementation (fast table-based) 14 years ago
dirent ditch the priority inheritance locks; use malloc's version of lock 14 years ago
env fix missing static (namespace clash) 14 years ago
errno better description for errno==0 14 years ago
exit remove __lock dependency from exit 14 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 add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
ipc overhaul pthread cancellation 15 years ago
ldso fix error reporting for dlsym with global symbols 14 years ago
linux add linux-specific unshare syscall wrapper 14 years ago
locale fix major breakage in iconv, bogus rejecting of dest charsets 14 years ago
malloc ditch the priority inheritance locks; use malloc's version of lock 14 years ago
math math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
misc add isastream (obsolete STREAMS junk) 14 years ago
mman process-shared barrier support, based on discussion with bdonlan 15 years ago
mq fix longstanding missing static in mq_notify (namespace pollution) 14 years ago
multibyte fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs 14 years ago
network fix misplaced semicolon in preprocessor directive (#undef h_errno) 14 years ago
passwd make passwd/group functions safe against cancellation in stdio 14 years ago
prng ditch the priority inheritance locks; use malloc's version of lock 14 years ago
process x86_64 vfork implementation 14 years ago
regex remove some no-op end of string tests from regex parser 14 years ago
sched avoid setting nondefault scheduler too 14 years ago
search search: add comments to tsearch_avl.c 14 years ago
select overhaul pthread cancellation 15 years ago
setjmp update license of njk contributed code (x86_64 asm) 14 years ago
signal update license of njk contributed code (x86_64 asm) 14 years ago
stat fix statvfs.c to match new fsid_t definition 15 years ago
stdio fix uninitialized var in vfwprintf printing 0-prec string 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 update license of njk contributed code (x86_64 asm) 14 years ago
time ditch the priority inheritance locks; use malloc's version of lock 14 years ago
unistd support null buffer argument to getcwd, auto-allocating behavior 14 years ago