- 1bfbee0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 4 months ago
- ff18efa unix: change Setrlimit/Prlimit to always call syscall functions by Ian Lance Taylor · 1 year, 11 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, 11 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
- ed5796b unix: implement EpollCreate using EpollCreate1 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
- 731415f unix: add kernel module load/unload syscalls on Linux by Tobias Klauser · 6 years ago
- f81de40 unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x} by Tobias Klauser · 6 years ago
- dad3d9f unix: add ClockGetres on Linux by Tobias Klauser · 6 years ago
- 1061eb6 unix: change MemfdCreate flags parameter to int for all GOARCHes by Tobias Klauser · 6 years ago
- ee1b12c unix: add MemfdCreate on Linux by Tobias Klauser · 6 years ago
- d9c697b unix: correct argument order for SyncFileRange syscall on linux/ppc64{,le} by Tobias Klauser · 6 years ago
- 3249cb6 unix: drop incorrect Fsetxattr size return value by Tobias Klauser · 6 years ago
- acbc56f unix: add F*xattr on Linux by Tobias Klauser · 6 years ago
- 2be389f unix: add Renameat2 on Linux by Tobias Klauser · 6 years ago
- ce36f38 unix: regenerate syscall wrappers for linux/ppc64{,le} by Tobias Klauser · 7 years ago
- ad87a3a unix: check faccessat flags parameter on Linux by Thanabodee Charoenpiriyakij · 7 years ago
- fc8bd94 unix: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 7 years ago
- 2f57af4 unix: add wrapper around perf_event_open on Linux by Adam Sindelar · 7 years ago
- c488ab1 unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64} by Tobias Klauser · 7 years ago
- fff93fa unix: add Statx on Linux by Tobias Klauser · 7 years ago
- 28a7276 unix: add SyscallNoError and RawSyscallNoError on Linux by Tobias Klauser · 7 years ago
- 4ff8c00 unix: add Fstatat on Linux for all GOOSes by Tobias Klauser · 7 years ago
- 6860007 unix: correct type for timeout argument to Select on linux/{arm64,mips64x} by Tobias Klauser · 7 years ago
- 429f518 unix: update Select to use newselect on ppc64x by Carlos Eduardo Seo · 7 years ago
- 568757c unix: Properly generate files for Linux by Joe Richey joerichey@google.com · 7 years ago
- 35ef448 unix: add Syncfs function on Linux by Kirill Smelkov · 8 years ago
- d6d53c0 unix: add Msync function on Linux by Tobias Klauser · 8 years ago
- c23410a unix: check Fchmodat flags parameter on Linux by Tobias Klauser · 8 years ago
- 0b25a40 unix: add Eventfd function on Linux by Tobias Klauser · 8 years ago
- b90f89a unix: add missing xattr symlink syscall functions on Linux by Tobias Klauser · 8 years ago
- a55a760 unix: add IoctlGetInt and IoctlSetInt on Linux by Matt Layher · 8 years ago
- a2e06a1 unix: add bindings for keyutils syscalls by Joe Richey joerichey@google.com · 8 years ago
- f845067 unix: add Linux CopyFileRange syscall by Derek McGowan · 8 years ago
- ea9bcad unix: generate all Linux go files from source by Joe Richey · 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
- 9bb9f09 x/sys/unix: add *linkat functions on linux by Hiroshi Ioka · 8 years ago
- 8d1157a Revert "x/sys/unix: add *linkat functions on linux" by Brad Fitzpatrick · 8 years ago
- 1f5e250 x/sys/unix: add *linkat functions on linux by Hiroshi Ioka · 9 years ago
- 5a8c7f2 unix: add Ppoll support for linux by kortschak · 9 years ago
- 7f918dd unix: add Poll for linux by kortschak · 9 years ago
- b776ec3 unix: fix epoll and missing syscalls for ppc64x by Christy Perez · 9 years ago
- f64b50f unix: fix Pause on linux-arm64 by Riku Voipio · 9 years ago
- 324e137 unix: fix EpollWait for arm64 by Riku Voipio · 9 years ago
- 23999e8 x/sys/unix: add support for O_TMPFILE in Linux by Caio Marcelo de Oliveira Filho · 9 years ago
- 9d4e42a x/sys/unix: add Dup2 wrapper for arm64/ppc64 by Riku Voipio · 9 years ago
- 5453535 x/sys/unix: Add support for the setns system call. by Benoit Sigoure · 9 years ago
- 7e44b69 x/sys/unix: fix invalid syscall on linux/arm by Hiroshi Ioka · 9 years ago
- 18d75a3 unix: add Prctl for linux platforms by Dave Cheney · 9 years ago
- 379497e unix: add explicit build tags by Shenghou Ma · 10 years ago
- 8bcc2db unix: add arm64 and ppc64le build tags as needed for Go 1.4 by Ian Lance Taylor · 10 years ago
- 4cd067a unix: add ppc64le/linux support by Ian Lance Taylor · 10 years ago