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 914949d321 fix pointer overflow bug in floating point printf 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 fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 14 years ago
dirent add (currently stubbed due to stubbed strverscmp) versionsort function 14 years ago
env direct syscall to open in __init_security needs O_LARGEFILE 14 years ago
errno better description for errno==0 14 years ago
exit stdio: handle file position correctly at program exit 14 years ago
fcntl enable LARGEFILE64 aliases 14 years ago
fenv try fixing/optimizing x86_64 fenv exception code 14 years ago
internal remove flush hook cruft that was never used from stdio 14 years ago
ipc overhaul pthread cancellation 15 years ago
ldso fix char signedness bug (arm-specific) in dynamic linker 14 years ago
linux add vhangup syscall wrapper 14 years ago
locale fix multiple iconv bugs reading utf-16/32 and wchar_t 14 years ago
malloc ditch the priority inheritance locks; use malloc's version of lock 14 years ago
math use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too 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 failure of mbsinit(0) (not UB; required to return nonzero) 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 fix regex on arm 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 add LSB ABI __xstat, etc. junk 14 years ago
stdio fix pointer overflow bug in floating point printf 14 years ago
stdlib further fixes to leading space issue (forgot the wide versions) 14 years ago
string fix overrun (n essentially ignored) in wcsncmp 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 add pthread_attr_setstack interface (and get) 14 years ago
time add timegm function (inverse of gmtime), nonstandard 14 years ago
unistd avoid deprecated (by linux) alarm syscall; use setitimer instead 14 years ago