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
/
exec_linux.go
Age
Commit message (
Expand
)
Author
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 check
Michael Pratt
2024-09-18
[release-branch.go1.23] syscall: on exec failure, close pidfd
Ian Lance Taylor
2024-05-15
syscall: skip TestAmbientCapsUserns when restricted, document
Michael Stapelberg
2023-11-21
syscall: fix getting pidfd when using CLONE_NEWUSER
Kir Kolyshkin
2023-09-29
syscall: make origRlimitNofile atomic.Pointer[Rlimit]
Jes Cok
2023-09-18
all: clean unnecessary casts
Jes Cok
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-07-10
syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...
Bryan C. Mills
2023-04-11
syscall: add a Go directive "go:nocheckptr" to forkAndExecInChild1
root
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-03-13
syscall: use clone3 syscall with CLONE_NEWTIME
Tobias Klauser
2023-01-25
syscall: clean up variable declarations in forkAndExecInChild
Bryan C. Mills
2022-12-12
syscall: fix shadowing bugs in forkAndExecInChild
Bryan C. Mills
2022-10-02
syscall: remove redundant type conversion
cui fliter
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-08-23
all: append(bytes, str...) works out of the box
Daniel Martí
2022-08-19
syscall: add new CLONE_ flags for Linux
Kir Kolyshkin
2022-07-11
syscall: gofmt after CL 412114
Tobias Klauser
2022-06-15
syscall: clarify Pdeathsig documentation on Linux
Vojtěch Boček
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-14
syscall: add support for SysProcAttr.Pdeathsig on FreeBSD
Tobias Klauser
2021-09-06
syscall: use dup3 in forkAndExecInChild1 on all Linux platforms
Tobias Klauser
2021-09-02
os, syscall: remove fallback to pipe syscall on Linux
Tobias Klauser
2021-04-27
syscall: restore signal mask after setting foreground process group
Ian Lance Taylor
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2021-03-03
syscall: implement rawVforkSyscall for remaining linux platforms
Joel Sing
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-08-16
syscall: support rawVforkSyscall on linux/riscv64
Joel Sing
2020-07-25
syscall: use correct file descriptor in dup2 fallback path
Ian Lance Taylor
2020-05-01
syscall: document exact meaning of Ctty field
Ian Lance Taylor
2020-02-24
syscall: use dup3 in forkAndExecInChild1 if available
Tobias Klauser
2019-12-30
syscall: use fcntl64 on 32-bit GNU/Linux systems
Tobias Klauser
2019-09-11
syscall: implement rawVforkSyscall for linux/arm64
Howard Zhang
2019-06-27
Revert "syscall: use Ctty before fd shuffle"
Damien Neil
2019-05-30
syscall: use Ctty before fd shuffle
Greg Thelen
2019-05-15
syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390x
Joel Sing
2019-03-12
syscall: correctly set up uid/gid mappings in user namespaces
Michael Stapelberg
2019-03-08
syscall: add all ambient capabilities into permitted and inheritable sets
Andrei Vagin
2019-03-06
syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping...
Michael Stapelberg
2018-12-27
syscall: document LockOSThread with GNU/Linux SysProcAttr.Ptrace
Ian Lance Taylor
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2017-08-23
syscall: move ptrace setup to right before exec
Jess Frazelle
2017-06-28
syscall: add AmbientCaps to linux SysProcAttr
Michael Stapelberg
2017-06-20
syscall: mark forkAndExecInChild1 noinline
Austin Clements
2017-06-20
syscall: use CLONE_VFORK safely
Austin Clements
2017-06-14
runtime, syscall: reset signal handlers to default in child
Ian Lance Taylor
2017-05-31
syscall: allow processes steal a controlling terminal on Linux
Julio Montes
[next]