summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur2016-12-011-5/+4
* os: fix handling of Windows Unicode console input and ^ZRuss Cox2016-11-293-171/+131
* os: Executable can use /proc/self/exe on androidDavid Crawshaw2016-11-291-1/+1
* runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur2016-11-181-4/+5
* os: add more tests in TestReadStdinAlex Brainman2016-11-171-25/+30
* os/exec: add closeOnce.WriteString methodIan Lance Taylor2016-11-162-0/+33
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-1/+1
* os: gofmt -w -sMikio Hara2016-11-151-1/+1
* syscall: Clearenv now unsets env vars on WindowsJesse Szwedko2016-11-141-0/+28
* all: fix vet nitsJosh Bleecher Snyder2016-11-131-1/+1
* os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick2016-11-082-19/+50
* os: cleanup directories created by TestLongPathMohit Agarwal2016-11-081-4/+4
* os: add Executable() (string, error)Shenghou Ma2016-11-078-0/+281
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-0710-26/+180
* os: adjust (*File).Read commentRuss Cox2016-10-281-2/+2
* os/exec: document how Command fills in Cmd.ArgsQuentin Smith2016-10-281-3/+4
* os: consider only files from #M as regular on Plan 9David du Colombier2016-10-261-0/+4
* all: minor vet fixesJosh Bleecher Snyder2016-10-241-3/+2
* os: add ErrClosed, return for use of closed FileDan Caddigan2016-10-2410-30/+70
* os: clean up after testRuss Cox2016-10-191-0/+2
* os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka2016-10-191-2/+95
* os: reject Rename("old", "new") where new is a directoryRuss Cox2016-10-192-0/+35
* os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipeRuss Cox2016-10-182-3/+66
* os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman2016-10-142-1/+29
* os: make readConsole handle its input and output correctlyAlex Brainman2016-10-133-47/+197
* os: add examples of environment functionsJean-Nicolas Moal2016-10-121-0/+43
* os: add example for IsNotExistSina Siadat2016-10-121-0/+9
* os: add new tests for symbolic links and directory junctionsAlex Brainman2016-10-121-25/+317
* os/exec: add example for CommandContextAlexander Döring2016-10-051-0/+12
* os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows Kale Blankenship2016-09-252-0/+5
* os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto2016-09-211-3/+5
* os/exec: add examples for CombinedOutput, StdinPipe, StderrPipeEmmanuel Odeke2016-09-161-0/+50
* os: add more examplesEmmanuel Odeke2016-09-141-0/+34
* os: delete code duplications in error filesbogem2016-09-104-92/+35
* os: deduplicate File definitionShenghou Ma2016-09-054-15/+5
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+2
* os: fix typo in comment (Readir -> Readdir)Jonathan Boulle2016-08-301-1/+1
* os: don't let File.Readdir return an empty slice and nil errorBrad Fitzpatrick2016-08-292-0/+44
* os: add example for OpenFileJaana Burcu Dogan2016-08-291-0/+20
* os: fix build error on plan9Hiroshi Ioka2016-08-262-23/+24
* os: prevent infinite symlink loop of Stat on WindowsHiroshi Ioka2016-08-262-1/+25
* os: use runtime.Keepalive for *Process valuesIan Lance Taylor2016-08-243-2/+5
* os: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-233-42/+6
* os: make ExpandEnv recognize '-' as a special shell parameterLE Manh Cuong2016-08-212-1/+27
* os: reference LookupEnv from the Getenv docsBrad Fitzpatrick2016-08-191-0/+1
* os/exec: fix nit found by vetMikio Hara2016-08-161-1/+1
* os: consolidate filesHiroshi Ioka2016-08-1615-403/+426
* os: check for waitid returning ENOSYSIan Lance Taylor2016-08-051-0/+6
* os/exec: start checking for context cancelation in StartIan Lance Taylor2016-06-302-13/+93
* os: fix blockUntilWaitable on freebsd/{386,arm}Mikio Hara2016-06-141-12/+7