aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2017-02-13cmd/go: add "syscall" to the set of packages that run extFiles++Sameer Ajmani
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2017-02-01syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.plElias Naur
2017-01-13syscall: export Fsid.X__val on s390xMichael Munday
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-11-15syscall: define bind flags on Plan 9David du Colombier
2016-11-14syscall: Clearenv now unsets env vars on WindowsJesse Szwedko
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-09syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-11-07syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma
2016-11-03syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-30syscall: remove X__cmsg_data from CmsghdrIan Gudger
2016-10-25syscall: use name+(NN)FP on plan9/amd64David du Colombier
2016-10-25syscall: use name+(NN)FP on plan9/386David du Colombier
2016-10-25runtime, syscall: appease vetJosh Bleecher Snyder
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
2016-10-19syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick
2016-10-19syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-17syscall, net: make deadline changes affect blocked read/write calls on naclBrad Fitzpatrick
2016-10-12syscall: update darwin/amd64 for timespec changeRuss Cox
2016-10-12syscall: document that Exec wraps execve(2)Kevin Burke
2016-10-12syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor
2016-10-11syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor
2016-10-05syscall: relax TestUnshareQuentin Smith
2016-10-03syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara
2016-10-01syscall: re-enable TestPassFD on dragonflyMikio Hara
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-09-29net: add Buffers type, do writev on unixBrad Fitzpatrick
2016-09-25os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows Kale Blankenship
2016-09-21syscall: fix build on dragonflyMikio Hara
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-09-14syscall: add bounds checking and error returns to ParseNetlinkMessageDavid Stainton
2016-09-11syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESSAlex Brainman
2016-09-07syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick
2016-09-07syscall: use MNT_NOWAIT in TestGetfsstatBrad Fitzpatrick
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-09-06syscall: add yet more TestGetfsstat debuggingBrad Fitzpatrick
2016-09-05syscall: add more TestGetfsstat debuggingBrad Fitzpatrick
2016-08-31syscall: add some debugging to TestGetfsstatBrad Fitzpatrick
2016-08-26syscall: fix plan9/386 RawSyscall6Josh Bleecher Snyder
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-08-22syscall: delete unreachable codeJosh Bleecher Snyder
2016-08-20syscall: validate ParseUnixCredentials inputsIan Gudger
2016-08-17syscall: mksyscall_windows.go: put path separator in suffix for matching GOROOTYasuhiro Matsumoto
2016-08-16syscall: unify unix/amd64 asm implementationsJosh Bleecher Snyder