aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2025-02-26[release-branch.go1.24] syscall: disable O_DIRECTORY on Windows for js/wasmZxilly
2025-02-26[release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test childMichael Pratt
2025-02-26[release-branch.go1.24] syscall: don't send child signal when testing pidfdIan Lance Taylor
2025-02-19[release-branch.go1.24] syscall: don't truncate newly created files on Windowsqmuntal
2025-01-13syscall/js: adjust comments to that gofmt does not change themIan Lance Taylor
2024-12-17syscall, internal/syscall/unix: fix fstatat on linux/mips64Damien Neil
2024-12-12syscall: on freebsd-386 only update written for certain errorsIan Lance Taylor
2024-12-11syscall: remove a wrong comment in ClearenvKir Kolyshkin
2024-11-22runtime, internal/synctest, syscall/js: keep bubble membership in syscallsDamien Neil
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-20syscall: do not run TestSyscallAllocations in parallel with other testsRuss Cox
2024-11-14syscall: define EBADFD for wasip1 targetFlavio Castelli
2024-11-13cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappersCherry Mui
2024-11-11runtime, syscall: use pointer types on wasmimport functionsCherry Mui
2024-11-06syscall: mark SyscallN as noescapeqmuntal
2024-10-23syscall: only remove write data access when O_APPEND is set on Windowsqmuntal
2024-10-21syscall: skip TestSetuidEtc when root's gid is not 0Shuo Wang
2024-10-18syscall: keep write access when O_TRUNC is used on Windowsqmuntal
2024-10-11internal/syscall/windows: add Openat, MkdiratDamien Neil
2024-10-10syscall: support more flags when opening directories on Windowsqmuntal
2024-10-10syscall: fix Open param namesqmuntal
2024-10-10syscall,os: move flags validation from os.OpenFile to syscall.Openqmuntal
2024-10-09syscall: simplify O_TRUNC handling on Windowsqmuntal
2024-10-09syscall: implement Ftruncate using a single syscall on Windowsqmuntal
2024-10-07syscall, internal/syscall/unix: add Openat support for wasip1Damien Neil
2024-10-07crypto/rand: use arc4random_buf() on OpenBSDFilippo Valsorda
2024-10-03syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check childMichael Pratt
2024-10-02syscall: gofmt after CL 592078Tobias Klauser
2024-09-12os: add clone(CLONE_PIDFD) check to pidfd feature checkMichael Pratt
2024-09-10syscall: on exec failure, close pidfdIan Lance Taylor
2024-09-07syscall: follow convention for generated code commentTobias Klauser
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03syscall: use t.TempDir in testsKir Kolyshkin
2024-09-03syscall: use testenv.ExecutableKir Kolyshkin
2024-08-30syscall: honor prlimit set by a different processIan Lance Taylor
2024-08-30syscall: always use prlimit for getrlimit/setrlimit on LinuxIan Lance Taylor
2024-08-30misc/wasm: move wasm runtime files to lib/wasmZxilly
2024-08-21syscall: optimize Getwd on aixKir Kolyshkin
2024-08-21syscall: add O_DIRECTORY for wasip1Kir Kolyshkin
2024-08-21syscall: add O_DIRECTORY for jsKir Kolyshkin
2024-08-21cmd/link: support wasmexport on js/wasmCherry Mui
2024-08-20src: fix typosAlexander Cyon
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-09syscall,misc/wasm: fix path expansion on non-unix platformsZxilly
2024-08-07internal/poll,syscall: drop the fallback for accept4 on linux/armAndy Pan
2024-06-16syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd...Joel Sing
2024-06-07syscall: rm go:linkname from origRlimitNofileKir Kolyshkin
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29os: RemoveAll: fix symlink race for unixKir Kolyshkin