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
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
2015-08-27
syscall: don't call Setgroups if Credential.Groups is empty
Alexander Morozov
2015-06-12
syscall: add GidMappingsEnableSetgroups to Linux SysProcAttr
Alexander Morozov
2015-05-12
syscall: relocate linux death signal code
Andrew Williams
2015-05-03
syscall: fix little-endian assumptions
Shenghou Ma
2015-03-23
syscall: Add Foreground and Pgid to SysProcAttr
Michael MacInnis
2015-03-10
syscall: exec_linux.go: support platforms without SYS_DUP2
Dave Cheney
2014-12-22
syscall: check recorded version of ppid instead of 1
David Crawshaw
2014-11-19
undo CL 131750044 / 2d6d44ceb80e
Russ Cox
2014-10-02
syscall: support UID/GID map files for Linux user namespaces
Mrunal Patel
2014-09-11
syscall: SysProcAttr job control changes
Michael MacInnis
2014-09-08
build: move package sources from src/pkg to src
Russ Cox