summaryrefslogtreecommitdiff
path: root/src/os/file_posix.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* os: use keyed literals for PathErrorRuss Cox2020-10-201-4/+4
* os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor2020-08-191-3/+29
* os: merge common Unix/Windows methodsIan Lance Taylor2020-03-201-0/+45
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman2019-03-011-20/+0
* os: fix tests for AIXClément Chigot2018-10-261-0/+5
* os: add AIX operating systemClément Chigot2018-10-111-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* os: document that Chown with -1 means to leave values unchanged, like POSIXBrad Fitzpatrick2018-04-111-2/+3
* os: add deadline methods for File typeIan Lance Taylor2017-10-251-0/+24
* os: add documentation for Windows usersBrad Fitzpatrick2017-06-301-7/+13
* os: fix passing long paths to Chmod on WindowsIbrahim AshShohail2017-06-281-1/+1
* os: consistently return ErrClosed for closed fileIan Lance Taylor2017-04-261-11/+5
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-3/+0
* os: use poller for file I/OIan Lance Taylor2017-02-151-4/+35
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-2/+2
* os: add ErrClosed, return for use of closed FileDan Caddigan2016-10-241-9/+9
* os: remove stuttering return value namesBrad Fitzpatrick2015-07-181-1/+1
* os: windows Rename should overwrite destination file.Daniel Theophanes2015-04-091-8/+0
* os: do not assume syscall i/o funcs return n=0 on errorRuss Cox2014-10-281-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+149