summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* os: remove duplicate check from windows os.StatJohnny Luo2017-07-201-3/+1
* os/exec: add example for Cmd.RunAndré Carvalho2017-07-151-0/+7
* os: use Fstat instead of Stat in FileMode exampleTaro Aoki2017-07-151-1/+1
* internal/poll: don't wait for unpollable filesIan Lance Taylor2017-07-141-0/+34
* testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor2017-07-133-5/+3
* os/exec: clarify Cmd.Wait documentation a bit more explicitlyBrad Fitzpatrick2017-07-061-2/+4
* os/exec: document lack of implicit shell usage or globbingBrad Fitzpatrick2017-07-061-0/+9
* os: add documentation for Windows usersBrad Fitzpatrick2017-06-305-15/+52
* os: fix passing long paths to Chmod on WindowsIbrahim AshShohail2017-06-282-1/+5
* os/signal: check MustHaveExec in TestAtomicStopIan Lance Taylor2017-06-251-0/+3
* os/signal: avoid race between Stop and receiving on channelIan Lance Taylor2017-06-242-2/+145
* os: align siginfo argument to waitidIan Lance Taylor2017-06-231-1/+1
* os: run more of TestExecutable on OpenBSDMichael Hendricks2017-06-221-6/+4
* os: fix documentation for Executable on OpenBSDMichael Hendricks2017-06-211-2/+1
* os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor2017-06-173-7/+112
* os: clarify behavior of TempDirBrad Fitzpatrick2017-06-144-6/+16
* os/exec: remove BUG for old and unsupported OSBrad Fitzpatrick2017-06-091-3/+0
* testing: show in-progress tests upon SIGINTMeir Fischer2017-06-093-3/+5
* os/exec: ignore some pipe write errors on windowsAlex Brainman2017-05-233-12/+51
* os: make windows Stat as fast as Lstat for files and directoriesAlex Brainman2017-05-192-2/+62
* os: add some comments and remove an unused variable in rename funcBrad Fitzpatrick2017-05-181-6/+8
* os: lstat oldname before renamingAlexander Menzhinsky2017-05-182-3/+24
* os: document that NewFile can return nilAlberto Donizetti2017-05-183-3/+9
* os: fix handling of ErrShortWrite in (*File).WriteIan Lance Taylor2017-05-171-1/+5
* os: remove extraneous 's' from TestStdPipe error messageIan Lance Taylor2017-05-101-1/+1
* os: avoid calulating fileStat.path until it is neededAlex Brainman2017-05-092-6/+14
* os, cmd/link: fix typosKevin Burke2017-05-071-4/+4
* os: reimplement windows os.StatAlex Brainman2017-05-072-37/+78
* os: skip TestNetworkSymbolicLink if Server service is not startedAlex Brainman2017-04-301-0/+5
* os/exec: document that non-comparable writers may raceJustin Nuß2017-04-281-2/+2
* os: use kernel limit on pipe size if possibleIan Lance Taylor2017-04-271-2/+17
* os: do not report ModeDir for symlinks on windowsAlex Brainman2017-04-262-4/+18
* os: consistently return ErrClosed for closed fileIan Lance Taylor2017-04-266-43/+80
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-263-15/+15
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-258-15/+44
* os: don't use a symlink's target path for FileInfo#Name on windowsHiroshi Ioka2017-04-253-27/+42
* os, syscall: fix errno in Seek on windowsHiroshi Ioka2017-04-221-0/+26
* os: handle relative symlinks starting with slash in Stat on windowsHiroshi Ioka2017-04-122-2/+22
* os: adjust error in Stat on windowsHiroshi Ioka2017-04-112-2/+41
* os: more descriptive error for File.ReadAt and File.WriteAt with negative off...George Gkirtsou2017-04-102-0/+45
* os: handle relative symlinks correctly in Stat on windowsHiroshi Ioka2017-04-102-1/+43
* os/exec: Update Cmd.Run() docs to reflect correct error return typesNick Kubala2017-04-081-3/+2
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* os: parse command line without shell32.dllAlex Brainman2017-03-243-11/+208
* syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick2017-03-211-1/+15
* syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick2017-03-212-1/+21
* os/user: fake Current on AndroidElias Naur2017-03-082-5/+14
* os/user: use the stubs fallback for AndroidElias Naur2017-03-072-14/+4
* os/user: add non-cgo versions of Lookup, LookupIdKevin Burke2017-03-044-41/+292
* Revert "all: test adjustments for the iOS builder"Elias Naur2017-03-041-4/+1