musl/arch
Szabolcs Nagy 37bfb68f68 add new i386 socket syscall numbers
new in linux v4.3 commit 9dea5dc921b5f4045a18c63eb92e84dc274d17eb
direct calls instead of socketcall allow better seccomp filtering.

musl continues to use socketcalls internally on i386. (older kernels
would need a fallback mechanism if the direct calls were used.)
2016-01-26 18:28:04 -05:00
..
aarch64 fix aarch64 atomics to load/store 32bit only 2016-01-24 19:07:35 -05:00
arm fix arm a_crash for big endian 2016-01-25 21:59:55 +00:00
i386 add new i386 socket syscall numbers 2016-01-26 18:28:04 -05:00
microblaze refactor internal atomic.h 2016-01-21 19:08:54 +00:00
mips overhaul mips atomics for new atomics framework 2016-01-22 00:10:40 +00:00
or1k refactor internal atomic.h 2016-01-21 19:08:54 +00:00
powerpc clean powerpc syscall.h 2016-01-24 19:08:57 -05:00
sh remove sh port's __fpscr_values source file 2016-01-22 03:50:58 +00:00
x32 move x32 sysinfo impl and syscall fixup code out of arch/x32/src 2016-01-22 03:39:07 +00:00
x86_64 clean up x86_64 (and x32) atomics for new atomics framework 2016-01-22 00:53:09 +00:00