aboutsummaryrefslogtreecommitdiff
path: root/src/os/file_plan9.go
AgeCommit message (Expand)Author
2021-05-02os: document that Windows Symlink to missing target creates file symlinkIan Lance Taylor
2020-12-18os: remove dependency on strings packageIan Lance Taylor
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-09-28os: fix SyscallConn typos in the File.Fd commentsChangkun Ou
2020-09-27os: document and emphasize a potential misuse of File.FdChangkun Ou
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-06-25os: return *PathError error in File.Sync on Plan 9Fazlul Shahriar
2020-04-21os: correct bad PathError message from FileOpen with O_CREATE on Plan 9Richard Miller
2020-03-02os: plan9 seek() should invalidate cached directory infoKeith Randall
2019-11-09cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9Fazlul Shahriar
2019-06-05doc: clarify safety of multiple and concurent os.(*File).Close() callsAlex Myasoedov
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor
2018-08-17os: handle TMPDIR in TempDir on Plan 9David du Colombier
2018-07-11os: clarify that Close cancels pending I/OIan Lance Taylor
2018-04-11os: document that Chown with -1 means to leave values unchanged, like POSIXBrad Fitzpatrick
2017-12-12os: don't use test logger for GetwdIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-12-02os: calling Fd disables the SetDeadline methodsIan Lance Taylor
2017-10-25os: add deadline methods for File typeIan Lance Taylor
2017-06-30os: add documentation for Windows usersBrad Fitzpatrick
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-05-18os: document that NewFile can return nilAlberto Donizetti
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
2016-09-05os: deduplicate File definitionShenghou Ma
2016-05-06syscall,os,net: don't use ForkLock in plan9Richard Miller
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08os: fix rename on Plan 9David du Colombier
2015-07-18os: remove stuttering return value namesBrad Fitzpatrick
2015-04-30strings: use LastIndexByte in LastIndexDmitry Vyukov
2014-11-06os: document that users of Fd should keep f aliveRuss Cox
2014-10-28os: fix write on Plan 9David du Colombier
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