aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2016-08-16syscall: split out unix Syscall9 asm supportJosh Bleecher Snyder
2016-08-16syscall: superficial cleanup of amd64 unix assemblyJosh Bleecher Snyder
2016-08-16syscall: fix dragonfly/amd64 assembly argument sizesJosh Bleecher Snyder
2016-08-16syscall: unify unix 386 implementationsJosh Bleecher Snyder
2016-08-16syscall: test Gettimeofday everywhere, not just on DarwinBrad Fitzpatrick
2016-08-05runtime, syscall: fix kernel gettimeofday ABI change on iOS 10Shenghou Ma
2016-08-04syscall: fix Gettimeofday on macOS SierraBrad Fitzpatrick
2016-07-08syscall: add another output for TestGroupCleanupUserNamespaceIan Lance Taylor
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor
2016-07-04syscall: fix missing use of use function in GetfsstatMikio Hara
2016-06-30syscall: accept more variants of id output when testing as rootIan Lance Taylor
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