aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2024-11-20[release-branch.go1.22] syscall: mark SyscallN as noescapeqmuntal
2024-09-11[release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, ...Michael Stapelberg
2024-05-30[release-branch.go1.22] os: RemoveAll: fix symlink race for unixKir Kolyshkin
2023-11-27syscall: remove ptrace1 on darwinCherry Mui
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-21syscall: check SyscallIsNotSupported in TestPidFDWithUserNSMichael Pratt
2023-11-21syscall: fix getting pidfd when using CLONE_NEWUSERKir Kolyshkin
2023-11-20syscall: support O_SYNC flag for os.OpenFile on windowsJes Cok
2023-11-10syscall: regen zsyscall_{aix_ppc64,solaris_amd64}.goTobias Klauser
2023-11-08syscall: use fchmodat2 in FchmodatTobias Klauser
2023-11-07syscall: provide and use ioctlPtr for all BSD platformsJoel Sing
2023-11-07syscall: provide and use fcntlPtr for all BSD platformsJoel Sing
2023-11-06syscall: fix syntax error in mkall.shTobias Klauser
2023-11-02syscall: copy rlimit.go's build constraint to rlimit_test.goDmitri Shuralyov
2023-11-02syscall: call getfsstat via libc on openbsdJoel Sing
2023-11-01syscall: regen zsyscall for openbsd/riscv64Joel Sing
2023-11-01syscall: regenerate zsyscall for dragonfly/freebsd/netbsdJoel Sing
2023-10-20syscall: stop counting trailing NUL for abstract addresses starting with NULF Y
2023-10-04syscall: add syscall support for openbsd/riscv64 portJoel Sing
2023-10-03syscall: return pointer from test function OrigRlimitNofileIan Lance Taylor
2023-10-02syscall: copy original rlimit before modifyingMichael Pratt
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-09-28syscall: simplify and optimize environment block creation on Windowsqmuntal
2023-09-27syscall: remove Windows 7 console handle workaroundqmuntal
2023-09-27all: fix misuses of "a" vs "an"cui fliter
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-20syscall: skip TestDeathSignalSetuid if exec fails with a permission errorBryan C. Mills
2023-09-20syscall: remove unused writelenTobias Klauser
2023-09-19syscall: correctly generate accept on linux/armTobias Klauser
2023-09-18all: clean unnecessary castsJes Cok
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-09-14syscall: remove unused ptracePtr on openbsdTobias Klauser
2023-09-13syscall: use SYS_SETRLIMIT in //sysnb setrlimit1 on linux/arm64Tobias Klauser
2023-09-12all: calculate the median uniformlyJes Cok
2023-09-12all: fix Microsoft linksqmuntal
2023-09-08syscall: skip unshare tests if mount syscall is not availableDmitri Shuralyov
2023-09-07syscall: remove unused ptracePtr on darwinTobias Klauser
2023-09-07syscall: improve linux SysProcAttr documentationKir Kolyshkin
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05syscall: fixup TestUseCgroupFD error checkingKir Kolyshkin
2023-09-03syscall: inline TestUseCgroupFDHelperKir Kolyshkin
2023-09-01syscall: fix skipping TestUseCgroupFDKir Kolyshkin
2023-08-24syscall: skip TestUnshareMountNameSpaceChroot on platforms that require exter...Bryan C. Mills
2023-08-22syscall: add support for openbsd/ppc64Joel Sing
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-08-16syscall: remove deprecation noticeIan Lance Taylor
2023-08-10syscall: avoid setting O_NONBLOCK needlessly by checking flags beforehandAndy Pan
2023-08-05runtime,syscall: invert openbsd architecture testsJoel Sing
2023-07-28syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'Dmitri Shuralyov