aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux.go
AgeCommit message (Expand)Author
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
2025-02-24syscall: allow \x00-prefixed unix abstract socket to use full path lengthAlbert Sundjaja
2025-02-03all: use slices.Contains to simplify codecuishuang
2024-08-30syscall: honor prlimit set by a different processIan Lance Taylor
2024-08-30syscall: always use prlimit for getrlimit/setrlimit on LinuxIan Lance Taylor
2024-08-07internal/poll,syscall: drop the fallback for accept4 on linux/armAndy Pan
2024-05-22all: document legacy //go:linkname for modules with ≥100,000 dependentsRuss Cox
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-13syscall: don't change local limit if prlimit used for another processlifubang
2024-03-04syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6Andy Pan
2024-02-26syscall: add available godoc linkcui fliter
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2023-11-08syscall: use fchmodat2 in FchmodatTobias Klauser
2023-10-20syscall: stop counting trailing NUL for abstract addresses starting with NULF Y
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-09-20syscall: remove unused writelenTobias Klauser
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...chenguoqi
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-27syscall: use unsafe.Slice in anyToSockaddrCuong Manh Le
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2023-02-17syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin
2022-12-21syscall: don't use faccessat2 on androidMichael Pratt
2022-12-16syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-01syscall: Faccessat: use faccessat2 on linuxKir Kolyshkin
2022-08-18syscall: implement EpollCreate using EpollCreate1 on all linux platformsTobias Klauser
2022-05-19all: gofmt main repoRuss Cox
2022-04-28syscall: add //go:norace to RawSyscallMichael Pratt
2022-04-22syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt
2022-04-21Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"Michael Pratt
2022-04-21syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21syscall: define RawSyscall in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-04-12syscall: check correct group in FaccessatDamien Neil
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-16syscall: ensure that Getwd returns absolute pathKir Kolyshkin
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-12-09syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-11-04syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder
2021-11-04syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder
2021-11-02syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-09-02syscall: drop fallback to accept in Accept on LinuxTobias Klauser