use syscall_arg_t and __scc macro for arguments to __alt_socketcall
[musl] / src / internal / syscall.h
2022-08-02 Alex Xu (Hello71)use syscall_arg_t and __scc macro for arguments to...
2022-04-27 Stefan O'Reardon't remap internal-use syscall macros to nonexistent...
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-31 Rich Felkermake __socketcall analogous to __syscall, error-returning
2019-07-27 Rich Felkerinternally, define plain syscalls, if missing, as their...
2019-05-05 Rich Felkerallow archs to provide a 7-argument syscall if needed
2019-04-11 Rich Felkerremove external __syscall function and last remaining...
2018-09-13 Rich Felkerfix regression with compilers not incorporating C99...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkermove and deduplicate declarations of __vdsosym to make...
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-04-14 Rich Felkerfix inconsistent visibility for internal syscall symbols
2015-02-07 Szabolcs Nagyremove cruft from x86_64 syscall.h
2014-11-23 Rich Felkerunify non-inline version of syscall code across archs
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