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