Age | Commit message (Expand) | Author |
2023-12-17 | stub out more types/funcs to compile against golang.org/x/net/internal/socket... | Scott Feldman |
2023-12-06 | move syscall constants for networking into net space to avoid windows build i... | Scott Feldman |
2023-12-06 | move IPPROTO_TLS to netdev to avoid src/syscall dependency | Scott Feldman |
2023-12-06 | Add network device driver model, netdev | Scott Feldman |
2023-11-04 | Bump wasi-libc to SDK 20 | Elliott Sales de Andrade |
2023-08-17 | wasm: add support for GOOS=wasip1 | Ayke van Laethem |
2023-08-04 | all: Go 1.21 support | Ayke van Laethem |
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 | syscall: add fsync using libc | Achille Roussel |
2023-03-28 | fix resource leak in os.(*File).Close | Achille Roussel |
2023-03-10 | syscall: remove misleading comment about Stat_t fields | Damian Gryski |
2023-03-10 | syscall: add Timespec.Unix() for wasi. | Damian Gryski |
2023-03-10 | os,syscall: Stat_t timespec fields are Atimespec on darwin | Damian Gryski |
2023-03-03 | all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...) | Ayke van Laethem |
2023-02-03 | syscall: add more stubs as needed for Go 1.20 support | Ayke van Laethem |
2023-01-17 | syscall: implement setenv/unsetenv in the runtime | Ayke van Laethem |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-11-16 | Stubbed Setuid and friends. Stubbed Exec (#3290) | tachyonicbytes |
2022-10-13 | darwin: fix syscall.Open on darwin/arm64 | Ayke van Laethem |
2022-08-07 | syscall/darwin: add ENOTCONN | Roman Volosatovs |
2022-08-06 | syscall: add WASI `{D,R}SYNC`, `NONBLOCK` FD flags | Roman Volosatovs |
2022-08-06 | syscall: group WASI consts by purpose | Roman Volosatovs |
2022-08-05 | syscall: ensure correct C prototype WASI function signature | Roman Volosatovs |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-06-12 | syscall.Getpagesize(): add test, implement for Linux and Windows | Dan Kegel |
2022-05-20 | darwin: adjust syscall suffix for arm64 | Dan Kegel |
2022-04-08 | os: Implement Pipe for darwin, add smoke test. | Dan Kegel |
2022-04-04 | syscall: stub WaitStatus | Dan Kegel |
2022-04-03 | syscall: wasi: more complete list of signals | Dan Kegel |
2022-04-03 | syscall: darwin: more complete list of signals | Dan Kegel |
2022-03-19 | syscall: stub mmap(), munmap(), MAP_SHARED, PROT_READ, SIGBUS, etc. on nonhos... | Dan Kegel |
2022-03-19 | syscall: define MAP_SHARED and PROT_READ on wasi | Dan Kegel |
2022-03-18 | Implement getpagesize and munmap. For go 1.18. | Dan Kegel |
2022-03-13 | Fix type of Signal constants on WASI | Elliott Sales de Andrade |
2022-03-13 | Implement all of os.Signal in arch-specific syscall | Elliott Sales de Andrade |
2022-03-04 | src/syscall: document Environ() single-allocation tradeoff | Damian Gryski |
2022-03-01 | src/os,src/syscall: move env copy code to syscall.Environ() | Damian Gryski |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2022-02-02 | os: implement readdir for darwin and linux | Dan Kegel |
2022-01-20 | src/{syscall, os}: add File.Stat, with smoke test | Damian Gryski |
2022-01-18 | os: implement os.Symlink and os.Readlink | Dan Kegel |
2022-01-18 | os: implement os.ExpandEnv | Dan Kegel |
2022-01-11 | os: implement file.Seek, add smoke test | Dan Kegel |
2022-01-11 | os: pull in os.Rename and some of its tests from upstream | Dan Kegel |
2021-12-13 | os: implement and smoketest os.Clearenv | Dan Kegel |
2021-12-13 | os: implement and smoketest os.Unsetenv | Dan Kegel |
2021-12-13 | os: implement and smoketest os.Setenv | Dan Kegel |
2021-12-10 | Enable Getwd() in wasi and add tests | Federico G. Schwindt |
2021-12-07 | os: implement and smoketest os.Chmod | Dan Kegel |