aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os
AgeCommit message (Expand)Author
6 daysproperly handle unix read on directoryThomas Legris
2024-12-04fix: allow nintendoswitch target to compiledeadprogram
2024-11-07os: implement StartProcessleongross
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-18os/file_unix: add runtime function net.NewFile stubleongross
2024-09-17os/File: add stubs for os.File Deadlines (#4465)leongross
2024-09-04darwin: replace custom syscall package with Go native syscall packageAyke van Laethem
2024-08-26fix: add missing Truncate() function stub to os/file for bare-metal systemsdeadprogram
2024-08-15os/user: use stdlib version of this packageAyke van Laethem
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-08-11add os.Truncate(name, size) (see #4209)Roger Standridge
2024-08-02os: add file.Truncateleongross
2024-07-21os/Chown (#4213)leongross
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem
2024-06-15add SetReadDeadline stubleongross
2024-06-06update fpm ci, fixup importleongross
2024-06-06Add process.Release for unixleongross
2024-06-06add FindProcess for posixleongross
2024-06-02Add signal stubs (#4270)leongross
2024-05-28os/user: add stubs for `Lookup{,Group}` and `Group`diamondburned
2024-04-22Lint: lint and fix src/{os,reflect} (#4228)dkegel-fastly
2024-04-20chore: fix function names in commenthongkuang
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-14add os.Linkleongross
2024-03-27os, testing: just check runtime.GOOS == "wasip1"Randy Reddig
2024-03-27all: replace target=wasi with target=wasip1Randy Reddig
2023-12-30os/user: add bare-bones implementation of the os/user packageElias Naur
2023-12-06Add network device driver model, netdevScott Feldman
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-07-07wasi: allow zero inodes when reading directoriesAchille Roussel
2023-06-17os: define ErrNoDeadlineStepan Rakitin
2023-05-05os: implement os.(*File).WriteAt (#3697)Achille
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-05-03implement Sync on stdioFileHandleAchille Roussel
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2023-03-10os,syscall: Stat_t timespec fields are Atimespec on darwinDamian Gryski
2023-03-05os: add IsTimeout functionChristian Stewart
2023-01-12add a stub for os.Chtimesjoey
2023-01-10add comment about where src/os/file.go came fromAchille Roussel
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-09Add ErrProcessDone errorElliott Sales de Andrade
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-08-06os: add SyscallError.TimeoutRoman Volosatovs
2022-06-12syscall.Getpagesize(): add test, implement for Linux and WindowsDan Kegel
2022-06-01os, runtime: enable os.Stdin for baremetal targetsago35
2022-05-03os: skip TestDirFSPathsValid on WASI to work around #2828 on windowsDan Kegel
2022-05-03os: skip TestDirFS on wasi until #2827 is fixedDan Kegel
2022-05-03os: Drop support for go 1.15Dan Kegel