aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file_unix.go
AgeCommit message (Expand)Author
2024-12-04fix: allow nintendoswitch target to compiledeadprogram
2024-10-18os/file_unix: add runtime function net.NewFile stubleongross
2024-09-04darwin: replace custom syscall package with Go native syscall packageAyke van Laethem
2024-08-11add os.Truncate(name, size) (see #4209)Roger Standridge
2024-08-02os: add file.Truncateleongross
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem
2024-04-14add os.Linkleongross
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-05-05os: implement os.(*File).WriteAt (#3697)Achille
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2022-12-19build: drop deprecated build tagsYurii Soldak
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