add framework for mmap2 syscall unit to vary by arch
[musl] / src / internal / syscall.h
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-30 Rich Felkerbreak down coarse-grained 64-bit-off_t syscall remappings
2014-05-30 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-27 Rich Felkerfix sys_open macro for archs without the plain open...
2014-05-27 Rich Felkerfix placement of multiple inclusion guard endif in...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-12 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-22 rofl0rinternal/syscall.h: add syscall_arg_t macro
2014-02-22 rofl0rinternal/syscall.h: use a macro for the syscall args...
2013-07-17 Rich Felkerfix missing argument in variadic syscall macros
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-09-09 Rich Felkeradd 7-arg syscall support for mips
2012-09-09 Rich Felkersyscall organization overhaul
2011-05-02 Rich Felkerworkaround for preprocessor bug in pcc
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-15 Rich Felkermove arch-specific internal headers into place
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0