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
Age
Commit message (
Expand
)
Author
2024-11-20
[release-branch.go1.22] syscall: mark SyscallN as noescape
qmuntal
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 unix
Kir Kolyshkin
2023-11-27
syscall: remove ptrace1 on darwin
Cherry Mui
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-11-20
syscall: support O_SYNC flag for os.OpenFile on windows
Jes Cok
2023-11-10
syscall: regen zsyscall_{aix_ppc64,solaris_amd64}.go
Tobias Klauser
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-11-07
syscall: provide and use ioctlPtr for all BSD platforms
Joel Sing
2023-11-07
syscall: provide and use fcntlPtr for all BSD platforms
Joel Sing
2023-11-06
syscall: fix syntax error in mkall.sh
Tobias Klauser
2023-11-02
syscall: copy rlimit.go's build constraint to rlimit_test.go
Dmitri Shuralyov
2023-11-02
syscall: call getfsstat via libc on openbsd
Joel Sing
2023-11-01
syscall: regen zsyscall for openbsd/riscv64
Joel Sing
2023-11-01
syscall: regenerate zsyscall for dragonfly/freebsd/netbsd
Joel Sing
2023-10-20
syscall: stop counting trailing NUL for abstract addresses starting with NUL
F Y
2023-10-04
syscall: add syscall support for openbsd/riscv64 port
Joel Sing
2023-10-03
syscall: return pointer from test function OrigRlimitNofile
Ian Lance Taylor
2023-10-02
syscall: copy original rlimit before modifying
Michael Pratt
2023-09-29
syscall: make origRlimitNofile atomic.Pointer[Rlimit]
Jes Cok
2023-09-28
syscall: simplify and optimize environment block creation on Windows
qmuntal
2023-09-27
syscall: remove Windows 7 console handle workaround
qmuntal
2023-09-27
all: fix misuses of "a" vs "an"
cui fliter
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-20
syscall: skip TestDeathSignalSetuid if exec fails with a permission error
Bryan C. Mills
2023-09-20
syscall: remove unused writelen
Tobias Klauser
2023-09-19
syscall: correctly generate accept on linux/arm
Tobias Klauser
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-09-14
syscall: remove unused ptracePtr on openbsd
Tobias Klauser
2023-09-13
syscall: use SYS_SETRLIMIT in //sysnb setrlimit1 on linux/arm64
Tobias Klauser
2023-09-12
all: calculate the median uniformly
Jes Cok
2023-09-12
all: fix Microsoft links
qmuntal
2023-09-08
syscall: skip unshare tests if mount syscall is not available
Dmitri Shuralyov
2023-09-07
syscall: remove unused ptracePtr on darwin
Tobias Klauser
2023-09-07
syscall: improve linux SysProcAttr documentation
Kir Kolyshkin
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-08-22
syscall: add support for openbsd/ppc64
Joel Sing
2023-08-17
syscall: don't check non-existent return code in GetStartupInfo
Tobias Klauser
2023-08-16
syscall: remove deprecation notice
Ian Lance Taylor
2023-08-10
syscall: avoid setting O_NONBLOCK needlessly by checking flags beforehand
Andy Pan
2023-08-05
runtime,syscall: invert openbsd architecture tests
Joel Sing
2023-07-28
syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'
Dmitri Shuralyov
[next]