1. af7c9a4 syscall: implement getwd on Solaris by Shawn Walker-Salas · 10 years ago
  2. d5e32eb syscall: fix formatting calls in tests by Alexander Morozov · 10 years ago
  3. 5483761 syscall: remove unused kernelVersion function from tests by Alexander Morozov · 10 years ago
  4. ae82315 syscall: move check of unprivileged_userns_clone to whoamiCmd by Alexander Morozov · 10 years ago
  5. de78696 syscall: remove nacl srpc helper by Dave Cheney · 10 years ago
  6. 8261c88 syscall: don't call Setgroups if Credential.Groups is empty by Alexander Morozov · 10 years ago
  7. d9e3d16 runtime, syscall: remove unused bits from Solaris implementation by Shawn Walker-Salas · 10 years ago
  8. 4e15092 syscall: use fchownat(2) in place of lchown(2) for linux/arm64 by Dave Cheney · 10 years ago
  9. 7ebcf5e syscall: warn not to use FormatMessage by Alex Brainman · 10 years ago
  10. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  11. 0bafe0e syscall: return error instead of panicking in windows StartProcess by Alex Brainman · 10 years ago
  12. 79d4d6e syscall: skip non-root user namespace test if kernel forbids by Ian Lance Taylor · 10 years ago
  13. 3925a7c all: switch to the new deprecation convention by Shenghou Ma · 10 years ago
  14. 7bc3e58 all: extract "can I exec?" check from tests into internal/testenv by Russ Cox · 10 years ago
  15. 6f0e427 syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right way by Ian Lance Taylor · 10 years ago
  16. 0ee92cf syscall: correct comment on where compileCallback is defined by Ian Lance Taylor · 10 years ago
  17. 6b24da6 syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19 by Ian Lance Taylor · 10 years ago
  18. f5c60ff syscall: add GidMappingsEnableSetgroups to Linux SysProcAttr by Alexander Morozov · 10 years ago
  19. 7f9f70e all: fix misprints in comments by Ainar Garipov · 10 years ago
  20. 2774b37 all: use RET instead of RETURN on ppc64 by Austin Clements · 10 years ago
  21. d4ed306 syscall: don't run fcntl child process test on iOS by Brad Fitzpatrick · 10 years ago
  22. ed8ae79 syscall: add test for Flock_t roundtrip by Shenghou Ma · 10 years ago
  23. 3863184 syscall: add explicit build tags by Shenghou Ma · 10 years ago
  24. 5069452 syscall: fix F_SETLK{,W} on linux/ppc64 by Shenghou Ma · 10 years ago
  25. 08ba7db syscall: mkerrors.sh: don't define _FILE_OFFSET_BITS if __LP64__ by Ian Lance Taylor · 10 years ago
  26. 1828d03 syscall: mksysnum_linux.pl: run syscall numbers through GCC by Ian Lance Taylor · 10 years ago
  27. 9b379d7 syscall: relocate linux death signal code by Andrew Williams · 10 years ago
  28. 7bbd4f7 syscall: fix running mkall.sh on linux/{ppc64,ppc64le} by Shenghou Ma · 10 years ago
  29. 3475362 syscall: fix InotifyInit on linux/arm64 by Shenghou Ma · 10 years ago
  30. 92e959a syscall, net: use sendfile on Solaris by Aram Hăvărneanu · 10 years ago
  31. fe5ef5c runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym by Aram Hăvărneanu · 10 years ago
  32. fe3446b syscall: fix TestSCMCredentials by Mikio Hara · 10 years ago
  33. 62bc2e4 syscall: fix little-endian assumptions by Shenghou Ma · 10 years ago
  34. e2cb9be syscall: darwin/arm64 support by Shenghou Ma · 10 years ago
  35. 7d3f81a syscall: ignore getwd errors when fixing working directory on Plan 9 by David du Colombier · 10 years ago
  36. 2d8748e syscall: skip fork test on darwin/arm64 by David Crawshaw · 10 years ago
  37. 53a8ee5 syscall: correct code for cover cmd by Dmitry Vyukov · 10 years ago
  38. b9ba4ed syscall: reduce the set of architecture-dependent files on Plan 9 by Anthony Martin · 10 years ago
  39. 32e75ba all: fix race when allocating buffer for some windows syscalls by Alex Brainman · 10 years ago
  40. dde5b56 syscall: apply the errno allocation fix to other operating systems by Brad Fitzpatrick · 10 years ago
  41. 6bf0007 syscall: don't allocate when boxing common Errno values into errors by Brad Fitzpatrick · 10 years ago
  42. 28074d5 syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall by Ian Lance Taylor · 10 years ago
  43. 222f371 syscall: regenerate zsyscall_darwin_arm.go by Ian Lance Taylor · 10 years ago
  44. 003dccf runtime, syscall: use the new get_random_bytes syscall for NaCl by Shenghou Ma · 10 years ago
  45. 41f9c43 runtime, syscall: fix Solaris exec tests by Aram Hăvărneanu · 10 years ago
  46. 7a88c64 syscall: use Getpgid to emulate Getpgrp on linux by Shenghou Ma · 10 years ago
  47. 9ee6baa syscall: disable test that forks on darwin/arm by David Crawshaw · 10 years ago
  48. f7befa4 syscall: Add Foreground and Pgid to SysProcAttr by Michael MacInnis · 10 years ago
  49. d0d9310 syscall: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  50. 550149f syscall: add support for openbsd/arm by Joel Sing · 10 years ago
  51. 3b1d692 all: remove dragonfly/386 port by Joel Sing · 10 years ago
  52. b100216 syscall: add missing Syscall9 for darwin/amd64 by Mikio Hara · 10 years ago
  53. 532bc5f syscall: exec_linux.go: support platforms without SYS_DUP2 by Dave Cheney · 10 years ago
  54. 59cc5a1 syscall: fix parsing ipv6 address prefix on dragonfly by Mikio Hara · 10 years ago
  55. f0bd95b syscall: fix mount working directory on Plan 9 by David du Colombier · 10 years ago
  56. bc9748e syscall: make pwd process-wide on Plan 9 by Brad Fitzpatrick · 10 years ago
  57. e7a7352 syscall: Reimplement linux syscalls in terms of their *at replacements. by Dave Cheney · 10 years ago
  58. a3c5977 syscall: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
  59. c123a80 syscall: generate AT_* constants and regenerate ztypes_linux_*.go by Dave Cheney · 10 years ago
  60. 1fda57b syscall: split implementation of Dup2 per linux GOOS by Dave Cheney · 10 years ago
  61. 9b3ccc0 syscall: split implementation of Pipe/Pipe2 per GOOS by Dave Cheney · 10 years ago
  62. 42289a4 syscall: rebuild zsyscall_linux_*.go by Dave Cheney · 10 years ago
  63. c72a211 [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly by Russ Cox · 10 years ago
  64. b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
  65. 69275ee net, syscall: more accurate parsers for routing messages on BSD variants by Mikio Hara · 10 years ago
  66. c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
  67. 218ff3f [dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm by Rob Pike · 10 years ago
  68. f208266 syscall: make mksyscall_windows.go to work even when output does not uses unsafe package by Alex Brainman · 10 years ago
  69. e77fbd5 syscall: Readlink doesn't handle junction on windows by mattn · 10 years ago
  70. a35181b os, syscall: revert Yosemite readdir workaround by Brad Fitzpatrick · 10 years ago
  71. 01fe149 syscall: gofmt by Mikio Hara · 10 years ago
  72. b64deda syscall: darwin/arm support by Shenghou Ma · 10 years ago
  73. 695a0fb syscall: use name+(NN)FP on linux/amd64 by David Crawshaw · 10 years ago
  74. 01295d79 syscall: use name+(NN)FP on linux/386 by David Crawshaw · 10 years ago
  75. e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
  76. e10e913 syscall: use name+(NN)FP on linux/arm by David Crawshaw · 10 years ago
  77. ee3a1ff all: update old comments referencing *.goc files by Brad Fitzpatrick · 10 years ago
  78. 094a054 syscall: match seek argument size to signature by David Crawshaw · 10 years ago
  79. 318947c syscall: use name+(NN)FP for darwin by David Crawshaw · 10 years ago
  80. a6cb053 syscall: fix nacl builds by Shenghou Ma · 10 years ago
  81. d00024b syscall: use go generate to build zsyscall_windows.go by Alex Brainman · 10 years ago
  82. 13e16b3 syscall: fix the deprecated way of parsing routing message on openbsd by Mikio Hara · 10 years ago
  83. 11779ef syscall: update go.sys doc reference to golang.org/x/sys by Joe Shaw · 10 years ago
  84. 401b202 syscall: check recorded version of ppid instead of 1 by David Crawshaw · 10 years ago
  85. 47c7cf4 syscall: fs_nacl: Unlock() should be deferred. by Peter Armitage · 10 years ago
  86. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  87. 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
  88. 2d53d6b undo CL 131750044 / 2d6d44ceb80e by Russ Cox · 10 years ago
  89. 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
  90. 96e9e81 syscall: fix ParseRoutingSockaddr with unexpected submessages by Russ Cox · 10 years ago
  91. 1c53471 syscall: accept pre-existing directories in nacl zip file by Russ Cox · 10 years ago
  92. 062e354 [dev.power64] runtime: power64 fixes and ports of changes by Austin Clements · 10 years ago
  93. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  94. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  95. 70896a7 syscall: don't cache environment variables on Plan 9 by David du Colombier · 10 years ago
  96. 3114bd6 net: disable SIO_UDP_CONNRESET behavior on windows. by Ron Hashimoto · 10 years ago
  97. ab724f9 os, syscall: test Chtimes on directories, fix on Windows by Russ Cox · 10 years ago
  98. ee8e28d syscall: another attempt to keep windows syscall pointers live by Alex Brainman · 10 years ago
  99. c65a47f undo CL 138250043 / 4eda5e4001fd by Alex Brainman · 10 years ago
  100. f9d7e13 syscall: support UID/GID map files for Linux user namespaces by Mrunal Patel · 10 years ago