aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2017-06-25os/signal: check MustHaveExec in TestAtomicStopIan Lance Taylor
2017-06-24os/signal: avoid race between Stop and receiving on channelIan Lance Taylor
2017-06-23os: align siginfo argument to waitidIan Lance Taylor
2017-06-22os: run more of TestExecutable on OpenBSDMichael Hendricks
2017-06-21os: fix documentation for Executable on OpenBSDMichael Hendricks
2017-06-17os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-06-09os/exec: remove BUG for old and unsupported OSBrad Fitzpatrick
2017-06-09testing: show in-progress tests upon SIGINTMeir Fischer
2017-05-23os/exec: ignore some pipe write errors on windowsAlex Brainman
2017-05-19os: make windows Stat as fast as Lstat for files and directoriesAlex Brainman
2017-05-18os: add some comments and remove an unused variable in rename funcBrad Fitzpatrick
2017-05-18os: lstat oldname before renamingAlexander Menzhinsky
2017-05-18os: document that NewFile can return nilAlberto Donizetti
2017-05-17os: fix handling of ErrShortWrite in (*File).WriteIan Lance Taylor
2017-05-10os: remove extraneous 's' from TestStdPipe error messageIan Lance Taylor
2017-05-09os: avoid calulating fileStat.path until it is neededAlex Brainman
2017-05-07os, cmd/link: fix typosKevin Burke
2017-05-07os: reimplement windows os.StatAlex Brainman
2017-04-30os: skip TestNetworkSymbolicLink if Server service is not startedAlex Brainman
2017-04-28os/exec: document that non-comparable writers may raceJustin Nuß
2017-04-27os: use kernel limit on pipe size if possibleIan Lance Taylor
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-26os: consistently return ErrClosed for closed fileIan Lance Taylor
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2017-04-25os: don't use a symlink's target path for FileInfo#Name on windowsHiroshi Ioka
2017-04-22os, syscall: fix errno in Seek on windowsHiroshi Ioka
2017-04-12os: handle relative symlinks starting with slash in Stat on windowsHiroshi Ioka
2017-04-11os: adjust error in Stat on windowsHiroshi Ioka
2017-04-10os: more descriptive error for File.ReadAt and File.WriteAt with negative off...George Gkirtsou
2017-04-10os: handle relative symlinks correctly in Stat on windowsHiroshi Ioka
2017-04-08os/exec: Update Cmd.Run() docs to reflect correct error return typesNick Kubala
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-24os: parse command line without shell32.dllAlex Brainman
2017-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-03-08os/user: fake Current on AndroidElias Naur
2017-03-07os/user: use the stubs fallback for AndroidElias Naur
2017-03-04os/user: add non-cgo versions of Lookup, LookupIdKevin Burke
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-03-01os: add OpenFile example for appending dataKevin Burke
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2017-02-28os/exec: remove duplicate environment variables in Cmd.StartBrad Fitzpatrick
2017-02-27os/user: add Go implementation of LookupGroup, LookupGroupIdKevin Burke
2017-02-27os/user: rename group cgo fileKevin Burke
2017-02-26os: skip atime-going-backwards test on NetBSD for nowBrad Fitzpatrick
2017-02-24os/exec: deflake TestPipeLookPathLeakMichael Munday
2017-02-21os/exec: deflake TestStdinCloseRaceIan Lance Taylor
2017-02-18os: remove incorrect detection of O_CLOEXEC flag on darwinMartin Möhrmann