summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox2016-01-141-0/+3
* syscall: fix duplicated copyright header in mksysnum_plan9.shBrad Fitzpatrick2015-12-101-2/+0
* go/doc, syscall: change 'more then' to 'more than'andrey mirtchovski2015-12-071-2/+2
* Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFL...Yuval Pavel Zholkover2015-12-0510-524/+196
* syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTLYuval Pavel Zholkover2015-12-0510-196/+524
* syscall: fix ParseRoutingSockaddr name in docsYann Kerhervé2015-12-051-1/+1
* internal/race: add packageDmitry Vyukov2015-11-264-71/+18
* syscall: skip tests that create a user namespace when chrootedMichael Hudson-Doyle2015-11-251-0/+17
* syscall: don't check result of close(fd) in forkAndExecInChild on Plan9David du Colombier2015-11-241-4/+1
* runtime, syscall: use int $0x80 to invoke syscalls on android/386Michael Hudson-Doyle2015-11-171-7/+20
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-1215-12/+343
* syscall: added machine-generated code for linux/mips64{,le}Yao Zhang2015-11-128-0/+9014
* syscall: allow nacl's fake network code to Listen twice on the same addressBrad Fitzpatrick2015-11-041-2/+2
* syscall: correct parameter name of Setgid on linuxMarvin Stenger2015-10-301-1/+1
* syscall: define common notes on Plan 9David du Colombier2015-10-261-0/+10
* runtime, syscall: add calls to msan functionsIan Lance Taylor2015-10-214-0/+53
* cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor2015-10-204-0/+4
* syscall: fix nacl listener to not accept connections once closedBrad Fitzpatrick2015-10-161-1/+7
* syscall: fix vet warning in UnixRightsMatthew Dempsky2015-10-081-3/+3
* syscall: skip a couple tests when running under KubernetesBrad Fitzpatrick2015-10-021-0/+7
* syscall: fix alignment check for link-layer information on BSD variantsMikio Hara2015-09-252-3/+41
* syscall: implement getwd on SolarisShawn Walker-Salas2015-09-096-18/+68
* syscall: fix formatting calls in testsAlexander Morozov2015-09-031-3/+3
* syscall: remove unused kernelVersion function from testsAlexander Morozov2015-08-311-18/+0
* syscall: move check of unprivileged_userns_clone to whoamiCmdAlexander Morozov2015-08-311-8/+7
* syscall: remove nacl srpc helperDave Cheney2015-08-281-822/+0
* syscall: don't call Setgroups if Credential.Groups is emptyAlexander Morozov2015-08-272-6/+13
* runtime, syscall: remove unused bits from Solaris implementationShawn Walker-Salas2015-08-211-9/+0
* syscall: use fchownat(2) in place of lchown(2) for linux/arm64Dave Cheney2015-07-302-17/+4
* syscall: warn not to use FormatMessageAlex Brainman2015-07-212-4/+12
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* syscall: return error instead of panicking in windows StartProcessAlex Brainman2015-06-291-0/+3
* syscall: skip non-root user namespace test if kernel forbidsIan Lance Taylor2015-06-201-1/+9
* all: switch to the new deprecation conventionShenghou Ma2015-06-184-16/+29
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-162-9/+7
* syscall: fix TestCloneNEWUSERAndRemapNoRootDisableSetgroups the right wayIan Lance Taylor2015-06-151-15/+8
* syscall: correct comment on where compileCallback is definedIan Lance Taylor2015-06-151-1/+1
* syscall: skip TestCloneNEWUSERAndRemapNoRootDisableSetgroups before 3.19Ian Lance Taylor2015-06-141-0/+26
* syscall: add GidMappingsEnableSetgroups to Linux SysProcAttrAlexander Morozov2015-06-122-0/+119
* all: fix misprints in commentsAinar Garipov2015-06-113-3/+3
* all: use RET instead of RETURN on ppc64Austin Clements2015-06-062-15/+8
* syscall: don't run fcntl child process test on iOSBrad Fitzpatrick2015-05-151-0/+3
* syscall: add test for Flock_t roundtripShenghou Ma2015-05-151-12/+47
* syscall: add explicit build tagsShenghou Ma2015-05-1589-0/+178
* syscall: fix F_SETLK{,W} on linux/ppc64Shenghou Ma2015-05-152-3/+3
* syscall: mkerrors.sh: don't define _FILE_OFFSET_BITS if __LP64__Ian Lance Taylor2015-05-133-3/+5
* syscall: mksysnum_linux.pl: run syscall numbers through GCCIan Lance Taylor2015-05-122-2/+3
* syscall: relocate linux death signal codeAndrew Williams2015-05-122-20/+160
* syscall: fix running mkall.sh on linux/{ppc64,ppc64le}Shenghou Ma2015-05-121-1/+1
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-0912-68/+63