aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2016-11-29os: fix handling of Windows Unicode console input and ^ZRuss Cox
2016-11-29os: Executable can use /proc/self/exe on androidDavid Crawshaw
2016-11-18runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-11-17os: add more tests in TestReadStdinAlex Brainman
2016-11-16os/exec: add closeOnce.WriteString methodIan Lance Taylor
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-11-15os: gofmt -w -sMikio Hara
2016-11-14syscall: Clearenv now unsets env vars on WindowsJesse Szwedko
2016-11-13all: fix vet nitsJosh Bleecher Snyder
2016-11-08os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick
2016-11-08os: cleanup directories created by TestLongPathMohit Agarwal
2016-11-07os: add Executable() (string, error)Shenghou Ma
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-10-28os: adjust (*File).Read commentRuss Cox
2016-10-28os/exec: document how Command fills in Cmd.ArgsQuentin Smith
2016-10-26os: consider only files from #M as regular on Plan 9David du Colombier
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-24os: add ErrClosed, return for use of closed FileDan Caddigan
2016-10-19os: clean up after testRuss Cox
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-19os: reject Rename("old", "new") where new is a directoryRuss Cox
2016-10-18os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipeRuss Cox
2016-10-14os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman
2016-10-12os: add examples of environment functionsJean-Nicolas Moal
2016-10-12os: add example for IsNotExistSina Siadat
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-10-05os/exec: add example for CommandContextAlexander Döring
2016-09-25os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows Kale Blankenship
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
2016-09-16os/exec: add examples for CombinedOutput, StdinPipe, StderrPipeEmmanuel Odeke
2016-09-14os: add more examplesEmmanuel Odeke
2016-09-10os: delete code duplications in error filesbogem
2016-09-05os: deduplicate File definitionShenghou Ma
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-08-30os: fix typo in comment (Readir -> Readdir)Jonathan Boulle
2016-08-29os: don't let File.Readdir return an empty slice and nil errorBrad Fitzpatrick
2016-08-29os: add example for OpenFileJaana Burcu Dogan
2016-08-26os: fix build error on plan9Hiroshi Ioka
2016-08-26os: prevent infinite symlink loop of Stat on WindowsHiroshi Ioka
2016-08-24os: use runtime.Keepalive for *Process valuesIan Lance Taylor
2016-08-23os: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-08-21os: make ExpandEnv recognize '-' as a special shell parameterLE Manh Cuong
2016-08-19os: reference LookupEnv from the Getenv docsBrad Fitzpatrick
2016-08-16os/exec: fix nit found by vetMikio Hara
2016-08-16os: consolidate filesHiroshi Ioka
2016-08-05os: check for waitid returning ENOSYSIan Lance Taylor
2016-06-30os/exec: start checking for context cancelation in StartIan Lance Taylor
2016-06-14os: fix blockUntilWaitable on freebsd/{386,arm}Mikio Hara
2016-06-14os: fix build on freebsd/armMikio Hara