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 9beb6330c0 simplify cancellation point handling 15 years ago
..
conf better fix sysconf pthread stack min 15 years ago
ctype more header fixes, minor warning fix 15 years ago
dirent fix errno handling in scandir: 15 years ago
env add startup abi functions, dummy for now. eventually needed for c++ support. 15 years ago
errno change errno to static linkage (improves PIC code generation) 15 years ago
exit consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
fcntl global cleanup to use the new syscall interface 15 years ago
internal greatly improve SIGEV_THREAD timers 15 years ago
ipc numerous fixes to sysv ipc 15 years ago
ldso various changes in preparation for dynamic linking support 15 years ago
linux add syscall wrapper for flock 15 years ago
locale fix breakage due to converting a return type to size_t in iconv... 15 years ago
malloc fix rare but nasty under-allocation bug in malloc with large requests 15 years ago
math Port musl to x86-64. One giant commit! 15 years ago
misc simplify syslog, add vsyslog interface (nonstandard) 15 years ago
mman consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
multibyte fix all implicit conversion between signed/unsigned pointers 15 years ago
network optimize ntohl etc. in terms of bswap functions 15 years ago
passwd guard against hard links to non-ordinary-files when reading tcb shadow 15 years ago
prng initial check-in, version 0.5.0 15 years ago
process speed up threaded fork 15 years ago
regex fix bug in TRE found by clang (typo && instead of &) 15 years ago
select overhaul cancellation to fix resource leaks and dangerous behavior with signals 15 years ago
setjmp Port musl to x86-64. One giant commit! 15 years ago
signal fix broken sigsetjmp on x86_64 15 years ago
stat fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
stdio fix printf("%.9g", 1.1) and similar not dropping trailing zeros 15 years ago
stdlib fix broken unsigned comparison in wcstoumax 15 years ago
string implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
stub various legacy and linux-specific stuff 15 years ago
temp make mktemp match the historic behavior, and update functions that use it 15 years ago
termios add (nonstandard) cfmakeraw function 15 years ago
thread simplify cancellation point handling 15 years ago
time run pthread tsd destructors when a timer thread pretends to exit 15 years ago
unistd consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago