| .. |
|
conf
|
better fix sysconf pthread stack min
|
15 years ago |
|
ctype
|
more header fixes, minor warning fix
|
15 years ago |
|
dirent
|
avoid fd leak if opendir is cancelled when calloc has failed
|
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
|
add syscall wrappers for posix_fadvise, posix_fallocate
|
15 years ago |
|
internal
|
optimize compound-literal sigset_t's not to contain useless hurd bits
|
15 years ago |
|
ipc
|
overhaul pthread cancellation
|
15 years ago |
|
ldso
|
various changes in preparation for dynamic linking support
|
15 years ago |
|
linux
|
fix brk/sbrk behavior to match the real legacy functions
|
15 years ago |
|
locale
|
fix breakage due to converting a return type to size_t in iconv...
|
15 years ago |
|
malloc
|
namespace fixes for sys/mman.h
|
15 years ago |
|
math
|
Port musl to x86-64. One giant commit!
|
15 years ago |
|
misc
|
properly create new session/controlling terminal in forkpty
|
15 years ago |
|
mman
|
fix missing include in posix_madvise.c (compile error)
|
15 years ago |
|
multibyte
|
fix all implicit conversion between signed/unsigned pointers
|
15 years ago |
|
network
|
fix bug in ipv6 parsing that prevented parsing a lone "::"
|
15 years ago |
|
passwd
|
shadow password fixes: empty fields should read as -1 not 0
|
15 years ago |
|
prng
|
initial check-in, version 0.5.0
|
15 years ago |
|
process
|
correct variadic prototypes for execl* family
|
15 years ago |
|
regex
|
fix bug in TRE found by clang (typo && instead of &)
|
15 years ago |
|
select
|
overhaul pthread cancellation
|
15 years ago |
|
setjmp
|
Port musl to x86-64. One giant commit!
|
15 years ago |
|
signal
|
overhaul implementation-internal signal protections
|
15 years ago |
|
stat
|
fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
|
15 years ago |
|
stdio
|
fix the last known rounding bug in floating point printing
|
15 years ago |
|
stdlib
|
avoid crashing when nel==0 is passed to qsort
|
15 years ago |
|
string
|
fix wcsncpy writing past end of buffer
|
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
|
overhaul pthread cancellation
|
15 years ago |
|
thread
|
optimize out useless default-attribute object in pthread_create
|
15 years ago |
|
time
|
optimize compound-literal sigset_t's not to contain useless hurd bits
|
15 years ago |
|
unistd
|
omit errno update path for syscalls that cannot fail
|
15 years ago |