aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file_unix.go
AgeCommit message (Expand)Author
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-04all: update build constraints to Go 1.17Ayke van Laethem
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-18os: implement os.Symlink and os.ReadlinkDan Kegel
2022-01-11os: implement file.Seek, add smoke testDan Kegel
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-01os, syscall: implement Stat and LstatDan Kegel
2021-11-30os: TempDir(): obey TMPDIR on unix, TMP on win, etcDan Kegel
2021-11-29os, syscall: implement ReadAt for unixDan Kegel
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-24all: remove FreeBSD supportAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2020-09-29support WASI target (#1373)Takeshi Yoneda
2020-05-13os: implement virtual filesystem supportAyke van Laethem
2019-12-29Add initial FreeBSD supportDmitri Goutnik
2019-08-04all: use baremetal build tagAyke van Laethem
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-03-23all: pretend to be linux/arm in baremetal targetsAyke van Laethem
2019-02-19all: add macOS supportAyke van Laethem
2019-02-05os: add basic OS functionalityAyke van Laethem