musl/src
Rich Felker eee150f39c make real symbols for the legacy (nonstandardized) utmp functions
this is needed in the long term for ABI compatibility anyway, and in
the immediate, it helps with building broken programs like GNU screen
that try to prototype the functions themselves rather than using the
header.
2011-02-20 15:06:26 -05:00
..
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 add pthread_atfork interface 2011-02-18 19:52:42 -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 initial check-in, version 0.5.0 2011-02-12 00:22:29 -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 cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts 2011-02-13 23:08:18 -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 prevent sigprocmask/pthread_sigmask from blocking implementation signals 2011-02-19 10:51:13 -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 fix printf %n specifier - missing breaks had it clobbering memory 2011-02-16 18:19:46 -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