aboutsummaryrefslogtreecommitdiff
path: root/src/os/file_posix.go
AgeCommit message (Expand)Author
2024-02-26os: add available godoc linkcui fliter
2023-05-12os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor
2023-05-11os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-12os: document error returned by pending I/O operations on CloseAustin Clements
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-03-20os: merge common Unix/Windows methodsIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2018-10-26os: fix tests for AIXClément Chigot
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2018-04-11os: document that Chown with -1 means to leave values unchanged, like POSIXBrad Fitzpatrick
2017-10-25os: add deadline methods for File typeIan Lance Taylor
2017-06-30os: add documentation for Windows usersBrad Fitzpatrick
2017-06-28os: fix passing long paths to Chmod on WindowsIbrahim AshShohail
2017-04-26os: consistently return ErrClosed for closed fileIan Lance Taylor
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-10-24os: add ErrClosed, return for use of closed FileDan Caddigan
2015-07-18os: remove stuttering return value namesBrad Fitzpatrick
2015-04-09os: windows Rename should overwrite destination file.Daniel Theophanes
2014-10-28os: do not assume syscall i/o funcs return n=0 on errorRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox