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