aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2016-06-15syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang
2016-06-10syscall: add a padding field to EpollEvent on s390xMichael Munday
2016-06-02syscall: deflake TestUnshareMikio Hara
2016-06-02syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov
2016-06-01syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov
2016-05-31syscall: plan9 - mark gbit16 as go:nosplitRichard Miller
2016-05-20syscall: fix unshare test on mipsJess Frazelle
2016-05-20syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle
2016-05-15syscall: fix missing use of use function in sysctlMikio Hara
2016-05-15syscall: deprecate BPF/LSFMikio Hara
2016-05-15syscall: deprecate routing message APIs for BSD variantsMikio Hara
2016-05-13syscall: separate stdlib imports from others in mksyscall_windows.goAlex Brainman
2016-05-12syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman
2016-05-11syscall: remove mksyscall_windows.go -xsys flagAlex Brainman
2016-05-11runtime: make mksyscall_windows.go flags do what they say they doAlex Brainman
2016-05-06syscall,os,net: don't use ForkLock in plan9Richard Miller
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-05syscall: simplify closing of extra fds in plan9 StartProcessRichard Miller
2016-04-27syscall: fix uint64->int cast of control message headerDamien Neil
2016-04-13syscall: fix epoll_event struct for ppc64le/ppc64Lynn Boger
2016-04-08syscall: add assembly for Linux on s390xMichael Munday
2016-04-06runtime: use windows.NewLazySystemDLL in mksyscall_windows.goAlex Brainman
2016-04-03syscall: add support for s390xMichael Munday
2016-04-02syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-29all: use &^ operator if possibleMarvin Stenger
2016-03-29syscall: fix accidental close of exec status pipe in StartProcessRichard Miller
2016-03-22syscall: correct spelling/typos in commentMichael Munday
2016-03-21syscall: change clone argument order on s390xMichael Munday
2016-03-17syscall: avoid failure in plan9 StartProcess from fd close raceRichard Miller
2016-03-09syscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_armRichard Miller
2016-03-07os, syscall: skip tests when environment doesn't permit testingBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29syscall: Fix generator for Linux syscalls.Benoit Sigoure
2016-02-26syscall: new files for plan_arm supportRichard Miller
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-24runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2015-12-10syscall: fix duplicated copyright header in mksysnum_plan9.shBrad Fitzpatrick
2015-12-07go/doc, syscall: change 'more then' to 'more than'andrey mirtchovski
2015-12-05Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFL...Yuval Pavel Zholkover
2015-12-05syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTLYuval Pavel Zholkover
2015-12-05syscall: fix ParseRoutingSockaddr name in docsYann Kerhervé
2015-11-26internal/race: add packageDmitry Vyukov
2015-11-25syscall: skip tests that create a user namespace when chrootedMichael Hudson-Doyle
2015-11-24syscall: don't check result of close(fd) in forkAndExecInChild on Plan9David du Colombier
2015-11-17runtime, syscall: use int $0x80 to invoke syscalls on android/386Michael Hudson-Doyle
2015-11-12syscall: added support for linux/mips64{,le}Yao Zhang
2015-11-12syscall: added machine-generated code for linux/mips64{,le}Yao Zhang