aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os
AgeCommit message (Expand)Author
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
2022-04-25TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes aroun...Dan Kegel
2022-04-19os: define ErrDeadlineExceeded; fixes go 1.18 compile error in net/http, #2782Dan Kegel
2022-04-18gofmt exec_posix.goDan Kegel
2022-04-08os: Implement Pipe for darwin, add smoke test.Dan Kegel
2022-03-17os: Add some exec.ProcessState stubsElliott Sales de Andrade
2022-03-16src/os: Add UserHomeDir() function to os packageZauberNerd
2022-03-16test: write into a temp file and read from its fdZauberNerd
2022-03-16test: simple test to verify os.File.Fd() is workingZauberNerd
2022-03-16src/os: implement os.File.Fd() methodZauberNerd
2022-03-13Add an empty os.Process.Signal implementationElliott Sales de Andrade
2022-03-13Add os Signal aliasesElliott Sales de Andrade
2022-03-08src/os: export correct values for os.DevNull for each OSZauberNerd
2022-03-08src/os: add stubs for exec.ExitError and ProcessState.ExitCodeZauberNerd
2022-03-01os: Use a uintptr for NewFileElliott Sales de Andrade
2022-03-01src/os,src/syscall: move env copy code to syscall.Environ()Damian Gryski
2022-03-01src/os: add back TestClearenvDamian Gryski
2022-03-01src/os: make Environ() return a copy of the environmentDamian Gryski
2022-02-21github: also run 'make tinygo-test' on macDan Kegel
2022-02-20os: disable TestClearenv for now, it is very flaky. Also reduce verbosity.Dan Kegel
2022-02-18Implement os.RemoveAll()Dan Kegel
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-02-03os: isWine: be compatible with older versions of wine, tooDan Kegel
2022-02-02os: add DirFS, which is used by many programs to access readdir.Dan Kegel
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-01-24Kludge: provide stub for syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-24Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906"Dan Kegel
2022-01-21os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.Dan Kegel