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_unix.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-07
os: remove unused testingForceReadDirLstat
Tobias Klauser
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-08-22
os: openDir: add O_DIRECTORY flag for unix
Kir Kolyshkin
2024-05-29
os: RemoveAll: fix symlink race for unix
Kir Kolyshkin
2024-04-15
os: make File.Readdir et al concurrency-safe
Alan Donovan
2024-03-19
os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOS
Andy Pan
2024-03-19
os: use ignoringEINTR in openFileNolog and openDirNolog
Andy Pan
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-07
os: document Readlink behavior for relative links
Bryan C. Mills
2023-05-24
os: explicitly check for invalid FD in NewFile
Michael Pratt
2023-05-23
os: avoid second fcntl syscall in NewFile on unix
Tobias Klauser
2023-05-20
net, os: net.Conn.File.Fd should return a blocking descriptor
Ian Lance Taylor
2023-05-18
os: set File.appendMode in NewFile if file was opened with O_APPEND
Tobias Klauser
2023-05-17
os: if descriptor is non-blocking, retain that in Fd method
Ian Lance Taylor
2023-05-12
os, runtime: remove unused implementations of os.sigpipe
Ian Lance Taylor
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-04-07
os: add wasip1 support
Johan Brandhorst-Satzkorn
2023-02-27
os: don't try to put directory into non-blocking mode
Ian Lance Taylor
2022-08-18
os: only add file descriptors which are set to non-blocking mode to the netpo...
Yuval Pavel Zholkover
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-02
os: document that Windows Symlink to missing target creates file symlink
Ian Lance Taylor
2021-04-13
all: simplify the spelling of Linux
Brad Fitzpatrick
2021-04-03
os: reuse readdir buffers on unix with a sync.Pool
Tom Thorogood
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-26
os: further document limitations around naked file descriptors
Victor Michel
2020-10-20
os: use keyed literals for PathError
Russ Cox
2020-10-20
os: add File.ReadDir method and DirEntry type
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-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-19
os, internal/poll: loop on EINTR for all file syscalls
Ian Lance Taylor
2020-06-08
os: always check for EINTR in calls to open
Ian Lance Taylor
2020-03-20
os: merge common Unix/Windows methods
Ian Lance Taylor
2020-03-01
os: seek should invalidate any cached directory reads
Keith Randall
2019-12-05
os: reset dirinfo when seeking on Darwin
Keith Randall
2019-11-01
os: allow case only renames on case-insensitive filesystems
Audrius Butkevicius
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-06-05
doc: clarify safety of multiple and concurent os.(*File).Close() calls
Alex Myasoedov
2019-04-19
os: disable the use of netpoll on directories as well on *BSDs
Yuval Pavel Zholkover
2019-03-27
os: reject WriteAt if file opened in append mode
LE Manh Cuong
2019-03-12
os: drop special case for FreeBSD 10.4 in newFile
Tobias Klauser
[next]