1. 8ad3422 unix: skip TestPselect on EINTR by Tobias Klauser · 5 years ago
  2. 59a1497 unix: test returned fd in TestEpoll by Tobias Klauser · 5 years ago
  3. c1f4481 unix: add TestEpoll on linux by Tobias Klauser · 5 years ago
  4. ac3223d unix: add methods to manipulate *FdSet by Tobias Klauser · 5 years ago
  5. 195ce5e unix: add devlink Linux generic netlink API constants by Matt Layher · 5 years ago
  6. b67d8b4 unix: add missing HCI_CHANNEL_LOGGING constant by Alexander Menzhinsky · 5 years ago
  7. 33540a1 unix: don't use non-existing uint128 type on freebsd/arm64 by Tobias Klauser · 5 years ago
  8. 6c3a3bf unix: make convertFromDirents11 checkptr safe by Tobias Klauser · 5 years ago
  9. b4ff53e unix: remove un-used ptrSize by Cuong Manh Le · 5 years ago
  10. e66fe6e unix: regenerate darwin libc trampolines after CL 202837 by Tobias Klauser · 5 years ago
  11. f89234f unix: __sysctl is sysctl on darwin by Jason A. Donenfeld · 5 years ago
  12. b69606a unix: comply with -d=checkptr in Test_anyToSockaddr by Matt Layher · 5 years ago
  13. 3e7259c unix: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after ABI change by Tobias Klauser · 5 years ago
  14. 9984515 windows, unix: fix wrong unsafe.Pointer alignment in syscall by Tobias Klauser · 5 years ago
  15. 727590c unix: avoid "just past the end" pointers in UnixRights by Tobias Klauser · 5 years ago
  16. 06d7bd2 unix: update rtnetlink constants by Lehner Florian · 5 years ago
  17. 543471e unix: add new func PtraceInterrupt on Linux by Paulo Gomes · 5 years ago
  18. 4ac5d0c unix: add new func PtraceSeize on Linux by Paulo Gomes · 5 years ago
  19. aed5e4c unix: add Klogset and related SYSLOG_ACTION_ constants by Srinidhi Kaushik · 5 years ago
  20. 3421d5a unix: avoid __getdirentries64 on darwin by Tobias Klauser · 5 years ago
  21. 34b0ac8 unix: update openbsd/{386,amd64.arm} MAP_* consts by Tobias Klauser · 5 years ago
  22. 2837fb4 unix: add NFDBITS const on Linux, update TestSelect by Tobias Klauser · 5 years ago
  23. e2fefa8 unix: fix Select to return number of ready fds on Solaris by Tobias Klauser · 5 years ago
  24. 2f72d4f unix: re-generate Select on dragonfly by Tobias Klauser · 5 years ago
  25. 2aa67d5 unix: fix Select to return number of ready fds on Darwin and *BSD by Tobias Klauser · 5 years ago
  26. ef0ce17 unix: add KEYCTL_RESTRICT_KEYRING capabilities by Eric Chiang · 6 years ago
  27. b4ddaad unix: redefine TIPC_WAIT_FOREVER as a uint32 value by Matt Layher · 5 years ago
  28. 1a3b71a unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image by Tobias Klauser · 5 years ago
  29. c3b328c unix: add IfaCacheinfo on linux by Tobias Klauser · 6 years ago
  30. bc967ef unix: sort Linux-specific includes in linux/types.go and mkerrors.sh by Tobias Klauser · 6 years ago
  31. bbd1755 unix: add Msghdr.SetIovlen for solaris/amd64 by Tobias Klauser · 6 years ago
  32. f460065 unix: add Msghdr.SetIovlen by andig · 6 years ago
  33. d223b2b unix: disable sysctl on iOS by Elias Naur · 6 years ago
  34. 43c0116 unix: implement AF_TIPC sockets on Linux by Matt Layher · 6 years ago
  35. 1f305c8 unix/linux: upgrade Docker build container to Go 1.13 by Matt Layher · 6 years ago
  36. 9109b76 unix: add IoctlRetInt for Linux by Kir Kolyshkin · 6 years ago
  37. 1e83adb unix: fix coredump bit on aix/ppc64 by Clément Chigot · 6 years ago
  38. 08d80c9 unix: unify Ioctl* functions by Kir Kolyshkin · 6 years ago
  39. 5fe476d unix: use bits.OnesCount64 instead of local copy by Tobias Klauser · 6 years ago
  40. fde4db3 unix/linux: update Dockerfile to glibc 2.30 by Tobias Klauser · 6 years ago release-branch.go1.13
  41. 4e8604a unix: disable ptrace on iOS by Elias Naur · 6 years ago
  42. 9eafafc unix: fix epoll_event padding on riscv64 by Tonis Tiigi · 6 years ago
  43. cbf593c unix: remove nacl build tag from dirent code by smasher164 · 6 years ago
  44. 1393eb0 unix: fix several staticcheck issues by Matt Layher · 6 years ago
  45. 94b544f unix: add riscv64 tag to endian_little.go by CarlosEDP · 6 years ago
  46. fae7ac5 unix: add constants and types to work with Linux loop devices by Tobias Klauser · 6 years ago
  47. 6ec70d6 unix: update Dockerfile to Linux 5.2 and Go 1.13beta1 by Tobias Klauser · 6 years ago
  48. 04f50cd unix: add missing dirent* helper functions on aix by Tobias Klauser · 6 years ago
  49. e07cf5d unix: don't use syscall.ParseDirent by Tobias Klauser · 6 years ago
  50. c5567b4 unix: add Getdents on dragonfly by Tobias Klauser · 6 years ago
  51. e93b963 unix: use ParseDirent in testGetdirentries by Tobias Klauser · 6 years ago
  52. d432491 unix: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12 by Tobias Klauser · 6 years ago
  53. 4d87348 unix: add missing import in readdirent_getdirentries.go by Tobias Klauser · 6 years ago
  54. a26fa11 unix: fix Getdirentries emulation using Getdents on netbsd, openbsd by Yuval Pavel Zholkover · 6 years ago
  55. d6ba46b unix: add test for Getdirentries by Tobias Klauser · 6 years ago
  56. 8f4f963 unix: merge implementation for ReadDirent by Tobias Klauser · 6 years ago
  57. 943d512 unix: add support to get/set Linux capabilities by Tobias Klauser · 6 years ago
  58. 06bbe82 unix: correctly rename Val member in Sigset_t on freebsd by Tobias Klauser · 6 years ago
  59. bf70e46 unix: add ptrace support for FreeBSD by rayrapetyan · 6 years ago
  60. 6f217b4 unix: add AT_SYMLINK_FOLLOW const on openbsd by Tobias Klauser · 6 years ago
  61. 6f551f7 unix: add AT_SYMLINK_FOLLOW const on netbsd by Tobias Klauser · 6 years ago
  62. 17bc616 unix: remove net dependency by Gernot Vormayr · 6 years ago
  63. 15dcb6c unix: fix Getdirentries emulation using Getdents on netbsd, openbsd by Yuval Pavel Zholkover · 6 years ago
  64. b47fdc9 unix: change the mksysnum master to point to stable/11 on freebsd by Yuval Pavel Zholkover · 6 years ago
  65. 93c9922 unix: fix Getdirentries on 32-bit freebsd 12 by Keith Randall · 6 years ago
  66. 4c3a928 unix: provide linux/riscv64 assembly for syscalls by Joel Sing · 6 years ago
  67. 69e3a3a unix: fix TestFchmodat on illumos by Tobias Klauser · 6 years ago
  68. adf421d unix: fix Signalfd function signature on linux by Yuval Pavel Zholkover · 6 years ago
  69. abf6ff7 unix: add MCAST_* constants on linux by Tobias Klauser · 6 years ago
  70. 0e01d88 unix: add RawSockaddrDatalink on aix by Tobias Klauser · 6 years ago
  71. c432e74 unix: remove unused stringsFromByteSlice for tests on aix by Tobias Klauser · 6 years ago
  72. ad400b1 unix: remove StTimespec type on AIX by Clément Chigot · 6 years ago
  73. cab0731 unix: fix TestStatFieldNames on aix and TestUtimesNanoAt on darwin by Yuval Pavel Zholkover · 6 years ago
  74. 87c8727 unix: rename Stat_t time fields to [AMCB]tim by Yuval Pavel Zholkover · 6 years ago
  75. 2d07862 unix: add IoctlGetUint32 on Linux by Matt Layher · 6 years ago
  76. 12bbe5a unix: add BPF constants on Linux by Lehner Florian · 6 years ago
  77. ecd444e unix: export KexecFileLoad on linux/arm by Tobias Klauser · 6 years ago
  78. 2953c62 unix: update Dockerfile to Linux 5.1 by Tobias Klauser · 6 years ago
  79. a43fa87 unix: add missing tpacket block (sub)header by Gernot Vormayr · 6 years ago
  80. 3ef323f unix: add illumos case by Brad Fitzpatrick · 6 years ago
  81. c0b2631 unix: support generating netbsd/arm64 files in mkall.sh by Tobias Klauser · 6 years ago
  82. 050d976 unix: drop reference to mkunix.pl from comment by Tobias Klauser · 6 years ago
  83. 804c0c7 unix: replace "mksysctl_openbsd.pl" script with a Go program by Visweswara R · 6 years ago
  84. a129542 unix: skip TestOpenByHandleAt if name_to_handle_at not supported by Ian Lance Taylor · 6 years ago
  85. 9f0b1ff unix: add FileHandle, NewFileHandle, NameToHandleAt, OpenByHandleAt by Brad Fitzpatrick · 6 years ago
  86. 18eb32c unix: add Linux crypto configuration API constants and types by Matt Layher · 6 years ago
  87. 4347357 unix: add support for openbsd/arm64 by Joel Sing · 6 years ago
  88. 8296894 unix: remove arch specific build for openbsd_pledge.go by Joel Sing · 6 years ago
  89. 953cdad unix: add unexported name_to_handle_at and open_by_handle_at types & wrappers by Brad Fitzpatrick · 6 years ago
  90. e8e3143 unix: add Unmount syscall for AIX by Clément Chigot · 6 years ago
  91. f0ce4c0 unix: add Select syscall on AIX by Clément Chigot · 6 years ago
  92. d20716e unix: use nsendmsg and nrecvmsg on AIX by chigotc · 6 years ago
  93. 1250054 unix: fix cmsg alignment on aix by Tobias Klauser · 6 years ago
  94. ebb4019 unix: move helper handler before AIX handler in TestPassFD by chigotc · 6 years ago
  95. 3fd5a36 unix: enable TestPassFD on AIX 7.2 TL >= 2 by Tobias Klauser · 6 years ago
  96. b44545b unix: add missing rtnetlink IFLA_* constants on Linux by Matt Layher · 6 years ago
  97. 0ad05ae unix: add missing rtnetlink neighbor constants on Linux by Jeroen Simonetti · 6 years ago
  98. cc4d4f5 unix: add missing rtnetlink IFA_* constants on Linux by Matt Layher · 6 years ago
  99. 4b34438 unix: allow empty string argument to SetsockoptString by Tobias Klauser · 6 years ago
  100. 81d4e9d unix: don't generate raw syscall wrapper for ClockGettime on darwin by Tobias Klauser · 6 years ago