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
/
syscall_linux.go
Age
Commit message (
Expand
)
Author
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-07-24
internal/runtime/syscall: rename to internal/runtime/syscall/linux
qmuntal
2025-02-24
syscall: allow \x00-prefixed unix abstract socket to use full path length
Albert Sundjaja
2025-02-03
all: use slices.Contains to simplify code
cuishuang
2024-08-30
syscall: honor prlimit set by a different process
Ian Lance Taylor
2024-08-30
syscall: always use prlimit for getrlimit/setrlimit on Linux
Ian Lance Taylor
2024-08-07
internal/poll,syscall: drop the fallback for accept4 on linux/arm
Andy Pan
2024-05-22
all: document legacy //go:linkname for modules with ≥100,000 dependents
Russ Cox
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-05-13
syscall: don't change local limit if prlimit used for another process
lifubang
2024-03-04
syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6
Andy Pan
2024-02-26
syscall: add available godoc link
cui fliter
2024-02-21
runtime: migrate internal/syscall to internal/runtime
Andy Pan
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-10-20
syscall: stop counting trailing NUL for abstract addresses starting with NUL
F Y
2023-09-29
syscall: make origRlimitNofile atomic.Pointer[Rlimit]
Jes Cok
2023-09-20
syscall: remove unused writelen
Tobias Klauser
2023-09-07
syscall: add support to get pidfd from ForkExec on Linux
Kir Kolyshkin
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-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-02-27
syscall: use unsafe.Slice in anyToSockaddr
Cuong Manh Le
2023-02-23
syscall: add ptracePtr that accepts pointer arg as unsafe.Pointer
Dmitri Goutnik
2023-02-17
syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
Kir Kolyshkin
2022-12-21
syscall: don't use faccessat2 on android
Michael Pratt
2022-12-16
syscall, internal/poll: fall back to accept on linux-arm
Ian Lance Taylor
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-09-01
syscall: Faccessat: use faccessat2 on linux
Kir Kolyshkin
2022-08-18
syscall: implement EpollCreate using EpollCreate1 on all linux platforms
Tobias Klauser
2022-05-19
all: gofmt main repo
Russ Cox
2022-04-28
syscall: add //go:norace to RawSyscall
Michael Pratt
2022-04-22
syscall: define Syscall6 in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-21
Revert "syscall: define Syscall in terms of RawSyscall on linux"
Michael Pratt
2022-04-21
Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"
Michael Pratt
2022-04-21
syscall: define Syscall6 in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-21
syscall: define RawSyscall in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...
Michael Pratt
2022-04-21
syscall: move Syscall declarations to OS files
Michael Pratt
2022-04-12
syscall: check correct group in Faccessat
Damien Neil
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-16
syscall: ensure that Getwd returns absolute path
Kir Kolyshkin
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2021-11-04
syscall: unify unix Recvmsg epilogues
Josh Bleecher Snyder
2021-11-04
syscall: unify unix Sendmsg prologues
Josh Bleecher Snyder
2021-11-02
syscall,internal/poll: copy arrays by assignment instead of looping
Josh Bleecher Snyder
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2021-09-02
syscall: drop fallback to accept in Accept on Linux
Tobias Klauser
[next]