add acct, accept4, setns, and dup3 syscalls (linux extensions)
[musl] / arch / i386 / bits / syscall.h
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-04-04 Rich Felkerwork around nasty gcc bug in the i386 syscall asm
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-06-15 Rich Felker__syscall5 inline is having trouble with PIC; just...
2011-04-20 Rich Felkeradd syscall wrappers for posix_fadvise, posix_fallocate
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-03-29 Rich Felkerfix bug from syscall overhaul: extra __syscall_ret...
2011-03-20 Rich Felkerhonor namespace for i386 syscall.h, even though it...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeroverhaul syscall interface