| Age | Commit message (Expand) | Author |
| 2025-03-05 | runtime: in asan mode call __lsan_do_leak_check when exiting | Ian Lance Taylor |
| 2025-02-14 | syscall: skip testAmbientCaps tests if there is no nobody user | Carlos Ramos CarreƱo |
| 2024-09-03 | syscall: use testenv.Executable | Kir Kolyshkin |
| 2024-05-15 | syscall: skip TestAmbientCapsUserns when restricted, document | Michael Stapelberg |
| 2024-02-27 | syscall: fix typo in comment | guoguangwu |
| 2023-11-21 | internal/syscall/unix: add PidFDSendSignal for Linux | Kir Kolyshkin |
| 2023-11-21 | syscall: check SyscallIsNotSupported in TestPidFDWithUserNS | Michael Pratt |
| 2023-11-21 | syscall: fix getting pidfd when using CLONE_NEWUSER | Kir Kolyshkin |
| 2023-09-22 | all: clean unnecessary casts for test files | Jes Cok |
| 2023-09-08 | syscall: skip unshare tests if mount syscall is not available | Dmitri Shuralyov |
| 2023-09-07 | syscall: add support to get pidfd from ForkExec on Linux | Kir Kolyshkin |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-09-05 | syscall: fixup TestUseCgroupFD error checking | Kir Kolyshkin |
| 2023-09-03 | syscall: inline TestUseCgroupFDHelper | Kir Kolyshkin |
| 2023-09-01 | syscall: fix skipping TestUseCgroupFD | Kir Kolyshkin |
| 2023-08-24 | syscall: skip TestUnshareMountNameSpaceChroot on platforms that require exter... | Bryan C. Mills |
| 2023-07-28 | syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r' | Dmitri Shuralyov |
| 2023-07-28 | syscall: skip TestUnshare if there's nothing more to unshare | Dmitri Shuralyov |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-03-15 | internal/testenv, syscall: move isNotSupported to internal/testenv | Tobias Klauser |
| 2023-03-15 | syscall: handle errors.ErrUnsupported in isNotSupported | Tobias Klauser |
| 2023-03-13 | syscall: use clone3 syscall with CLONE_NEWTIME | Tobias Klauser |
| 2023-01-27 | syscall: avoid making assumptions about syscall permissions | Bryan C. Mills |
| 2023-01-06 | syscall: skip TestUseCgroupFD if cgroupfs not mounted | Shengjing Zhu |
| 2022-12-12 | syscall: skip TestUseCgroupFD if cgroupfs mounted RO | Paul E. Murphy |
| 2022-09-09 | syscall: add CgroupFD support for ForkExec on Linux | Kir Kolyshkin |
| 2022-09-03 | syscall: fix skipping some tests on Linux | Kir Kolyshkin |
| 2022-03-31 | syscall: relax output check in TestGroupCleanupUserNamespace | Bryan C. Mills |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-09-14 | syscall: remove use of IN_KUBERNETES in test | Tobias Klauser |
| 2021-06-16 | syscall: fix TestGroupCleanupUserNamespace test failure on Fedora | Rahul Bajaj |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-05-11 | syscall: append to environment in tests, don't clobber it | Ian Lance Taylor |
| 2019-10-17 | syscall: remove use of IN_KUBERNETES in test, add a TODO to improve further | Brad Fitzpatrick |
| 2019-09-30 | syscall: fix TestGroupCleanupUserNamespace on CentOS | Tobias Klauser |
| 2019-09-19 | syscall: extend skip criteria for TestAmbientCapsUserns | Tobias Klauser |
| 2019-09-18 | syscall: skip TestAmbientCapsUserns if user namespaces are not supported | Tobias Klauser |
| 2019-06-06 | syscall: fix skip condition in skipUnprivilegedUserClone | Meng Zhuo |
| 2019-06-06 | syscall: skip test if unprivileged_userns_clone sysctl is missing | Meng Zhuo |
| 2019-03-12 | syscall: correctly set up uid/gid mappings in user namespaces | Michael Stapelberg |
| 2019-03-10 | syscall: skip non-root user namespace test if kernel forbids | Alberto Donizetti |
| 2019-03-08 | syscall: add all ambient capabilities into permitted and inheritable sets | Andrei Vagin |
| 2018-08-29 | syscall: skip an unsupported test case on android | Ben Shi |
| 2018-07-18 | syscall: update check for UserNS support for CentOS 7.5+ | EduRam |
| 2017-09-10 | syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux | Hiroshi Ioka |
| 2017-08-23 | syscall: skip some exec tests in container | Alexander Morozov |
| 2017-07-17 | syscall: update check for UserNS support for centos 7 | Jess Frazelle |
| 2017-07-14 | syscall: skip TestUnshare on Linux upon permission error | Brad Fitzpatrick |