aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall
AgeCommit message (Expand)Author
2012-06-14[release-branch.go1] syscall: fix windows buildgo1.0.2Andrew Gerrand
2012-06-13[release-branch.go1] syscall: fix GetCurrentProcessId symbol name on WindowsRuss Cox
2012-06-13[release-branch.go1] syscall: unexport GetCurrentProcessId on WindowsRuss Cox
2012-06-13[release-branch.go1] syscall: revert API changes in Windows Win32finddata fix.Russ Cox
2012-06-13[release-branch.go1] syscall: correct Win32finddata definitionAlex Brainman
2012-06-13[release-branch.go1] syscall: fix 32-bit uid callsShenghou Ma
2012-06-13[release-branch.go1] syscall: simplify text returned by Errno.Error() when Fo...Alex Brainman
2012-06-13[release-branch.go1] syscall: support Getpid() on WindowsShenghou Ma
2012-03-27path/filepath: use windows GetShortPathName api to force GetLongPathName to d...Alex Brainman
2012-03-19sysycall: remove creds_linux_test.goRob Pike
2012-03-19syscall: delete passfd_test.goRob Pike
2012-03-18syscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux.Albert Strasheim
2012-03-17syscall: add a test for passing an fd over a unix socketBrad Fitzpatrick
2012-03-13all: various typosRobert Griesemer
2012-03-13os, syscall: windows really isn't posix compliant, fix os.IsExist()Shenghou Ma
2012-03-08crypto/x509: allow server gated crypto in windows systemVerifyMikkel Krautz
2012-03-08path/filepath: retrieve real file name in windows EvalSymlinksAlex Brainman
2012-03-07crypto/x509: new home for root fetchers; build chains using Windows APIMikkel Krautz
2012-03-06syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARMShenghou Ma
2012-03-02all: more typosRobert Griesemer
2012-03-02os: implement UserTime/SystemTime on windowsAlex Brainman
2012-02-20syscall: force Windows to always use US English error messagesShenghou Ma
2012-02-17net, os, syscall: delete os.EPLAN9Mikio Hara
2012-02-16syscall: fix bounds check in ErrorRuss Cox
2012-02-16os,syscall: fix plan 9 buildDavid du Colombier
2012-02-14syscall: Make Pdeathsig type Signal in SysProcAttr on Linux.Albert Strasheim
2012-02-14syscall: linux Tgkill takes a Signal tooRuss Cox
2012-02-14syscall: regenerate z-files for openbsdMikio Hara
2012-02-14runtime, syscall, os/signal: fix windows buildAlex Brainman
2012-02-14syscall: update BSD variants to sync with new os/signalMikio Hara
2012-02-13fix build for Linux/ARM.Shenghou Ma
2012-02-14runtime, syscall: fix freebsd-386 buildAndrew Gerrand
2012-02-14runtime, syscall: fix freebsd buildAndrew Gerrand
2012-02-13os/signal: selective signal handlingRuss Cox
2012-02-13syscall: make linux Dup2 match other systemsRuss Cox
2012-02-11os,syscall: fix windows buildBrad Fitzpatrick
2012-02-06syscall: add Timeval.Nano, Timespec.Nano, for conversion to DurationRuss Cox
2012-02-03syscall: update bootstrap scripts to sync with new go commandMikio Hara
2012-02-02syscall: fix // +build comments in types_*.goRuss Cox
2012-02-02os: Process.handle use syscall.HandleWei Guangjing
2012-02-01syscall: fix build directive in types_linux.goRuss Cox
2012-02-01net, syscall: add IPv4 multicast helpers for windowsMikio Hara
2012-01-31syscall: cache environment variables on Plan 9.Anthony Martin
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-30os/user: windows implementationAlex Brainman
2012-01-25syscall: add NOTE_* constants on OS XRobert Figueiredo
2012-01-19pkg: Add & fix Copyright of "hand generated" filesOlivier Duperray
2012-01-19syscall: fix plan9 buildMikio Hara
2012-01-18syscall: add Unix method to TimeSpec, TimeValBrad Fitzpatrick
2012-01-14src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCHMikio Hara