aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/syscall_libc_nintendoswitch.go
AgeCommit message (Expand)Author
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-02-03syscall: add more stubs as needed for Go 1.20 supportAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-10-13darwin: fix syscall.Open on darwin/arm64Ayke van Laethem
2022-06-12syscall.Getpagesize(): add test, implement for Linux and WindowsDan Kegel
2022-04-08os: Implement Pipe for darwin, add smoke test.Dan Kegel
2022-03-13Implement all of os.Signal in arch-specific syscallElliott Sales de Andrade
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2021-02-24WASI & darwin: support env variables based on libcTakeshi Yoneda