aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
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
2023-07-28syscall: skip TestUnshare if there's nothing more to unshareDmitri Shuralyov
2023-07-20net: remove sysSocket fallback for Windows 7qmuntal
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-07-06os: do not skip directory entries with zero inodes on wasip1Achille Roussel
2023-07-04os, syscall: update unreachable link about =C: envsOleksandr Redko
2023-06-29syscall: stub Getrlimit on wasip1Chris O'Hara
2023-06-27syscall: clarify which handles are affected by SysProcAttr.NoInheritHandlesqmuntal
2023-06-27syscall: try non-blocking stdio on wasip1Chris O'Hara
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...chenguoqi
2023-06-05syscall: don't panic when argv is nil on freebsdRoland Shoemaker
2023-05-30syscall: fix ComputerName on Windowsqmuntal
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara