summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2023-02-28accept4: don't fall back to accept if we got unknown flagsAlexey Izbyshev-0/+4
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)-3/+3
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker-14/+27
2020-02-22use __socketcall to simplify socket()Rich Felker-5/+5
2019-07-31make __socketcall analogous to __syscall, error-returningRich Felker-6/+6
2016-01-26add new i386 socket syscall numbersSzabolcs Nagy-0/+30
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-1/+3
2014-05-27fix placement of multiple inclusion guard endif in internal syscall.hRich Felker-2/+2
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-40/+23
2011-02-15cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker-94/+45