aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
29 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
3 dayscmd/link: disallow pull-only linknamesCherry Mui
4 dayssyscall: skip TestAmbientCapsUserns when restricted, documentMichael Stapelberg
4 dayssyscall: use internal/byteorderTobias Klauser
5 dayssyscall: don't change local limit if prlimit used for another processlifubang
2024-05-04syscall: remove references to SYS_syscall on openbsdJoel Sing
2024-05-04syscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsdJoel Sing
2024-04-30syscall: use stringslite.Has{Prefix,Suffix}Tobias Klauser
2024-04-19syscall/js: allocate arg slices on stack for small numbers of argsJacob
2024-03-22syscall: export Tc{get,set}pgrp for testingJoel Sing
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-19internal/asan: match runtime.asan{read,write} len parameter typeTobias Klauser
2024-03-17syscall: use internal/asan and internal/msanMauri de Souza Meneguzzo
2024-03-08syscall: use goarch.BigEndianTobias Klauser
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-03-04syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6Andy Pan
2024-02-27syscall: fix typo in commentguoguangwu
2024-02-26syscall: add available godoc linkcui fliter
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-15syscall: rm obsoleted commentKir Kolyshkin
2024-01-30all: fix typosJes Cok
2023-11-27syscall: remove ptrace1 on darwinCherry Mui
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-21syscall: check SyscallIsNotSupported in TestPidFDWithUserNSMichael Pratt
2023-11-21syscall: fix getting pidfd when using CLONE_NEWUSERKir Kolyshkin
2023-11-20syscall: support O_SYNC flag for os.OpenFile on windowsJes Cok
2023-11-10syscall: regen zsyscall_{aix_ppc64,solaris_amd64}.goTobias Klauser
2023-11-08syscall: use fchmodat2 in FchmodatTobias Klauser
2023-11-07syscall: provide and use ioctlPtr for all BSD platformsJoel Sing
2023-11-07syscall: provide and use fcntlPtr for all BSD platformsJoel Sing
2023-11-06syscall: fix syntax error in mkall.shTobias Klauser
2023-11-02syscall: copy rlimit.go's build constraint to rlimit_test.goDmitri Shuralyov
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