index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
file_plan9.go
Age
Commit message (
Expand
)
Author
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-04-04
os: support overlapped IO with NewFile
qmuntal
2025-03-06
os: more godoc links
Olivier Mengué
2025-02-13
os: consolidate and clarify File.Fd docs
Ian Lance Taylor
2025-02-13
os: use AddCleanup to close files
Carlos Amedee
2024-11-16
os: add and use ignoringEINTR2
Tobias Klauser
2024-04-30
os: use stringslite.HasPrefix
Tobias Klauser
2024-04-15
os: make File.Readdir et al concurrency-safe
Alan Donovan
2024-03-16
os: don't try to make the directory FD non-blocking in os.ReadDir
Peter Collingbourne
2024-02-26
os: add available godoc link
cui fliter
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-07
os: document Readlink behavior for relative links
Bryan C. Mills
2023-08-25
internal/bytealg: add generic LastIndexByte{,String}
Tobias Klauser
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2022-11-04
all: fix function names in comments
cui fliter
2022-10-08
os: use poll.fdMutex for Plan 9 files
Ian Lance Taylor
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2021-12-12
os: document error returned by pending I/O operations on Close
Austin Clements
2021-05-02
os: document that Windows Symlink to missing target creates file symlink
Ian Lance Taylor
2020-12-18
os: remove dependency on strings package
Ian Lance Taylor
2020-10-20
os: use keyed literals for PathError
Russ Cox
2020-09-28
os: fix SyscallConn typos in the File.Fd comments
Changkun Ou
2020-09-27
os: document and emphasize a potential misuse of File.Fd
Changkun Ou
2020-08-19
os, internal/poll: loop on EINTR for all file syscalls
Ian Lance Taylor
2020-06-25
os: return *PathError error in File.Sync on Plan 9
Fazlul Shahriar
2020-04-21
os: correct bad PathError message from FileOpen with O_CREATE on Plan 9
Richard Miller
2020-03-02
os: plan9 seek() should invalidate cached directory info
Keith Randall
2019-11-09
cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9
Fazlul Shahriar
2019-06-05
doc: clarify safety of multiple and concurent os.(*File).Close() calls
Alex Myasoedov
2019-03-27
os: reject WriteAt if file opened in append mode
LE Manh Cuong
2018-12-27
os: add SyscallConn method for os.File
Ian Lance Taylor
2018-08-17
os: handle TMPDIR in TempDir on Plan 9
David du Colombier
2018-07-11
os: clarify that Close cancels pending I/O
Ian Lance Taylor
2018-04-11
os: document that Chown with -1 means to leave values unchanged, like POSIX
Brad Fitzpatrick
2017-12-12
os: don't use test logger for Getwd
Ian Lance Taylor
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2017-12-02
os: calling Fd disables the SetDeadline methods
Ian Lance Taylor
2017-10-25
os: add deadline methods for File type
Ian Lance Taylor
2017-06-30
os: add documentation for Windows users
Brad Fitzpatrick
2017-06-14
os: clarify behavior of TempDir
Brad Fitzpatrick
2017-05-18
os: document that NewFile can return nil
Alberto Donizetti
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2016-11-07
os: use extended-length paths on Windows when possible
Quentin Smith
2016-10-24
os: add ErrClosed, return for use of closed File
Dan Caddigan
2016-09-05
os: deduplicate File definition
Shenghou Ma
2016-05-06
syscall,os,net: don't use ForkLock in plan9
Richard Miller
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-08
os: fix rename on Plan 9
David du Colombier
2015-07-18
os: remove stuttering return value names
Brad Fitzpatrick
[next]