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
Age
Commit message (
Expand
)
Author
2025-12-19
[release-branch.go1.25] os: allow direntries to have zero inodes on Linux
Dave Vasilevsky
2025-12-19
[release-branch.go1.25] os,internal/poll: don't call IsNonblock for consoles ...
qmuntal
2025-10-28
[release-branch.go1.25] os: support deleting read-only files in RemoveAll on ...
qmuntal
2025-10-01
[release-branch.go1.25] internal/poll: don't call Seek for overlapped Windows...
qmuntal
2025-09-22
[release-branch.go1.25] os: set full name for Roots created with Root.OpenRoot
Damien Neil
2025-09-22
[release-branch.go1.25] os: fix Root.MkdirAll to handle race of directory cre...
database64128
2025-08-25
[release-branch.go1.25] internal/poll: set the correct file offset in FD.Seek...
qmuntal
2025-08-25
[release-branch.go1.25] os/exec: fix incorrect expansion of ".." in LookPath ...
Richard Miller
2025-07-30
[release-branch.go1.25] os/exec: fix incorrect expansion of "", "." and ".." ...
Olivier Mengué
2025-07-28
[release-branch.go1.25] os/user: user random name for the test user account
qmuntal
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-07-15
os: remove useless error check
guoguangwu
2025-07-10
os: trivial comment fix
Jakob Borg
2025-06-27
os: use minimal file permissions when opening parent directory in RemoveAll
qmuntal
2025-06-12
all: replace a few user-visible mentions of golang.org and godoc.org
Alberto Donizetti
2025-06-10
os: disallow Root.Remove(".") on Plan 9, js, and Windows
Damien Neil
2025-06-10
os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX
Damien Neil
2025-06-06
os/signal: doc link to syscall.EPIPE
Olivier Mengué
2025-05-30
os: add implementation of fs.ReadLinkFS to *rootFS
Roxy Light
2025-05-27
os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only
Damien Neil
2025-05-21
os: add Root.ReadFile and Root.WriteFile
Damien Neil
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-21
os: add Root.RemoveAll
Damien Neil
2025-05-21
os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks
Damien Neil
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-05-14
os: don't fallback to the Stat slow path if file doesn't exist on Windows
qmuntal
2025-05-14
net: use closesocket when closing socket os.File's on Windows
qmuntal
2025-05-14
os: don't follow symlinks on Windows when O_CREATE|O_EXCL
Damien Neil
2025-05-12
os: remove NewFile socket detection on Windows
qmuntal
2025-05-06
os: avoid escape from Root via paths ending in ../
Damien Neil
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-05-01
os: fix Root.Mkdir permission bits on OpenBSD
Josh Rickmar
2025-04-30
os: test overlapped pipes deadlines on Windows
qmuntal
2025-04-24
os,internal/poll: disassociate handle from IOCP in File.Fd
qmuntal
2025-04-15
os: handle trailing slashes in os.RemoveDir on Windows
Damien Neil
2025-04-14
os,internal/poll: support I/O on overlapped files not added to the poller
qmuntal
2025-04-11
all: use built-in min, max functions
Marcel Meyer
2025-04-11
os: fix TestRootChtimes on illumos
Tobias Klauser
2025-04-10
net: deduplicate sendfile files
qmuntal
2025-04-09
os: clean-up NewFile tests
qmuntal
2025-04-07
all: use built-in max/min to simplify the code
cuishuang
2025-04-04
os: support overlapped IO with NewFile
qmuntal
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
qmuntal
2025-03-31
os: avoid symlink races in RemoveAll on Windows
Damien Neil
2025-03-31
os,internal/poll: support I/O on overlapped handles not added to the poller
qmuntal
2025-03-28
os: add Root.Symlink
Damien Neil
2025-03-27
os: avoid panic in Root when symlink references the root
Damien Neil
2025-03-24
os: add Root.Link
Damien Neil
2025-03-20
os: add Root.Rename
Damien Neil
[next]