aboutsummaryrefslogtreecommitdiff
path: root/src/os/root_test.go
AgeCommit message (Expand)Author
2025-08-25os: set full name for Roots created with Root.OpenRootDamien Neil
2025-05-21os: add Root.ReadFile and Root.WriteFileDamien Neil
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21os: add Root.RemoveAllDamien Neil
2025-05-06os: avoid escape from Root via paths ending in ../Damien Neil
2025-05-01os: fix Root.Mkdir permission bits on OpenBSDJosh Rickmar
2025-04-11os: fix TestRootChtimes on illumosTobias Klauser
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-27os: avoid panic in Root when symlink references the rootDamien Neil
2025-03-24os: add Root.LinkDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-20os: skip atime checks in TestRootChtimes on plan9Damien Neil
2025-03-19os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9Damien Neil
2025-03-19os: add Root.ReadlinkDamien Neil
2025-03-18os: add Root.ChtimesDamien Neil
2025-03-06os: add missing calls to Root.Close() in testsOlivier Mengué
2025-02-18os: deal with chmod error for TestRootConsistencyChmodJes Cok
2025-02-10os: add Root.ChmodDamien Neil
2025-01-22os: force a goroutine to be scheduled on WASMCarlos Amedee
2024-11-21os: drop unnecessary trailing . from symlink targetsDamien Neil
2024-11-21os: fix Root tests on Plan9Damien Neil
2024-11-20os: add OpenInRootDamien Neil
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil