| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-02-28 | accept4: don't fall back to accept if we got unknown flags | Alexey Izbyshev | -0/+4 |
| 2022-08-02 | use syscall_arg_t and __scc macro for arguments to __alt_socketcall | Alex Xu (Hello71) | -3/+3 |
| 2020-08-08 | prefer new socket syscalls, fallback to SYS_socketcall only if needed | Rich Felker | -14/+27 |
| 2020-02-22 | use __socketcall to simplify socket() | Rich Felker | -5/+5 |
| 2019-07-31 | make __socketcall analogous to __syscall, error-returning | Rich Felker | -6/+6 |
| 2016-01-26 | add new i386 socket syscall numbers | Szabolcs Nagy | -0/+30 |
| 2016-01-26 | change the internal socketcall selection logic | Szabolcs Nagy | -1/+3 |
| 2014-05-27 | fix placement of multiple inclusion guard endif in internal syscall.h | Rich Felker | -2/+2 |
| 2014-04-17 | make socketcall types common as they are same for all architectures | Timo Teräs | -40/+23 |
| 2011-02-15 | cleanup socketcall syscall interface to ease porting to sane(r) archs | Rich Felker | -94/+45 |
