summaryrefslogtreecommitdiff
path: root/src/os/file_unix.go
Commit message (Expand)AuthorAgeFilesLines
* os: clarify behavior of TempDirBrad Fitzpatrick2017-06-141-2/+1
* os: add some comments and remove an unused variable in rename funcBrad Fitzpatrick2017-05-181-6/+8
* os: lstat oldname before renamingAlexander Menzhinsky2017-05-181-3/+12
* os: document that NewFile can return nilAlberto Donizetti2017-05-181-1/+3
* os: consistently return ErrClosed for closed fileIan Lance Taylor2017-04-261-0/+3
* os, net, internal/poll: return consistent error for closed socketIan Lance Taylor2017-04-261-14/+12
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-2/+1
* os: use poller for file I/OIan Lance Taylor2017-02-151-55/+75
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-0/+5
* os: add ErrClosed, return for use of closed FileDan Caddigan2016-10-241-1/+1
* os: reject Rename("old", "new") where new is a directoryRuss Cox2016-10-191-0/+4
* os: deduplicate File definitionShenghou Ma2016-09-051-5/+0
* os: consolidate filesHiroshi Ioka2016-08-161-85/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* os, runtime: better EPIPE behavior for command line programsIan Lance Taylor2016-01-051-8/+5
* os: reduce allocations in Readdir on unixTaru Karttunen2015-10-301-9/+16
* os: touch up the EINTR retry loop in OpenFileAaron Jacobs2015-09-171-5/+10
* os: handle EINTR from open(2).Aaron Jacobs2015-09-171-0/+8
* os: remove stuttering return value namesBrad Fitzpatrick2015-07-181-7/+7
* os: windows Rename should overwrite destination file.Daniel Theophanes2015-04-091-0/+8
* os: don't return Chmod's error from Mkdir and OpenFileKato Kazuyoshi2015-03-201-2/+2
* os: handle the sticky bit separately for *BSD and SolarisKato Kazuyoshi2014-12-171-0/+12
* os: document that users of Fd should keep f aliveRuss Cox2014-11-061-0/+1
* os: fix buildRuss Cox2014-10-281-1/+1
* os: do not assume syscall i/o funcs return n=0 on errorRuss Cox2014-10-281-5/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+338