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_test.go
Age
Commit message (
Expand
)
Author
2025-08-25
os: set full name for Roots created with Root.OpenRoot
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
os: add Root.RemoveAll
Damien Neil
2025-05-06
os: avoid escape from Root via paths ending in ../
Damien Neil
2025-05-01
os: fix Root.Mkdir permission bits on OpenBSD
Josh Rickmar
2025-04-11
os: fix TestRootChtimes on illumos
Tobias Klauser
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
2025-03-20
os: skip atime checks in TestRootChtimes on plan9
Damien Neil
2025-03-19
os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9
Damien Neil
2025-03-19
os: add Root.Readlink
Damien Neil
2025-03-18
os: add Root.Chtimes
Damien Neil
2025-03-06
os: add missing calls to Root.Close() in tests
Olivier Mengué
2025-02-18
os: deal with chmod error for TestRootConsistencyChmod
Jes Cok
2025-02-10
os: add Root.Chmod
Damien Neil
2025-01-22
os: force a goroutine to be scheduled on WASM
Carlos Amedee
2024-11-21
os: drop unnecessary trailing . from symlink targets
Damien Neil
2024-11-21
os: fix Root tests on Plan9
Damien Neil
2024-11-20
os: add OpenInRoot
Damien Neil
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil