aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2024-11-20[release-branch.go1.23] syscall: mark SyscallN as noescapeqmuntal
2024-10-11[release-branch.go1.23] syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature ch...Michael Pratt
2024-10-11[release-branch.go1.23] os: add clone(CLONE_PIDFD) check to pidfd feature checkMichael Pratt
2024-09-18[release-branch.go1.23] syscall: on exec failure, close pidfdIan Lance Taylor
2024-06-16syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd...Joel Sing
2024-06-07syscall: rm go:linkname from origRlimitNofileKir Kolyshkin
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29os: RemoveAll: fix symlink race for unixKir Kolyshkin
2024-05-29syscall: add Setuid for aixMauri de Souza Meneguzzo
2024-05-24syscall: Setrlimit: always clean rlimitNofileCacheKir Kolyshkin
2024-05-24syscall: prevent redundant newline from empty $extraimportsAndy Pan
2024-05-23all: document legacy //go:linkname for modules with ≥1,000 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-23all: document legacy //go:linkname for modules with ≥10,000 dependentsRuss Cox
2024-05-22all: document legacy //go:linkname for modules with ≥100,000 dependentsRuss Cox
2024-05-20syscall: use internal/byteorder in plan9 directory marshaling helpersTobias Klauser
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15syscall: skip TestAmbientCapsUserns when restricted, documentMichael Stapelberg
2024-05-14syscall: use internal/byteorderTobias Klauser
2024-05-13syscall: 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