index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
syscall_linux_test.go
Age
Commit message (
Expand
)
Author
2025-03-13
syscall: use testing.T.Context
Tobias Klauser
2024-10-21
syscall: skip TestSetuidEtc when root's gid is not 0
Shuo Wang
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
syscall: use t.TempDir in tests
Kir Kolyshkin
2024-08-30
syscall: honor prlimit set by a different process
Ian Lance Taylor
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-13
syscall: don't change local limit if prlimit used for another process
lifubang
2023-07-28
syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'
Dmitri Shuralyov
2022-08-02
all: disable tests that fail on Alpine
Russ Cox
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-10-14
syscall: add support for SysProcAttr.Pdeathsig on FreeBSD
Tobias Klauser
2021-05-17
syscall: some containers may fail syscall.TestSetuidEtc
Andrew G. Morgan
2020-12-23
runtime: linux iscgo support for not blocking nptl signals
Andrew G. Morgan
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-11
syscall: improve TestSetuidEtc() /proc/ parsing against races
Andrew G. Morgan
2020-10-29
syscall: handle undefined r2 value on linux-ppc64x
Andrew G. Morgan
2020-10-24
syscall: disable TestAllThreadsSyscall on linux-ppc64
Andrew G. Morgan
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-05-11
syscall: append to environment in tests, don't clobber it
Ian Lance Taylor
2019-11-09
syscall: skip TestSyscallNoError on mips{,le}
Tobias Klauser
2019-02-15
syscall: skip TestSyscallNoError when temp dir is mounted nosuid
Brad Fitzpatrick
2018-09-17
syscall: enable TestSyscallNoError on all Linux 32-bit architectures
Tobias Klauser
2018-08-30
syscall: skip TestSyscallNoError on rooted android/arm
Ben Shi
2018-07-27
syscall: support Faccessat flags argument
Ian Lance Taylor
2018-06-21
syscall: check faccessat flags parameter on Linux
Tobias Klauser
2018-06-13
syscall: check Fchmodat flags parameter on Linux
Tobias Klauser
2018-02-26
syscall: remove/update outdated TODO comments
Tobias Klauser
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2016-09-14
syscall: add bounds checking and error returns to ParseNetlinkMessage
David Stainton
2015-09-03
syscall: fix formatting calls in tests
Alexander Morozov
2015-05-12
syscall: relocate linux death signal code
Andrew Williams