summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* syscall: define bind flags on Plan 9David du Colombier2016-11-151-0/+11
* syscall: Clearenv now unsets env vars on WindowsJesse Szwedko2016-11-141-1/+1
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick2016-11-093-2/+28
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-0812-23/+23
* syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma2016-11-072-1/+28
* syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-0315-6/+9464
* syscall: remove X__cmsg_data from CmsghdrIan Gudger2016-10-308-32/+24
* syscall: use name+(NN)FP on plan9/amd64David du Colombier2016-10-251-11/+8
* syscall: use name+(NN)FP on plan9/386David du Colombier2016-10-251-11/+8
* runtime, syscall: appease vetJosh Bleecher Snyder2016-10-251-14/+14
* syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman2016-10-222-4/+12
* syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick2016-10-192-3/+10
* syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox2016-10-198-14/+21
* os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka2016-10-192-2/+23
* syscall, net: make deadline changes affect blocked read/write calls on naclBrad Fitzpatrick2016-10-171-3/+41
* syscall: update darwin/amd64 for timespec changeRuss Cox2016-10-121-9/+4
* syscall: document that Exec wraps execve(2)Kevin Burke2016-10-121-1/+1
* syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor2016-10-1225-216/+125
* syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor2016-10-1126-98/+11
* syscall: relax TestUnshareQuentin Smith2016-10-051-2/+8
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-035-54/+52
* syscall: re-enable TestPassFD on dragonflyMikio Hara2016-10-011-3/+0
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-303-92/+91
* net: add Buffers type, do writev on unixBrad Fitzpatrick2016-09-291-0/+2
* os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows Kale Blankenship2016-09-251-0/+1
* syscall: fix build on dragonflyMikio Hara2016-09-211-2/+2
* syscall: validate ParseDirent inputsDamien Neil2016-09-2011-203/+210
* syscall: add bounds checking and error returns to ParseNetlinkMessageDavid Stainton2016-09-142-2/+31
* syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESSAlex Brainman2016-09-112-14/+6
* syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick2016-09-072-118/+168
* syscall: use MNT_NOWAIT in TestGetfsstatBrad Fitzpatrick2016-09-071-8/+11
* syscall: make Getpagesize return page size from runtimeAustin Clements2016-09-0626-49/+4
* syscall: add yet more TestGetfsstat debuggingBrad Fitzpatrick2016-09-061-0/+12
* syscall: add more TestGetfsstat debuggingBrad Fitzpatrick2016-09-051-1/+2
* syscall: add some debugging to TestGetfsstatBrad Fitzpatrick2016-08-311-2/+3
* syscall: fix plan9/386 RawSyscall6Josh Bleecher Snyder2016-08-261-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-2510-167/+155
* syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman2016-08-243-3/+3
* syscall: delete unreachable codeJosh Bleecher Snyder2016-08-223-8/+0
* syscall: validate ParseUnixCredentials inputsIan Gudger2016-08-201-0/+3
* syscall: mksyscall_windows.go: put path separator in suffix for matching GOROOTYasuhiro Matsumoto2016-08-171-0/+4
* syscall: unify unix/amd64 asm implementationsJosh Bleecher Snyder2016-08-168-405/+9
* syscall: split out unix Syscall9 asm supportJosh Bleecher Snyder2016-08-168-134/+186
* syscall: superficial cleanup of amd64 unix assemblyJosh Bleecher Snyder2016-08-162-22/+22
* syscall: fix dragonfly/amd64 assembly argument sizesJosh Bleecher Snyder2016-08-161-5/+8
* syscall: unify unix 386 implementationsJosh Bleecher Snyder2016-08-163-287/+3
* syscall: test Gettimeofday everywhere, not just on DarwinBrad Fitzpatrick2016-08-163-23/+15
* runtime, syscall: fix kernel gettimeofday ABI change on iOS 10Shenghou Ma2016-08-053-9/+19
* syscall: fix Gettimeofday on macOS SierraBrad Fitzpatrick2016-08-043-14/+51