aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-15os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O accessqmuntal
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-04-30syscall: cache Errno.Error() on WindowsJake Bailey
2025-04-30net: support IPv6 addresses in ListenMulticastUDP on Windowsqmuntal
2025-04-08syscall: remove unused windows functionKeith Randall
2025-04-08syscall: fix dangling pointers in Windows' process attributesqmuntal
2025-03-13syscall: use testing.T.ContextTobias Klauser
2025-03-05runtime: in asan mode call __lsan_do_leak_check when exitingIan Lance Taylor
2025-02-25os, syscall: use unix build tag where appropriateTobias Klauser
2025-02-25all: gofmt -wJes Cok
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