musl/src
Rich Felker 21ada94c4b add getauxval function
in a sense this implementation is incomplete since it doesn't provide
the HWCAP_* macros for use with AT_HWCAP, which is perhaps the most
important intended usage case for getauxval. they will be added at a
later time.
2014-04-07 02:46:15 -04:00
..
aio support configurable page size on mips, powerpc and microblaze 2013-09-15 02:00:32 +00:00
complex complex: add C11 CMPLX macros and replace cpack with them 2012-11-13 01:31:49 +01:00
conf fix confstr return value 2014-03-24 17:33:54 -04:00
crypt add legacy functions setkey() and encrypt() 2014-02-05 11:09:53 -05:00
ctype include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
dirent fix readdir not to set ENOENT when directory is removed while reading 2014-02-25 13:05:38 -05:00
env remove some cruft from libc/tls init code 2014-04-07 01:12:31 -04:00
errno always initialize thread pointer at program start 2014-03-24 16:57:11 -04:00
exit include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
fcntl in fcntl, use unsigned long instead of long for variadic argument type 2014-03-07 23:56:48 -05:00
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
internal always initialize thread pointer at program start 2014-03-24 16:57:11 -04:00
ipc semctl: fix UB causing crashes on powerpc 2014-03-13 20:52:34 +01:00
ldso remove lazy ssp initialization 2014-03-25 19:12:45 -04:00
legacy include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
linux x32: fix sysinfo() 2014-03-06 05:35:13 +01:00
locale fix an overflow in wcsxfrm when n==0 2014-01-23 03:24:54 +01:00
malloc avoid malloc failure for small requests when brk can't be extended 2014-04-02 17:57:15 -04:00
math x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
misc add getauxval function 2014-04-07 02:46:15 -04:00
mman include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
mq use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
multibyte include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
network add fallback emulation for accept4 on old kernels 2014-02-21 22:25:26 -05:00
passwd include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
prng fix initstate to make the state buffer usable in setstate 2014-01-21 02:01:35 +01:00
process always initialize thread pointer at program start 2014-03-24 16:57:11 -04:00
regex include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
sched add pthread_setaffinity_np and pthread_getaffinity_np functions 2013-08-10 21:41:05 -04:00
search remove struct elem entirely from hsearch.c 2014-04-02 18:49:24 -04:00
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00
setjmp add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
signal add __sigsetjmp ABI-compat alias for sigsetjmp 2014-04-02 19:32:57 -04:00
stat fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 2013-12-19 14:24:55 -05:00
stdio fix failure of printf %g to strip trailing zeros in some cases 2014-04-07 02:05:20 -04:00
stdlib include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
string include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
temp include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
termios include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
thread fix pointer type mismatch and misplacement of const 2014-03-24 17:39:08 -04:00
time eliminate explicit (long) casts when making syscalls 2014-01-06 22:05:54 -05:00
unistd rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00