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
/
root_openat.go
Age
Commit message (
Expand
)
Author
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
os: add Root.RemoveAll
Damien Neil
2025-05-06
os: avoid escape from Root via paths ending in ../
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
2025-03-19
os: add Root.Readlink
Damien Neil
2025-03-19
os: add Root.Lchown
Damien Neil
2025-03-18
os: add Root.Chtimes
Damien Neil
2025-02-25
os, syscall: use unix build tag where appropriate
Tobias Klauser
2025-02-14
os: explicitly return nil for rootChown in root_openat.go
Jes Cok
2025-02-13
os: add Root.Chown
Damien Neil
2025-02-13
os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.go
Jes Cok
2025-02-13
os: use AddCleanup to close files
Carlos Amedee
2025-02-10
os: add Root.Chmod
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil