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
2023-04-14
[release-branch.go1.20] syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
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
2017-04-25
syscall: fix ordering of Unshare and chroot on Linux
Ronald G. Minnich
2017-03-23
os/exec: handle Unshareflags with CLONE_NEWNS
Ronald G. Minnich
2017-03-22
syscall: use CLONE_VFORK and CLONE_VM
Richard Musiol
2017-02-17
syscall: only call setgroups if we need to
Wander Lairson Costa
2016-11-09
syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}
Brad Fitzpatrick
2016-10-19
syscall: for ForkExec on Linux, always use 32-bit setgroups system call
Russ Cox
2016-06-02
syscall: call setgroups for no groups on GNU/Linux
Alexander Morozov
2016-06-01
syscall: rename SysProcAttr.Unshare to Unshareflags
Alexander Morozov
2016-05-20
syscall: add Unshare flags to SysProcAttr on Linux
Jess Frazelle
2016-03-29
syscall: fix accidental close of exec status pipe in StartProcess
Richard Miller
2016-03-21
syscall: change clone argument order on s390x
Michael Munday
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-10-20
cmd/compile, syscall: use go:norace comment for forkAndExecInChild
Ian Lance Taylor
[next]