1. c3d8025 unix: update Dockerfile to Linux 5.6, and Go 1.13.9 by Tobias Klauser · 4 years, 1 month ago
  2. 9dae0f8 unix: add fs-verity consts and types by Tobias Klauser · 4 years, 1 month ago
  3. 85ca7c5 unix: allocate signalNameMap with enough space by Tobias Klauser · 4 years, 1 month ago
  4. 328b4cd unix: add readv/writev for illumos by Araragi Hokuto · 4 years, 2 months ago
  5. af34d82 gitignore: remove obsolete reference to .hgignore in comment by Yannic Bonenberger · 4 years, 2 months ago
  6. 5766fd3 unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64} by Ed Schouten · 4 years, 2 months ago
  7. a7d97aa unix: add disk ioctl constants for FreeBSD by Ed Schouten · 4 years, 2 months ago
  8. 08c6161 unix: only declare PtraceGetFsBase() on x86-based platforms by Ed Schouten · 4 years, 2 months ago
  9. 9a0dfc3 unix: implement L2TPIP socket address on Linux by Tom Parkin · 4 years, 2 months ago
  10. 5c8b2ff unix: update BPF consts on linux by Tobias Klauser · 4 years, 2 months ago
  11. 062a440 cpu: add mips64x feature detection by Tobias Klauser · 4 years, 2 months ago
  12. 5d559ad unix: merge duplicate code in ztypes_linux_*.go by Johan Jansson · 4 years, 2 months ago
  13. 2f85c7e unix: merge duplicate code in zsyscall_linux_*.go by Johan Jansson · 4 years, 2 months ago
  14. c5d0d7b unix: merge duplicate code in zerrors_linux_*.go by Johan Jansson · 4 years, 2 months ago
  15. 6b2465a unix: add tool for merging duplicate code by Johan Jansson · 4 years, 2 months ago
  16. d5e6a3e unix: add adjtimex return constants by Nikson Kanti Paul · 4 years, 3 months ago
  17. cb0a6d8 unix: mark capget/capset as non-blocking by Caleb Spare · 4 years, 3 months ago
  18. 9197077 unix: gofmt after CL 218799 by Tobias Klauser · 4 years, 3 months ago
  19. 2d4d993 unix: add RTMGRP_* consts from rtnetlink.h by Tobias Klauser · 4 years, 3 months ago
  20. 12a6c2d unix: add InotifyInit for mips64 by Doorer · 4 years, 3 months ago
  21. d101bd2 unix: update Dockerfile to Linux 5.5, glibc 2.31, Go 1.13.7 by Tobias Klauser · 4 years, 3 months ago
  22. 9fbb57f unix: use pipe2 syscall on OpenBSD by Aaron Bieber · 4 years, 3 months ago
  23. e047566 unix: add new setfsuid/setfsgid wrappers by Sergey Ivanov · 4 years, 4 months ago
  24. 34d2753 unix: correct PtraceIoDesc and define PtraceIoDesc per GOARCH on freebsd by Tobias Klauser · 4 years, 4 months ago
  25. 655fe14 unix: test (*FdSet).Clear in TestFdSet by Tobias Klauser · 4 years, 4 months ago
  26. c1edf53 Revert "unix: fix Setfsuid and Setfsgid return values" by Brad Fitzpatrick · 4 years, 4 months ago
  27. 94506bc unix: fix Setfsuid and Setfsgid return values by Sergey Ivanov · 4 years, 4 months ago
  28. 59e60aa cpu: don't read ARM64 registers on Android by Tobias Klauser · 4 years, 4 months ago
  29. b775942 windows: add missing network-related constants by maltalex · 4 years, 4 months ago
  30. 86b9105 unix: add missing chtmpdir in TestPpoll on openbsd by Tobias Klauser · 4 years, 4 months ago
  31. 548cf77 unix: add SysctlClockinfo on dragonfly and freebsd by Tobias Klauser · 4 years, 4 months ago
  32. ef85f5a unix: add Inet4Pktinfo type on solaris by Tobias Klauser · 4 years, 4 months ago
  33. b016eb3 unix: test UtimesNanoAt on *bsd and solaris by Tobias Klauser · 4 years, 4 months ago
  34. 5f8ca72 unix: don't zero out extra registers on riscv64 syscalls by Tobias Klauser · 4 years, 4 months ago
  35. a1369af unix: add flags argument in //sys comments for Fstatvfs1 and Statvfs1 on netbsd by Tobias Klauser · 4 years, 4 months ago
  36. c96a22e unix: add Dup3 on netbsd and openbsd by Tobias Klauser · 4 years, 4 months ago
  37. 04cbcbb unix: correct build tag to define Getdirentries for darwin/arm with Go 1.11 by Tobias Klauser · 4 years, 4 months ago
  38. c709ea0 windows: added SO_RCVTIMEO and IPPROTO_ICMP constants by maltalex · 4 years, 5 months ago
  39. 5a3cf84 unix: compare Stat_t members in TestFstatat by Tobias Klauser · 4 years, 5 months ago
  40. abf886d unix: unify definition of func fcntl by Tobias Klauser · 4 years, 5 months ago
  41. 0732a99 unix: use correct file name in comment by Ian Lance Taylor · 4 years, 5 months ago
  42. d4481ac unix: add Readv/Writev family of syscalls for linux by Axel Wagner · 4 years, 5 months ago
  43. af0d71d windows: fix recvfrom and sendto data types by maltalex · 4 years, 5 months ago
  44. 4a24b40 unix: add PrctlRetInt, a Prctl variant that returns (int, error) by Umang Parmar · 4 years, 5 months ago
  45. ac6580d unix: move functions Ptrace{Get|Set}RegSetArm64 to a separate file by erifan01 · 4 years, 5 months ago
  46. eeba5f6 unix: replace readlink in mkall.sh with portable shell commands by Umang Parmar · 4 years, 5 months ago
  47. bc7efcf unix: add functions PtraceGetRegSetArm64 and PtraceSetRegSetArm64 by erifan01 · 4 years, 6 months ago
  48. ce4227a unix: add Statvfs and Fstatvfs on NetBSD by Tobias Klauser · 4 years, 5 months ago
  49. 85b82a3 cpu: support reading arm64 CPU feature registers by Tobias Klauser · 4 years, 5 months ago
  50. 6d18c01 windows: add Recvfrom and Sendto implementations by maltalex · 4 years, 5 months ago
  51. 63cb32a unix: add new fscrypt declarations from Linux v5.4 by Eric Biggers · 4 years, 5 months ago
  52. 8a8471f unix/linux: bump Linux and Go versions to latest stable releases by Matt Layher · 4 years, 5 months ago
  53. bd43791 unix: check number of ready file descriptors in TestPselect by Tobias Klauser · 4 years, 6 months ago
  54. 76d669a unix: don't fail TestSelect on EINTR from Select by Tobias Klauser · 4 years, 6 months ago
  55. 6bfc516 windows: add Get*PreferredUILanguages by Simon Rozman · 4 years, 6 months ago
  56. f068ffe unix: use same TestSelect on all Unices by Tobias Klauser · 4 years, 6 months ago
  57. e882bf8 unix: fix EINTR check in TestPselect by Tobias Klauser · 4 years, 6 months ago
  58. cf1e2d5 unix: regenerate zerrors for AIX by Clément Chigot · 4 years, 6 months ago
  59. b5d5184 windows: revert security_windows.go change of CL 202177 by Alex Brainman · 4 years, 6 months ago
  60. 2f86c98 unix: don't fail TestPselect on EINTR from Pselect by Tobias Klauser · 4 years, 6 months ago
  61. 6254a7c unix: fix EINTR check in TestClockNanosleep by Tobias Klauser · 4 years, 6 months ago
  62. 81af739 unix: don't fail TestClockNanosleep on EINTR from ClockNanosleep by Tobias Klauser · 4 years, 6 months ago
  63. 52ab431 unix: fix EpollEvent padding on mips64{,le} by Tobias Klauser · 4 years, 6 months ago
  64. 4c7a9d0 unix: check correct CPU for being enabled in old mask in TestSchedSetaffinity by Tobias Klauser · 4 years, 6 months ago
  65. 344fec8 cpu: don't redeclare doinit on ppc64le by Tobias Klauser · 4 years, 6 months ago
  66. fee6b63 unix: accept time.Now()±1 as valid in TestTime by Tobias Klauser · 4 years, 6 months ago
  67. 2f3576d cpu: add basic support for GOARCH=riscv64 by Tobias Klauser · 4 years, 6 months ago
  68. e43da5d cpu: move empty doinit to own file by Tobias Klauser · 4 years, 6 months ago
  69. 8ad3422 unix: skip TestPselect on EINTR by Tobias Klauser · 4 years, 6 months ago
  70. 59a1497 unix: test returned fd in TestEpoll by Tobias Klauser · 4 years, 6 months ago
  71. d32e6e3 windows: add empty.s to fix build with Go 1.11 and earlier by Tobias Klauser · 4 years, 6 months ago
  72. c1f4481 unix: add TestEpoll on linux by Tobias Klauser · 4 years, 6 months ago
  73. ac3223d unix: add methods to manipulate *FdSet by Tobias Klauser · 4 years, 6 months ago
  74. e8c54fb windows: add EnumProcesses function by Tobias Klauser · 4 years, 6 months ago
  75. f43be2a windows/registry: make '-gcflags=all=-d=checkptr' flag work by Alex Brainman · 4 years, 6 months ago
  76. 195ce5e unix: add devlink Linux generic netlink API constants by Matt Layher · 4 years, 6 months ago
  77. b67d8b4 unix: add missing HCI_CHANNEL_LOGGING constant by Alexander Menzhinsky · 4 years, 6 months ago
  78. f8518d3 windows/registry: remove TestWalkFullRegistry due to false assumptions by Jason A. Donenfeld · 4 years, 6 months ago
  79. 33540a1 unix: don't use non-existing uint128 type on freebsd/arm64 by Tobias Klauser · 4 years, 6 months ago
  80. 53bf42e windows/registry: allow for non-null terminated strings by Jason A. Donenfeld · 4 years, 7 months ago
  81. 6c3a3bf unix: make convertFromDirents11 checkptr safe by Tobias Klauser · 4 years, 7 months ago
  82. b4ff53e unix: remove un-used ptrSize by Cuong Manh Le · 4 years, 7 months ago
  83. e66fe6e unix: regenerate darwin libc trampolines after CL 202837 by Tobias Klauser · 4 years, 7 months ago
  84. f89234f unix: __sysctl is sysctl on darwin by Jason A. Donenfeld · 4 years, 7 months ago
  85. b69606a unix: comply with -d=checkptr in Test_anyToSockaddr by Matt Layher · 4 years, 7 months ago
  86. 742c48e windows: respect permission bits on file opening by Jason A. Donenfeld · 4 years, 7 months ago
  87. 3e7259c unix: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after ABI change by Tobias Klauser · 4 years, 7 months ago
  88. 9984515 windows, unix: fix wrong unsafe.Pointer alignment in syscall by Tobias Klauser · 4 years, 7 months ago
  89. 727590c unix: avoid "just past the end" pointers in UnixRights by Tobias Klauser · 4 years, 7 months ago
  90. b09406a windows: add GetDiskFreeSpaceEx function by Takuto Ikuta · 4 years, 7 months ago
  91. 06d7bd2 unix: update rtnetlink constants by Lehner Florian · 4 years, 7 months ago
  92. 543471e unix: add new func PtraceInterrupt on Linux by Paulo Gomes · 4 years, 7 months ago
  93. 0b153f5 windows: fix ShellExecute return condition by Jason A. Donenfeld · 4 years, 7 months ago
  94. ef33b2f windows: use go:linkname instead of assembly by Jason A. Donenfeld · 4 years, 7 months ago
  95. 5f54ce5 windows: add module handle functions by Jason A. Donenfeld · 4 years, 7 months ago
  96. 4ac5d0c unix: add new func PtraceSeize on Linux by Paulo Gomes · 4 years, 7 months ago
  97. aed5e4c unix: add Klogset and related SYSLOG_ACTION_ constants by Srinidhi Kaushik · 4 years, 7 months ago
  98. c178f38 windows/mkwinsyscall: import mksyscall_windows.go from go repo by Jason A. Donenfeld · 4 years, 7 months ago
  99. b397fe3 windows/svc: use CloseServiceHandle for service handles by Jason A. Donenfeld · 4 years, 7 months ago
  100. 3421d5a unix: avoid __getdirentries64 on darwin by Tobias Klauser · 4 years, 8 months ago