..
conf
define MQ_PRIO_MAX
15 years ago
ctype
more header fixes, minor warning fix
15 years ago
dirent
optimize opendir using O_CLOEXEC
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
fenv
x86_64 fenv support (untested; at least known to build successfully)
15 years ago
internal
restore use of .type in asm, but use modern @function (vs %function)
15 years ago
ipc
overhaul pthread cancellation
15 years ago
ldso
use load address from elf header if possible
15 years ago
linux
fix brk/sbrk behavior to match the real legacy functions
15 years ago
locale
implement uselocale function (minimal)
15 years ago
malloc
eliminate OOB array hacks in malloc
15 years ago
math
type directives for x86_64 math asm
15 years ago
misc
wordexp cannot use we_offs unless WRDE_DOOFFS flag is set
15 years ago
mman
fix missing include in posix_madvise.c (compile error)
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
fix bug in ipv6 parsing that prevented parsing a lone "::"
15 years ago
passwd
it's called getgrgid_r, not getgruid_r...
15 years ago
prng
initial commit of prng implementation by Szabolcs Nagy
15 years ago
process
fix backwards posix_spawn file action order
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
restore use of .type in asm, but use modern @function (vs %function)
15 years ago
signal
restore use of .type in asm, but use modern @function (vs %function)
15 years ago
stat
fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
15 years ago
stdio
avoid 64bit warnings when using pointers as entropy for temp names
15 years ago
stdlib
avoid crashing when nel==0 is passed to qsort
15 years ago
string
fix wrong type for wcsrchr argument 2
15 years ago
stub
various legacy and linux-specific stuff
15 years ago
temp
another return value fix for mktemp...
15 years ago
termios
overhaul pthread cancellation
15 years ago
thread
fix useless use of potentially-uninitialized mode variable in sem_open
15 years ago
time
remove old useless timezone.s file (unused)
15 years ago
unistd
omit errno update path for syscalls that cannot fail
15 years ago