aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file_anyos.go
AgeCommit message (Expand)Author
6 daysproperly handle unix read on directoryThomas Legris
2024-12-04fix: allow nintendoswitch target to compiledeadprogram
2024-07-21os/Chown (#4213)leongross
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-03-16src/os: implement os.File.Fd() methodZauberNerd
2022-03-08src/os: export correct values for os.DevNull for each OSZauberNerd
2022-03-01os: Use a uintptr for NewFileElliott Sales de Andrade
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-15os (wasi): fix opening files in read-only modeNia Waldvogel
2022-01-11os: pull in os.Rename and some of its tests from upstreamDan Kegel
2022-01-04os: add a few upstream tests for Read and ReadAt, fix problems they exposed.Dan Kegel
2021-12-07os: implement and smoketest os.ChmodDan Kegel
2021-12-07os: implement and smoketest os.ChdirDan Kegel
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-20os: Implement and smoke test Mkdir() and Remove()Dan Kegel
2021-11-16all: add support for windows/amd64Ayke van Laethem