aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2026-01-22syscall: document Sendfile semanticsBill Morgan
2026-01-22syscall: return early on error in RecvmsgTobias Klauser
2025-11-26os: allow direntries to have zero inodes on LinuxDave Vasilevsky
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-04os: ignore O_TRUNC errors on named pipes and terminal devices on Windowsqmuntal
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal
2025-10-21syscall: use rawSyscall6 to call ptrace in forkAndExecInChildqmuntal
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-15all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in testsMichael Anthony Knyszek
2025-09-12vendor: update x/tools to 3adf0e9, and other reposAlan Donovan
2025-09-11syscall: actually remove unreachable codeDmitri Shuralyov
2025-09-10go/token, syscall: annotate if blocks that defeat vet's unreachable passDmitri Shuralyov
2025-09-10syscall: remove unreachable codeDmitri Shuralyov
2025-09-09syscall: optimise cgo clearenvAleksa Sarai
2025-08-29os,syscall: pass file flags to CreateFile on Windowsqmuntal
2025-08-28syscall: only get parent PID if SysProcAttr.Pdeathsig is setTobias Klauser
2025-08-27os: return nil slice when ReadDir is used with a file on file_windowsqmuntal
2025-08-26syscall: sort Windows env block in StartProcessBrad Fitzpatrick
2025-08-22internal/syscall/windows: increase internal Windows O_ flags valuesqmuntal
2025-08-21syscall: simplify execve handling on libc platformsJoel Sing
2025-08-19syscall: forkAndExecInChild1: don't reuse pid variableKir Kolyshkin
2025-08-15syscall: permit nil destination address in sendmsgN{Inet4,Inet6}database64128
2025-08-11net, os, file/filepath, syscall: use slices.Equal in testsTobias Klauser
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-01runtime,syscall: move loadlibrary and getprocaddress to syscallqmuntal
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-07-28runtime,syscall: move SyscallX implementations from runtime to syscallqmuntal
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
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