1. 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 4 months ago
  2. ff18efa unix: change Setrlimit/Prlimit to always call syscall functions by Ian Lance Taylor · 1 year, 11 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, 11 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. ed5796b unix: implement EpollCreate using EpollCreate1 on all linux platforms by Tobias Klauser · 3 years, 4 months ago
  11. 6f6e228 unix: implement InotifyInit using InotifyInit1 on all linux platforms by Tobias Klauser · 3 years, 5 months ago
  12. 9a76102 all: go fmt ./... by Russ Cox · 4 years ago
  13. 1037786 unix: replace blocked dup2 calls with dup3 on Android by Elias Naur · 4 years, 9 months ago
  14. 2f85c7e unix: merge duplicate code in zsyscall_linux_*.go by Johan Jansson · 5 years ago
  15. cb0a6d8 unix: mark capget/capset as non-blocking by Caleb Spare · 5 years ago
  16. e047566 unix: add new setfsuid/setfsgid wrappers by Sergey Ivanov · 5 years ago
  17. c1edf53 Revert "unix: fix Setfsuid and Setfsgid return values" by Brad Fitzpatrick · 5 years ago
  18. 94506bc unix: fix Setfsuid and Setfsgid return values by Sergey Ivanov · 5 years ago
  19. abf886d unix: unify definition of func fcntl by Tobias Klauser · 5 years ago
  20. d4481ac unix: add Readv/Writev family of syscalls for linux by Axel Wagner · 5 years ago
  21. ef0ce17 unix: add KEYCTL_RESTRICT_KEYRING capabilities by Eric Chiang · 6 years ago
  22. 943d512 unix: add support to get/set Linux capabilities by Tobias Klauser · 6 years ago
  23. adf421d unix: fix Signalfd function signature on linux by Yuval Pavel Zholkover · 6 years ago
  24. 953cdad unix: add unexported name_to_handle_at and open_by_handle_at types & wrappers by Brad Fitzpatrick · 6 years ago
  25. c2f5717 unix: add fanotify API on Linux by Dominik Honnef · 6 years ago
  26. e5ecc2a unix: use Renameat2 to implement Renameat on linux/riscv64 by Tobias Klauser · 6 years ago
  27. a457fd0 unix: add Signalfd on linux by Tobias Klauser · 6 years ago
  28. 2be5172 unix: add ClockNanosleep and TIMER_ABSTIME by Sebastian Schmidt · 6 years ago
  29. 4ed8d59 unix: replace "mksyscall.pl" script with a Go program by Visweswara R · 6 years ago
  30. 731415f unix: add kernel module load/unload syscalls on Linux by Tobias Klauser · 6 years ago
  31. f81de40 unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x} by Tobias Klauser · 6 years ago
  32. dad3d9f unix: add ClockGetres on Linux by Tobias Klauser · 6 years ago
  33. 1061eb6 unix: change MemfdCreate flags parameter to int for all GOARCHes by Tobias Klauser · 6 years ago
  34. ee1b12c unix: add MemfdCreate on Linux by Tobias Klauser · 6 years ago
  35. d9c697b unix: correct argument order for SyncFileRange syscall on linux/ppc64{,le} by Tobias Klauser · 6 years ago
  36. 3249cb6 unix: drop incorrect Fsetxattr size return value by Tobias Klauser · 6 years ago
  37. acbc56f unix: add F*xattr on Linux by Tobias Klauser · 6 years ago
  38. 2be389f unix: add Renameat2 on Linux by Tobias Klauser · 6 years ago
  39. ce36f38 unix: regenerate syscall wrappers for linux/ppc64{,le} by Tobias Klauser · 7 years ago
  40. ad87a3a unix: check faccessat flags parameter on Linux by Thanabodee Charoenpiriyakij · 7 years ago
  41. fc8bd94 unix: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 7 years ago
  42. 2f57af4 unix: add wrapper around perf_event_open on Linux by Adam Sindelar · 7 years ago
  43. c488ab1 unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64} by Tobias Klauser · 7 years ago
  44. fff93fa unix: add Statx on Linux by Tobias Klauser · 7 years ago
  45. 28a7276 unix: add SyscallNoError and RawSyscallNoError on Linux by Tobias Klauser · 7 years ago
  46. 4ff8c00 unix: add Fstatat on Linux for all GOOSes by Tobias Klauser · 7 years ago
  47. 6860007 unix: correct type for timeout argument to Select on linux/{arm64,mips64x} by Tobias Klauser · 7 years ago
  48. 429f518 unix: update Select to use newselect on ppc64x by Carlos Eduardo Seo · 7 years ago
  49. 568757c unix: Properly generate files for Linux by Joe Richey joerichey@google.com · 7 years ago
  50. 35ef448 unix: add Syncfs function on Linux by Kirill Smelkov · 8 years ago
  51. d6d53c0 unix: add Msync function on Linux by Tobias Klauser · 8 years ago
  52. c23410a unix: check Fchmodat flags parameter on Linux by Tobias Klauser · 8 years ago
  53. 0b25a40 unix: add Eventfd function on Linux by Tobias Klauser · 8 years ago
  54. b90f89a unix: add missing xattr symlink syscall functions on Linux by Tobias Klauser · 8 years ago
  55. a55a760 unix: add IoctlGetInt and IoctlSetInt on Linux by Matt Layher · 8 years ago
  56. a2e06a1 unix: add bindings for keyutils syscalls by Joe Richey joerichey@google.com · 8 years ago
  57. f845067 unix: add Linux CopyFileRange syscall by Derek McGowan · 8 years ago
  58. ea9bcad unix: generate all Linux go files from source by Joe Richey · 8 years ago
  59. 76cc09b unix: add Getrandom syscall bindings and flags by Joe Richey · 8 years ago
  60. aaabbdc x/sys/unix: remove the "use" function and its calls. by Sameer Ajmani · 8 years ago
  61. b699b70 x/sys/unix: add Getsid on linux by Alexander Menzhinsky · 8 years ago
  62. 9a2e24c unix: fix name of prlimit parameters by Ian Lance Taylor · 8 years ago
  63. 9bb9f09 x/sys/unix: add *linkat functions on linux by Hiroshi Ioka · 8 years ago
  64. 8d1157a Revert "x/sys/unix: add *linkat functions on linux" by Brad Fitzpatrick · 8 years ago
  65. 1f5e250 x/sys/unix: add *linkat functions on linux by Hiroshi Ioka · 9 years ago
  66. 5a8c7f2 unix: add Ppoll support for linux by kortschak · 9 years ago
  67. 7f918dd unix: add Poll for linux by kortschak · 9 years ago
  68. b776ec3 unix: fix epoll and missing syscalls for ppc64x by Christy Perez · 9 years ago
  69. f64b50f unix: fix Pause on linux-arm64 by Riku Voipio · 9 years ago
  70. 324e137 unix: fix EpollWait for arm64 by Riku Voipio · 9 years ago
  71. 23999e8 x/sys/unix: add support for O_TMPFILE in Linux by Caio Marcelo de Oliveira Filho · 9 years ago
  72. 9d4e42a x/sys/unix: add Dup2 wrapper for arm64/ppc64 by Riku Voipio · 9 years ago
  73. 5453535 x/sys/unix: Add support for the setns system call. by Benoit Sigoure · 9 years ago
  74. 7e44b69 x/sys/unix: fix invalid syscall on linux/arm by Hiroshi Ioka · 9 years ago
  75. 18d75a3 unix: add Prctl for linux platforms by Dave Cheney · 9 years ago
  76. 379497e unix: add explicit build tags by Shenghou Ma · 10 years ago
  77. 8bcc2db unix: add arm64 and ppc64le build tags as needed for Go 1.4 by Ian Lance Taylor · 10 years ago
  78. 4cd067a unix: add ppc64le/linux support by Ian Lance Taylor · 10 years ago