aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2025-02-25all: surround -test.run arguments with ^$qmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-24syscall: allow \x00-prefixed unix abstract socket to use full path lengthAlbert Sundjaja
2025-02-23syscall: use sync.OnceFunc for copyenvTobias Klauser
2025-02-21runtime: use WCLONE when waiting on pidfd test childMichael Pratt
2025-02-20syscall: don't send child signal when testing pidfdIan Lance Taylor
2025-02-19syscall: don't truncate newly created files on Windowsqmuntal
2025-02-18syscall: disable O_DIRECTORY on Windows for js/wasmZxilly
2025-02-14syscall: skip testAmbientCaps tests if there is no nobody userCarlos Ramos CarreƱo
2025-02-10os: add Root.ChmodDamien Neil
2025-02-03syscall: use consistent message for ESTALE on LinuxIan Lance Taylor
2025-02-03all: use slices.Contains to simplify codecuishuang
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