1. d0b11bd cpu: fix auxval parsing on big-endian systems by Michael Munday · 5 years ago
  2. e777721 cpu: fix build for GOARCH=arm64 on GOOS!=linux by Tobias Klauser · 5 years ago
  3. 983097b unix: replace Perl script references in "README.md" with Go programs by Visweswara R · 5 years ago
  4. cea5d2f unix: replace "mksyscall_solaris.pl" script with a Go program by Visweswara R · 5 years ago
  5. 3b52091 unix: add ClockGettime on darwin/amd64 by Josh Bleecher Snyder · 5 years ago release-branch.go1.12
  6. f54c5e0 unix: update zsysnum_darwin_amd64 for macOS 10.14 by Josh Bleecher Snyder · 5 years ago
  7. 446ad8e unix: require GOOS be set in mksyscall by Josh Bleecher Snyder · 5 years ago
  8. 41f3e65 unix/linux: update Dockerfile to glibc 2.29 and Go 1.12beta2 by Tobias Klauser · 5 years ago
  9. 980327f windows: Implement WaitForMultipleObjects by Jason A. Donenfeld · 5 years ago
  10. 7ae0202 unix: set 100644 mode on mksyscall_aix_ppc64.go by Visweswara R · 5 years ago
  11. afcc84f unix: add RND* ioctl consts on Linux by Tobias Klauser · 5 years ago
  12. 2970a37 cpu: detect RDRAND and RDSEED instructions on x86 by Tobias Klauser · 5 years ago
  13. aca4487 unix: add ioctl wrappers to get and set RTC time on Linux by Tobias Klauser · 5 years ago
  14. 302c3dd unix: fix misspellings by two · 5 years ago
  15. d573998 unix: regenerate sysnum files for freebsd/arm64 and netbsd/arm64 by Tobias Klauser · 5 years ago
  16. b907332 unix: use glibc release branch in Dockerfile by Tobias Klauser · 5 years ago
  17. c6b37f3 unix: replace "mksyscall_aix_ppc64.pl" script with a Go program by Visweswara R · 5 years ago
  18. 054c452 unix: add socket error queue constants and types from linux/errqueue.h by Tobias Klauser · 5 years ago
  19. 770c602 unix: add netbsd/arm64 files. by Maya Rashish · 5 years ago
  20. 11f53e0 unix: use int8 for RawSockaddrUnix.Path on linux/riscv64 by Tobias Klauser · 5 years ago
  21. e5ecc2a unix: use Renameat2 to implement Renameat on linux/riscv64 by Tobias Klauser · 5 years ago
  22. 5552a98 unix: add Renameat on dragonfly by Tobias Klauser · 5 years ago
  23. a457fd0 unix: add Signalfd on linux by Tobias Klauser · 5 years ago
  24. 2be5172 unix: add ClockNanosleep and TIMER_ABSTIME by Sebastian Schmidt · 5 years ago
  25. 48ac38b unix: get *BSD syscalls.master files using HTTPS by Tobias Klauser · 5 years ago
  26. 7fbe1cd unix: replace "mksyscall_aix_ppc.pl" script with a Go program by Visweswara R · 5 years ago
  27. 20be8e5 cpu: add linux/ppc64x by Carlos Eduardo Seo · 5 years ago
  28. cb59ee3 plan9: replace "mksyscall.pl" with Go program by Visweswara R · 5 years ago
  29. 1775db3 unix: make Fcntl* routines use libSystem on Darwin by Keith Randall · 5 years ago
  30. badf558 plan9: remove "use" function and calls from generated code. by Visweswara R · 5 years ago
  31. 82a175f unix/linux: update Dockerfile to Linux Kernel 4.20 by Tobias Klauser · 5 years ago
  32. a91c4d2 unix: add support for freebsd/arm64 by Tobias Klauser · 5 years ago
  33. 9a3f9b0 unix: fix Fstatat by using fillStat_t on linux/mips64x by Anthony Fok · 5 years ago
  34. c6cbdbf unix: mksysnum: correct +build restriction by Aleksa Sarai · 5 years ago
  35. 367055b unix: replace mksysnum_*.pl scripts with Go program by Visweswara R · 5 years ago
  36. b4a75ba unix: generate linux/sparc64 go files using Docker by Tobias Klauser · 5 years ago
  37. a79f1b1 unix: fix unused import in syscall_darwin_386.go by itchyny · 5 years ago
  38. 8ff4e54 unix: add space to generated code by Keith Randall · 5 years ago
  39. 9fbf701 unix: reverse default for 1.11/1.12 split by Keith Randall · 5 years ago
  40. 36ca6f1 unix: add Sendfile test by Keith Randall · 5 years ago
  41. b00e65a unix/linux: set 100644 mode on mksysnum.go by Alberto Donizetti · 5 years ago
  42. 7c4c994 unix: remove raw syscall from Sendfile by Keith Randall · 5 years ago
  43. 8588221 unix: remove raw syscall from getAttrList by Keith Randall · 5 years ago
  44. 22c30cd unix: remove raw syscall from getattrlistTimes by Keith Randall · 5 years ago
  45. 4dcd0b7 unix: remove raw syscall from Getfsstat by Keith Randall · 5 years ago
  46. 54d2441 unix: remove Getdirentries on iOS by Keith Randall · 5 years ago
  47. 8b8312a unix: avoid "64"-postfixed libSystem calls on iOS by Keith Randall · 5 years ago
  48. 45d26eb unix: convert Darwin syscalls from raw to libSystem by Keith Randall · 5 years ago
  49. 97b4c2a unix: update Dockerfile to Go 1.12beta1 by Tobias Klauser · 5 years ago
  50. 074acd4 windows/svc: use wevtutil.exe instead of powershell for windows/arm by Jordan Rhee · 5 years ago
  51. dcdaa63 windows: use netevent.dll in TestFormatMessage for windows/arm by Jordan Rhee · 5 years ago
  52. 4d1cda0 unix: remove Flock syscall for aix by Tobias Klauser · 5 years ago
  53. 586ba8c unix: add SyncFileRange on linux/arm by Tobias Klauser · 5 years ago
  54. 73d4af5 unix: evaluate cmsg alignment in cmsgAlignOf at compile time by Tobias Klauser · 5 years ago
  55. b05ddf5 unix: use correct cmsg alignment for openbsd/arm by Joel Sing · 5 years ago
  56. 7da8ea5 unix: regenerate ztypes for openbsd/arm by Joel Sing · 5 years ago
  57. 2a47403 unix: always use fstatat(AT_SYMLINK_NOFOLLOW) over lstat on AMD64 by Jason A. Donenfeld · 5 years ago
  58. b0bfa5d unix: always use inotify_init1 over inotify_init on AMD64 by Jason A. Donenfeld · 5 years ago
  59. ad97f36 unix: avoid index out of range in Vmsplice with empty iovs by Tobias Klauser · 5 years ago
  60. 70b957f cpu: add linux/arm64 by Meng Zhuo · 5 years ago
  61. a5c9d58 unix/linux: replace "mksysnum.pl" script with a Go program by Visweswara R · 5 years ago
  62. 4ed8d59 unix: replace "mksyscall.pl" script with a Go program by Visweswara R · 6 years ago
  63. 62eef0e unix: rework TestGetwd to handle test dirs whose names contain symlinks by virtualsue · 6 years ago
  64. 0cf1ed9 unix: add IoctlSetPointerInt by David Anderson · 6 years ago
  65. ec83556 unix: add ioctl definitions for PPP interfaces. by David Anderson · 6 years ago
  66. 93218de unix: add sockaddr and defines for PPPoE sockets. by David Anderson · 6 years ago
  67. 5ac8a44 unix: export FdSet bits field on freebsd by Tobias Klauser · 6 years ago
  68. 66b7b13 unix: add IoctlGetPtmget on netbsd by Tobias Klauser · 6 years ago
  69. 3a76605 unix: test UtimesNanoAt on darwin by Tobias Klauser · 6 years ago
  70. 3a27cdc unix: don't use deprecated sys/capability.h header on FreeBSD by Tobias Klauser · 6 years ago
  71. 7155702 unix: fix errors in syscalls when using -linkshared on ppc64x by Lynn Boger · 6 years ago
  72. 9b800f9 unix: avoid index out of range in *setxattr on BSD by Tobias Klauser · 6 years ago
  73. 7e31e0c unix: add remaining *at functions on dragonfly by Tobias Klauser · 6 years ago
  74. f7626d0 unix: add remaining *at functions on netbsd by Tobias Klauser · 6 years ago
  75. c8e3364 unix: add remaining *at functions on openbsd by Tobias Klauser · 6 years ago
  76. d69651e unix: add Readlinkat on openbsd by Tobias Klauser · 6 years ago
  77. 95b1ffb unix: add Openat on dragonfly by Tobias Klauser · 6 years ago
  78. 9ff3f17 unix: add Openat on netbsd by Tobias Klauser · 6 years ago
  79. 2772b66 unix: allow to pass a NULL pointer to the pledge syscall by s7onith · 6 years ago
  80. 731415f unix: add kernel module load/unload syscalls on Linux by Tobias Klauser · 6 years ago
  81. d989b31 unix: add support for OpenBSD unveil(2) by Ivan Markin · 6 years ago
  82. 5cd93ef unix: use ppoll to implement Pause on linux/{arm64,riscv64} by Tobias Klauser · 6 years ago
  83. 22bddfe unix: add Openat on openbsd by Tobias Klauser · 6 years ago
  84. 44b849a unix: add Ppoll on openbsd by Tobias Klauser · 6 years ago
  85. 8a28ead unix: update Dockerfile to Linux 4.19 by Tobias Klauser · 6 years ago
  86. 8b8824e unix: don't use local syscall number in Pledge() by Ivan Markin · 6 years ago
  87. 5535b4e unix: FreeBSD 12 ino64 support by Yuval Pavel Zholkover · 6 years ago
  88. eda9bb2 unix: update syscall numbers to OpenBSD 6.4 by Ivan Markin · 6 years ago
  89. 8e24a49 unix: add SOF_TIMESTAMPING_* flags on Linux by Tobias Klauser · 6 years ago
  90. 8f1d3d2 unix: add support for aix/ppc64, gc implementation by chigotc · 6 years ago
  91. fa43e7b unix: add marker comments to zsyscall_solaris_amd64.go by Tobias Klauser · 6 years ago
  92. 4497e2d unix: convert errorList and signalList to new format for linux/sparc64 by Tobias Klauser · 6 years ago
  93. f81de40 unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x} by Tobias Klauser · 6 years ago
  94. 8469e31 unix: export sizeof consts by Tobias Klauser · 6 years ago
  95. af653ce unix: use correctly aligned result buffer in SysctlClockinfo by Tobias Klauser · 6 years ago
  96. 679a27d unix: add SysctlUvmexp on OpenBSD by Tobias Klauser · 6 years ago
  97. 219bb53 unix: re-add vm.* sysctl strings on openbsd/amd64 by Tobias Klauser · 6 years ago
  98. e4b3c5e unix: add NCSI generic netlink constants by Matt Layher · 6 years ago
  99. dad3d9f unix: add ClockGetres on Linux by Tobias Klauser · 6 years ago
  100. 8ccfc68 unix: add SysctlClockinfo on NetBSD by Tobias Klauser · 6 years ago