- 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 3 months ago
- ff18efa unix: change Setrlimit/Prlimit to always call syscall functions by Ian Lance Taylor · 1 year, 10 months ago
- d0df966 unix: support all Setuid/Setgid and related syscalls on Linux by Mateusz Poliwczak · 2 years, 5 months ago
- 039c03c unix: add race annotations to Pread and Pwrite by Tobias Klauser · 2 years, 10 months ago
- b146bce unix: remove accept on Linux by Tobias Klauser · 3 years ago
- 5739886 unix: implement alarm(2) on Linux on all GOARCH except arm* and riscv. by Matt Layher · 3 years ago
- 1cf2251 unix: implement ppoll in terms of poll on Linux by Jason A. Donenfeld · 3 years, 4 months ago
- 437939a unix: use dup3 in Dup2 on all Linux platforms by Tobias Klauser · 3 years, 4 months ago
- d61c044 unix: implement Pipe using pipe2 syscall on all linux platforms by Tobias Klauser · 3 years, 4 months ago
- 6f6e228 unix: implement InotifyInit using InotifyInit1 on all linux platforms by Tobias Klauser · 3 years, 5 months ago
- 9a76102 all: go fmt ./... by Russ Cox · 4 years ago
- 1037786 unix: replace blocked dup2 calls with dup3 on Android by Elias Naur · 4 years, 9 months ago
- 2f85c7e unix: merge duplicate code in zsyscall_linux_*.go by Johan Jansson · 5 years ago
- cb0a6d8 unix: mark capget/capset as non-blocking by Caleb Spare · 5 years ago
- e047566 unix: add new setfsuid/setfsgid wrappers by Sergey Ivanov · 5 years ago
- c1edf53 Revert "unix: fix Setfsuid and Setfsgid return values" by Brad Fitzpatrick · 5 years ago
- 94506bc unix: fix Setfsuid and Setfsgid return values by Sergey Ivanov · 5 years ago
- abf886d unix: unify definition of func fcntl by Tobias Klauser · 5 years ago
- d4481ac unix: add Readv/Writev family of syscalls for linux by Axel Wagner · 5 years ago
- ef0ce17 unix: add KEYCTL_RESTRICT_KEYRING capabilities by Eric Chiang · 6 years ago
- 943d512 unix: add support to get/set Linux capabilities by Tobias Klauser · 6 years ago
- adf421d unix: fix Signalfd function signature on linux by Yuval Pavel Zholkover · 6 years ago
- 953cdad unix: add unexported name_to_handle_at and open_by_handle_at types & wrappers by Brad Fitzpatrick · 6 years ago
- c2f5717 unix: add fanotify API on Linux by Dominik Honnef · 6 years ago
- e5ecc2a unix: use Renameat2 to implement Renameat on linux/riscv64 by Tobias Klauser · 6 years ago
- a457fd0 unix: add Signalfd on linux by Tobias Klauser · 6 years ago
- 2be5172 unix: add ClockNanosleep and TIMER_ABSTIME by Sebastian Schmidt · 6 years ago
- 4ed8d59 unix: replace "mksyscall.pl" script with a Go program by Visweswara R · 6 years ago
- fc8bd94 unix: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 7 years ago
- c488ab1 unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64} by Tobias Klauser · 7 years ago
- f845067 unix: add Linux CopyFileRange syscall by Derek McGowan · 8 years ago
- 76cc09b unix: add Getrandom syscall bindings and flags by Joe Richey · 8 years ago
- aaabbdc x/sys/unix: remove the "use" function and its calls. by Sameer Ajmani · 8 years ago
- b699b70 x/sys/unix: add Getsid on linux by Alexander Menzhinsky · 8 years ago
- 9a2e24c unix: fix name of prlimit parameters by Ian Lance Taylor · 8 years ago
- 002cbb5 unix: Fix *linkat on sparc64 and s390x by James Clarke · 8 years ago
- 67f277b unix: Added linux/sparc64 gccgo support by James Clarke · 8 years ago