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
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
2023-07-28
syscall: skip TestUnshare if there's nothing more to unshare
Dmitri Shuralyov
2023-07-20
net: remove sysSocket fallback for Windows 7
qmuntal
2023-07-10
syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...
Bryan C. Mills
2023-07-06
os: do not skip directory entries with zero inodes on wasip1
Achille Roussel
2023-07-04
os, syscall: update unreachable link about =C: envs
Oleksandr Redko
2023-06-29
syscall: stub Getrlimit on wasip1
Chris O'Hara
2023-06-27
syscall: clarify which handles are affected by SysProcAttr.NoInheritHandles
qmuntal
2023-06-27
syscall: try non-blocking stdio on wasip1
Chris O'Hara
2023-06-14
syscall: Fix Getwd on Windows to correctly handle long paths.
Qi Xiao
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-10
syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...
chenguoqi
2023-06-05
syscall: don't panic when argv is nil on freebsd
Roland Shoemaker
2023-05-30
syscall: fix ComputerName on Windows
qmuntal
2023-05-25
net: implement wasip1 FileListener and FileConn
Chris O'Hara
[prev]
[next]