summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* syscall: add another output for TestGroupCleanupUserNamespaceIan Lance Taylor2016-07-081-0/+1
* cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor2016-07-061-0/+4
* syscall: fix missing use of use function in GetfsstatMikio Hara2016-07-043-0/+3
* syscall: accept more variants of id output when testing as rootIan Lance Taylor2016-06-301-7/+16
* syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang2016-06-151-0/+6
* syscall: add a padding field to EpollEvent on s390xMichael Munday2016-06-102-1/+2
* syscall: deflake TestUnshareMikio Hara2016-06-021-1/+12
* syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov2016-06-022-3/+68
* syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov2016-06-012-18/+18
* syscall: plan9 - mark gbit16 as go:nosplitRichard Miller2016-05-311-0/+1
* syscall: fix unshare test on mipsJess Frazelle2016-05-201-4/+4
* syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle2016-05-202-0/+45
* syscall: fix missing use of use function in sysctlMikio Hara2016-05-1512-0/+12
* syscall: deprecate BPF/LSFMikio Hara2016-05-152-0/+24
* syscall: deprecate routing message APIs for BSD variantsMikio Hara2016-05-159-397/+28
* syscall: separate stdlib imports from others in mksyscall_windows.goAlex Brainman2016-05-131-8/+18
* syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman2016-05-121-1/+1
* syscall: remove mksyscall_windows.go -xsys flagAlex Brainman2016-05-111-3/+25
* runtime: make mksyscall_windows.go flags do what they say they doAlex Brainman2016-05-111-15/+32
* syscall,os,net: don't use ForkLock in plan9Richard Miller2016-05-061-81/+1
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-063-7/+10
* syscall: simplify closing of extra fds in plan9 StartProcessRichard Miller2016-05-052-64/+95
* syscall: fix uint64->int cast of control message headerDamien Neil2016-04-271-1/+1
* syscall: fix epoll_event struct for ppc64le/ppc64Lynn Boger2016-04-133-6/+11
* syscall: add assembly for Linux on s390xMichael Munday2016-04-081-0/+156
* runtime: use windows.NewLazySystemDLL in mksyscall_windows.goAlex Brainman2016-04-061-2/+2
* syscall: add support for s390xMichael Munday2016-04-038-3/+4852
* syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick2016-04-022-2/+15
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-014-21/+70
* all: use &^ operator if possibleMarvin Stenger2016-03-292-2/+2
* syscall: fix accidental close of exec status pipe in StartProcessRichard Miller2016-03-295-12/+26
* syscall: correct spelling/typos in commentMichael Munday2016-03-221-4/+4
* syscall: change clone argument order on s390xMichael Munday2016-03-211-1/+6
* syscall: avoid failure in plan9 StartProcess from fd close raceRichard Miller2016-03-171-1/+3
* syscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_armRichard Miller2016-03-091-6/+8
* os, syscall: skip tests when environment doesn't permit testingBrad Fitzpatrick2016-03-071-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-0220-51/+51
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0141-41/+41
* syscall: Fix generator for Linux syscalls.Benoit Sigoure2016-02-291-1/+1
* syscall: new files for plan_arm supportRichard Miller2016-02-262-0/+391
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma2016-02-241-11/+2
* 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