Age | Commit message (Expand) | Author |
2023-12-30 | os/user: add bare-bones implementation of the os/user package | Elias Naur |
2023-12-06 | Add network device driver model, netdev | Scott Feldman |
2023-08-17 | wasm: add support for GOOS=wasip1 | Ayke van Laethem |
2023-07-07 | wasi: allow zero inodes when reading directories | Achille Roussel |
2023-06-17 | os: define ErrNoDeadline | Stepan Rakitin |
2023-05-05 | os: implement os.(*File).WriteAt (#3697) | Achille |
2023-05-03 | os: implement os.(*File).ReadDir for -target=wasi | Achille Roussel |
2023-05-03 | implement Sync on stdioFileHandle | Achille Roussel |
2023-05-03 | os: add os.(*File).Sync | Achille Roussel |
2023-03-28 | fix resource leak in os.(*File).Close | Achille Roussel |
2023-03-10 | os,syscall: Stat_t timespec fields are Atimespec on darwin | Damian Gryski |
2023-03-05 | os: add IsTimeout function | Christian Stewart |
2023-01-12 | add a stub for os.Chtimes | joey |
2023-01-10 | add comment about where src/os/file.go came from | Achille Roussel |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-08-09 | Add ErrProcessDone error | Elliott Sales de Andrade |
2022-08-07 | all: update _test.go files for ioutil changes | Damian Gryski |
2022-08-06 | os: add SyscallError.Timeout | Roman Volosatovs |
2022-06-12 | syscall.Getpagesize(): add test, implement for Linux and Windows | Dan Kegel |
2022-06-01 | os, runtime: enable os.Stdin for baremetal target | sago35 |
2022-05-03 | os: skip TestDirFSPathsValid on WASI to work around #2828 on windows | Dan Kegel |
2022-05-03 | os: skip TestDirFS on wasi until #2827 is fixed | Dan Kegel |
2022-05-03 | os: Drop support for go 1.15 | Dan Kegel |
2022-04-25 | TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes aroun... | Dan Kegel |
2022-04-19 | os: define ErrDeadlineExceeded; fixes go 1.18 compile error in net/http, #2782 | Dan Kegel |
2022-04-18 | gofmt exec_posix.go | Dan Kegel |
2022-04-08 | os: Implement Pipe for darwin, add smoke test. | Dan Kegel |
2022-03-17 | os: Add some exec.ProcessState stubs | Elliott Sales de Andrade |
2022-03-16 | src/os: Add UserHomeDir() function to os package | ZauberNerd |
2022-03-16 | test: write into a temp file and read from its fd | ZauberNerd |
2022-03-16 | test: simple test to verify os.File.Fd() is working | ZauberNerd |
2022-03-16 | src/os: implement os.File.Fd() method | ZauberNerd |
2022-03-13 | Add an empty os.Process.Signal implementation | Elliott Sales de Andrade |
2022-03-13 | Add os Signal aliases | Elliott Sales de Andrade |
2022-03-08 | src/os: export correct values for os.DevNull for each OS | ZauberNerd |
2022-03-08 | src/os: add stubs for exec.ExitError and ProcessState.ExitCode | ZauberNerd |
2022-03-01 | os: Use a uintptr for NewFile | Elliott Sales de Andrade |
2022-03-01 | src/os,src/syscall: move env copy code to syscall.Environ() | Damian Gryski |
2022-03-01 | src/os: add back TestClearenv | Damian Gryski |
2022-03-01 | src/os: make Environ() return a copy of the environment | Damian Gryski |
2022-02-21 | github: also run 'make tinygo-test' on mac | Dan Kegel |
2022-02-20 | os: disable TestClearenv for now, it is very flaky. Also reduce verbosity. | Dan Kegel |
2022-02-18 | Implement os.RemoveAll() | Dan Kegel |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2022-02-03 | os: isWine: be compatible with older versions of wine, too | Dan Kegel |
2022-02-02 | os: add DirFS, which is used by many programs to access readdir. | Dan Kegel |
2022-02-02 | os: implement readdir for darwin and linux | Dan Kegel |
2022-01-24 | Kludge: provide stub for syscall.seek on 386 and arm, #1906 | Dan Kegel |
2022-01-24 | Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906" | Dan Kegel |
2022-01-21 | os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. | Dan Kegel |