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 0d4d94efd5 protect against/handle cancellation reading shadow passwords 15 years ago
..
aio fix idiotic const-correctness error in lio_listio 15 years ago
conf in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. 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 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
fcntl update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
fenv use type directives for fenv asm functions 15 years ago
internal initial commit of the arm port 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso disable dynamic linking/loading code in static libc builds, for now 15 years ago
linux fix stubbed-out reboot call 15 years ago
locale gb18030 support in iconv (only from, not to) 15 years ago
malloc use new a_crash() asm to optimize double-free handler. 15 years ago
math fix error in previous ld80 fpclassify commit 15 years ago
misc fix ptrace (maybe) 15 years ago
mman work around linux bug in mprotect 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 protect against/handle cancellation reading shadow passwords 15 years ago
prng locking support for random() prng 15 years ago
process fix various errors in function signatures/prototypes found by nsz 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 avoid setting FILE lock count when not using flockfile 15 years ago
stdlib fix incorrect long double parameters on arm (and other future ports) 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 initial commit of the arm port 15 years ago
time fix assumptions that char is signed 15 years ago
unistd update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago