| .. |
|
conf
|
put confstr.c with the other conf functions
|
2011-02-14 19:13:18 -05:00 |
|
ctype
|
more header fixes, minor warning fix
|
2011-02-14 19:33:11 -05:00 |
|
dirent
|
finish moving 32-bit-specific junk out of source files.
|
2011-02-15 04:12:19 -05:00 |
|
env
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
errno
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
exit
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
fcntl
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
internal
|
use an accessor function for __libc data pointer when compiled as PIC
|
2011-02-20 22:30:06 -05:00 |
|
ipc
|
fixed missing cast in the non-i386 version of shmat (preparation for ports)
|
2011-02-13 23:26:51 -05:00 |
|
linux
|
workaround gcc bug 46926 by providing a dumb sincos implementation
|
2011-02-19 17:56:57 -05:00 |
|
locale
|
use a more-correct integer type, and silence 64-bit warnings as a bonus
|
2011-02-13 23:38:21 -05:00 |
|
malloc
|
make malloc(0) return unique pointers rather than NULL
|
2011-02-20 16:16:33 -05:00 |
|
math
|
Port musl to x86-64. One giant commit!
|
2011-02-15 07:32:09 -05:00 |
|
misc
|
fix compile failure: legacy cuserid needs to define feature test
|
2011-02-16 09:30:56 -05:00 |
|
mman
|
cleaning up syscalls in preparation for x86_64 port
|
2011-02-13 22:45:42 -05:00 |
|
multibyte
|
remove sample utf-8 code that's not part of the standard library
|
2011-02-21 15:43:26 -05:00 |
|
network
|
cleanup socketcall syscall interface to ease porting to sane(r) archs
|
2011-02-15 04:40:40 -05:00 |
|
passwd
|
guard against hard links to non-ordinary-files when reading tcb shadow
|
2011-02-14 21:15:07 -05:00 |
|
prng
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
process
|
add pthread_atfork interface
|
2011-02-18 19:52:42 -05:00 |
|
regex
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
select
|
yet another ugly legacy syscall rename...
|
2011-02-15 05:52:27 -05:00 |
|
setjmp
|
Port musl to x86-64. One giant commit!
|
2011-02-15 07:32:09 -05:00 |
|
signal
|
fix null pointer dereference introduced in last sigprocmask commit
|
2011-02-20 15:16:04 -05:00 |
|
stat
|
add portable lchown (trivial to support and a few ancient things want it..)
|
2011-02-17 23:13:46 -05:00 |
|
stdio
|
avoid referencing address of extern function from vdprintf
|
2011-02-20 22:24:28 -05:00 |
|
stdlib
|
don't compare elements with themselves during qsort.
|
2011-02-17 00:03:24 -05:00 |
|
string
|
more header cleanup and conformance fixes - string.h
|
2011-02-14 20:53:15 -05:00 |
|
stub
|
make real symbols for the legacy (nonstandardized) utmp functions
|
2011-02-20 15:06:26 -05:00 |
|
temp
|
make mktemp match the historic behavior, and update functions that use it
|
2011-02-19 09:40:07 -05:00 |
|
termios
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
thread
|
use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code
|
2011-02-19 15:21:05 -05:00 |
|
time
|
implement the remaining clock_* interfaces
|
2011-02-19 12:43:56 -05:00 |
|
unistd
|
finish moving 32-bit-specific junk out of source files.
|
2011-02-15 04:12:19 -05:00 |