musl/src
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix
commit 6d38c9cf80 provided an
arm-specific version of posix_fadvise to address the alternate
argument order the kernel expects on arm, but neglected to address
that powerpc (32-bit) has the same issue. instead of having arch
variant files in duplicate, simply put the alternate version in the
top-level file under the control of a macro defined in syscall_arch.h.
2016-07-01 13:32:35 -04:00
..
aio
complex
conf
crypt in crypt-sha*, reject excessive rounds as error rather than clamping 2016-02-16 17:38:07 -05:00
ctype
dirent
env env: avoid leaving dangling pointers in __env_map 2016-03-06 13:33:52 -05:00
errno
exit
fcntl fix posix_fadvise syscall args on powerpc, unify with arm fix 2016-07-01 13:32:35 -04:00
fenv add powerpc64 port 2016-05-08 22:57:40 -04:00
internal add powerpc64 port 2016-05-08 22:57:40 -04:00
ipc
ldso add powerpc64 port 2016-05-08 22:57:40 -04:00
legacy
linux
locale
malloc
math math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 2016-03-04 17:58:49 -05:00
misc fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 2016-05-23 18:19:11 -04:00
mman
mq
multibyte remove comments on copyright status from UTF-8 implementation files 2016-06-21 16:33:14 -04:00
network refactor name_from_dns in hostname lookup backend 2016-06-29 11:59:25 -04:00
passwd
prng
process
regex fix the use of uninitialized value in regcomp 2016-05-22 17:52:19 -04:00
sched add sched_getcpu vDSO support 2016-03-02 21:35:40 -05:00
search
select
setjmp add powerpc64 port 2016-05-08 22:57:40 -04:00
signal add powerpc64 port 2016-05-08 22:57:40 -04:00
stat
stdio fix FILE buffer underflow in ungetwc 2016-04-26 15:26:40 -04:00
stdlib
string fix read past end of haystack buffer for short needles in memmem 2016-04-01 13:36:15 -04:00
temp
termios
thread pthread: implement try/timed join variants 2016-06-30 21:47:24 -04:00
time
unistd add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00