1. cb0a6d8 unix: mark capget/capset as non-blocking by Caleb Spare · 5 years ago
  2. 9197077 unix: gofmt after CL 218799 by Tobias Klauser · 5 years ago
  3. 2d4d993 unix: add RTMGRP_* consts from rtnetlink.h by Tobias Klauser · 5 years ago
  4. 12a6c2d unix: add InotifyInit for mips64 by Doorer · 5 years ago
  5. d101bd2 unix: update Dockerfile to Linux 5.5, glibc 2.31, Go 1.13.7 by Tobias Klauser · 5 years ago
  6. 9fbb57f unix: use pipe2 syscall on OpenBSD by Aaron Bieber · 5 years ago
  7. e047566 unix: add new setfsuid/setfsgid wrappers by Sergey Ivanov · 5 years ago
  8. 34d2753 unix: correct PtraceIoDesc and define PtraceIoDesc per GOARCH on freebsd by Tobias Klauser · 5 years ago
  9. 655fe14 unix: test (*FdSet).Clear in TestFdSet by Tobias Klauser · 5 years ago
  10. c1edf53 Revert "unix: fix Setfsuid and Setfsgid return values" by Brad Fitzpatrick · 5 years ago
  11. 94506bc unix: fix Setfsuid and Setfsgid return values by Sergey Ivanov · 5 years ago
  12. 59e60aa cpu: don't read ARM64 registers on Android by Tobias Klauser · 5 years ago
  13. b775942 windows: add missing network-related constants by maltalex · 5 years ago
  14. 86b9105 unix: add missing chtmpdir in TestPpoll on openbsd by Tobias Klauser · 5 years ago
  15. 548cf77 unix: add SysctlClockinfo on dragonfly and freebsd by Tobias Klauser · 5 years ago
  16. ef85f5a unix: add Inet4Pktinfo type on solaris by Tobias Klauser · 5 years ago
  17. b016eb3 unix: test UtimesNanoAt on *bsd and solaris by Tobias Klauser · 5 years ago
  18. 5f8ca72 unix: don't zero out extra registers on riscv64 syscalls by Tobias Klauser · 5 years ago
  19. a1369af unix: add flags argument in //sys comments for Fstatvfs1 and Statvfs1 on netbsd by Tobias Klauser · 5 years ago
  20. c96a22e unix: add Dup3 on netbsd and openbsd by Tobias Klauser · 5 years ago
  21. 04cbcbb unix: correct build tag to define Getdirentries for darwin/arm with Go 1.11 by Tobias Klauser · 5 years ago
  22. c709ea0 windows: added SO_RCVTIMEO and IPPROTO_ICMP constants by maltalex · 5 years ago
  23. 5a3cf84 unix: compare Stat_t members in TestFstatat by Tobias Klauser · 5 years ago
  24. abf886d unix: unify definition of func fcntl by Tobias Klauser · 5 years ago
  25. 0732a99 unix: use correct file name in comment by Ian Lance Taylor · 5 years ago
  26. d4481ac unix: add Readv/Writev family of syscalls for linux by Axel Wagner · 5 years ago
  27. af0d71d windows: fix recvfrom and sendto data types by maltalex · 5 years ago
  28. 4a24b40 unix: add PrctlRetInt, a Prctl variant that returns (int, error) by Umang Parmar · 5 years ago
  29. ac6580d unix: move functions Ptrace{Get|Set}RegSetArm64 to a separate file by erifan01 · 5 years ago
  30. eeba5f6 unix: replace readlink in mkall.sh with portable shell commands by Umang Parmar · 5 years ago
  31. bc7efcf unix: add functions PtraceGetRegSetArm64 and PtraceSetRegSetArm64 by erifan01 · 5 years ago
  32. ce4227a unix: add Statvfs and Fstatvfs on NetBSD by Tobias Klauser · 5 years ago
  33. 85b82a3 cpu: support reading arm64 CPU feature registers by Tobias Klauser · 5 years ago
  34. 6d18c01 windows: add Recvfrom and Sendto implementations by maltalex · 5 years ago
  35. 63cb32a unix: add new fscrypt declarations from Linux v5.4 by Eric Biggers · 5 years ago
  36. 8a8471f unix/linux: bump Linux and Go versions to latest stable releases by Matt Layher · 5 years ago
  37. bd43791 unix: check number of ready file descriptors in TestPselect by Tobias Klauser · 5 years ago
  38. 76d669a unix: don't fail TestSelect on EINTR from Select by Tobias Klauser · 5 years ago
  39. 6bfc516 windows: add Get*PreferredUILanguages by Simon Rozman · 5 years ago
  40. f068ffe unix: use same TestSelect on all Unices by Tobias Klauser · 5 years ago
  41. e882bf8 unix: fix EINTR check in TestPselect by Tobias Klauser · 5 years ago
  42. cf1e2d5 unix: regenerate zerrors for AIX by Clément Chigot · 5 years ago
  43. b5d5184 windows: revert security_windows.go change of CL 202177 by Alex Brainman · 5 years ago
  44. 2f86c98 unix: don't fail TestPselect on EINTR from Pselect by Tobias Klauser · 5 years ago
  45. 6254a7c unix: fix EINTR check in TestClockNanosleep by Tobias Klauser · 5 years ago
  46. 81af739 unix: don't fail TestClockNanosleep on EINTR from ClockNanosleep by Tobias Klauser · 5 years ago
  47. 52ab431 unix: fix EpollEvent padding on mips64{,le} by Tobias Klauser · 5 years ago
  48. 4c7a9d0 unix: check correct CPU for being enabled in old mask in TestSchedSetaffinity by Tobias Klauser · 5 years ago
  49. 344fec8 cpu: don't redeclare doinit on ppc64le by Tobias Klauser · 5 years ago
  50. fee6b63 unix: accept time.Now()±1 as valid in TestTime by Tobias Klauser · 5 years ago
  51. 2f3576d cpu: add basic support for GOARCH=riscv64 by Tobias Klauser · 5 years ago
  52. e43da5d cpu: move empty doinit to own file by Tobias Klauser · 5 years ago
  53. 8ad3422 unix: skip TestPselect on EINTR by Tobias Klauser · 5 years ago
  54. 59a1497 unix: test returned fd in TestEpoll by Tobias Klauser · 5 years ago
  55. d32e6e3 windows: add empty.s to fix build with Go 1.11 and earlier by Tobias Klauser · 5 years ago
  56. c1f4481 unix: add TestEpoll on linux by Tobias Klauser · 5 years ago
  57. ac3223d unix: add methods to manipulate *FdSet by Tobias Klauser · 5 years ago
  58. e8c54fb windows: add EnumProcesses function by Tobias Klauser · 5 years ago
  59. f43be2a windows/registry: make '-gcflags=all=-d=checkptr' flag work by Alex Brainman · 5 years ago
  60. 195ce5e unix: add devlink Linux generic netlink API constants by Matt Layher · 5 years ago
  61. b67d8b4 unix: add missing HCI_CHANNEL_LOGGING constant by Alexander Menzhinsky · 5 years ago
  62. f8518d3 windows/registry: remove TestWalkFullRegistry due to false assumptions by Jason A. Donenfeld · 5 years ago
  63. 33540a1 unix: don't use non-existing uint128 type on freebsd/arm64 by Tobias Klauser · 5 years ago
  64. 53bf42e windows/registry: allow for non-null terminated strings by Jason A. Donenfeld · 5 years ago
  65. 6c3a3bf unix: make convertFromDirents11 checkptr safe by Tobias Klauser · 5 years ago
  66. b4ff53e unix: remove un-used ptrSize by Cuong Manh Le · 5 years ago
  67. e66fe6e unix: regenerate darwin libc trampolines after CL 202837 by Tobias Klauser · 5 years ago
  68. f89234f unix: __sysctl is sysctl on darwin by Jason A. Donenfeld · 5 years ago
  69. b69606a unix: comply with -d=checkptr in Test_anyToSockaddr by Matt Layher · 5 years ago
  70. 742c48e windows: respect permission bits on file opening by Jason A. Donenfeld · 5 years ago
  71. 3e7259c unix: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after ABI change by Tobias Klauser · 5 years ago
  72. 9984515 windows, unix: fix wrong unsafe.Pointer alignment in syscall by Tobias Klauser · 5 years ago
  73. 727590c unix: avoid "just past the end" pointers in UnixRights by Tobias Klauser · 5 years ago
  74. b09406a windows: add GetDiskFreeSpaceEx function by Takuto Ikuta · 5 years ago
  75. 06d7bd2 unix: update rtnetlink constants by Lehner Florian · 5 years ago
  76. 543471e unix: add new func PtraceInterrupt on Linux by Paulo Gomes · 5 years ago
  77. 0b153f5 windows: fix ShellExecute return condition by Jason A. Donenfeld · 5 years ago
  78. ef33b2f windows: use go:linkname instead of assembly by Jason A. Donenfeld · 5 years ago
  79. 5f54ce5 windows: add module handle functions by Jason A. Donenfeld · 5 years ago
  80. 4ac5d0c unix: add new func PtraceSeize on Linux by Paulo Gomes · 5 years ago
  81. aed5e4c unix: add Klogset and related SYSLOG_ACTION_ constants by Srinidhi Kaushik · 5 years ago
  82. c178f38 windows/mkwinsyscall: import mksyscall_windows.go from go repo by Jason A. Donenfeld · 5 years ago
  83. b397fe3 windows/svc: use CloseServiceHandle for service handles by Jason A. Donenfeld · 5 years ago
  84. 3421d5a unix: avoid __getdirentries64 on darwin by Tobias Klauser · 6 years ago
  85. 34b0ac8 unix: update openbsd/{386,amd64.arm} MAP_* consts by Tobias Klauser · 5 years ago
  86. bb3f8db windows: add LockFileEx, UnlockFileEx system calls by Jay Conrod · 6 years ago
  87. c990c68 cpu: support ARM feature detection on Linux by John Papandriopoulos · 6 years ago
  88. 855e68c windows: revert breaking API changes from CL 196798, add new accessor funcs by Brad Fitzpatrick · 6 years ago
  89. 2837fb4 unix: add NFDBITS const on Linux, update TestSelect by Tobias Klauser · 6 years ago
  90. e2fefa8 unix: fix Select to return number of ready fds on Solaris by Tobias Klauser · 6 years ago
  91. 2f72d4f unix: re-generate Select on dragonfly by Tobias Klauser · 6 years ago
  92. 98129a5 windows: use pseudo handle constants to implement GetCurrentProcess by Jason A. Donenfeld · 6 years ago
  93. 2aa67d5 unix: fix Select to return number of ready fds on Darwin and *BSD by Tobias Klauser · 6 years ago
  94. 0a153f0 windows: make SID.String() conform to the String interface by Jason A. Donenfeld · 6 years ago
  95. 2dccfee windows: do not return invalid error for psuedo-handle functions by Jason A. Donenfeld · 6 years ago
  96. 5c00192 windows: use correct type for security attributes' descriptor member by Jason A. Donenfeld · 6 years ago
  97. 14da1ac windows: support SECURITY_DESCRIPTOR and ACL for secured objects by Jason A. Donenfeld · 6 years ago
  98. ef0ce17 unix: add KEYCTL_RESTRICT_KEYRING capabilities by Eric Chiang · 6 years ago
  99. 0c1ff78 windows: do not corrupt stack with larger boolean return value by Jason A. Donenfeld · 6 years ago
  100. b4ddaad unix: redefine TIPC_WAIT_FOREVER as a uint32 value by Matt Layher · 6 years ago