musl/src
Rich Felker 83966b369d add ether_aton[_r] and ether_ntoa[_r] functions
based on patch by Strake with minor stylistic changes, and combined
into a single file. this patch remained open for a long time due to
some question as to whether ether_aton would be better implemented in
terms of sscanf, and it's time something was committed, so here it is.
2013-06-25 21:15:27 -04:00
..
aio fix invalid access in aio notification 2013-06-16 10:39:02 -04:00
complex complex: add C11 CMPLX macros and replace cpack with them 2012-11-13 01:31:49 +01:00
conf report support of TPS option in unistd.h and sysconf 2012-11-11 15:54:20 -05:00
crypt comment potentially-confusing use of struct crypt_data type 2013-04-20 14:07:01 -04:00
ctype fix types for wctype_t and wctrans_t 2013-03-04 19:22:14 -05:00
dirent
env add support for program_invocation[_short]_name 2013-04-06 17:50:37 -04:00
errno fix typo in newly-added error message for EOWNERDEAD 2013-02-07 03:13:35 -05:00
exit __assert_fail(): remove _Noreturn, to get proper stacktraces 2013-01-04 20:36:34 +01:00
fcntl provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 2013-03-26 22:54:57 -04:00
fenv fenv support for ppc, untested 2012-11-18 16:31:14 -05:00
internal fix major scanf breakage with unbuffered streams, fmemopen, etc. 2013-06-22 17:11:17 -04:00
ipc
ldso ensure that thread dtv pointer is never null to optimize __tls_get_addr 2013-06-03 16:35:59 -04:00
legacy make err.h functions print __progname 2013-05-18 10:20:42 -04:00
linux fix the prototype of settimeofday to follow the original BSD declaration 2013-05-26 16:01:38 +00:00
locale
malloc page-align initial brk value used by malloc in shared libc 2012-12-07 22:33:11 -05:00
math math: add fma TODO comments about the underflow issue 2013-05-19 14:43:32 +00:00
misc Add ABI compatability aliases. 2013-04-05 23:20:28 -07:00
mman clean up and fix logic for making mmap fail on invalid/unsupported offsets 2012-12-20 12:16:02 -05:00
mq
multibyte mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ 2013-04-08 23:09:11 -04:00
network add ether_aton[_r] and ether_ntoa[_r] functions 2013-06-25 21:15:27 -04:00
passwd add put*ent functions for passwd/group files and similar for shadow 2013-04-04 19:23:47 -04:00
prng improve the quality of output from rand_r 2013-06-12 18:20:48 -04:00
process remove explicit locking to prevent __synccall setuid during posix_spawn 2013-04-26 15:09:49 -04:00
regex revert regex "cleanup" that seems unjustified and may break backtracking 2013-02-01 01:10:59 -05:00
sched add support for thread scheduling (POSIX TPS option) 2012-11-11 15:38:04 -05:00
search
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 2012-12-05 19:13:47 -05:00
signal transition to using functions for internal signal blocking/restoring 2013-04-26 19:48:01 -04:00
stat fix mknod and mknodat to accept large dev_t values 2013-05-16 16:27:37 -04:00
stdio fix scanf %c conversion wrongly storing a terminating null byte 2013-06-22 17:23:45 -04:00
stdlib
string Add ABI compatability aliases. 2013-04-05 23:20:28 -07:00
temp use memcmp instead of str[n]cmp for temp function XXXXXX checking 2013-02-20 23:01:22 -05:00
termios
thread support cputime clocks for processes/threads other than self 2013-06-08 11:36:41 -04:00
time support cputime clocks for processes/threads other than self 2013-06-08 11:36:41 -04:00
unistd in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 2013-03-25 11:34:22 -04:00