aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_bsd.go
AgeCommit message (Expand)Author
2026-03-26syscall: remove openbsd/mips64 specific conditionalsJoel Sing
2024-09-10syscall: on exec failure, close pidfdIan Lance Taylor
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2022-10-02syscall: remove redundant type conversioncui fliter
2022-09-15syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on dragonflyTobias Klauser
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-05syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-27syscall: use dup3 in forkAndExecInChild on NetBSDTobias Klauser
2021-10-14syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSDTobias Klauser
2021-05-11runtime,syscall: simplify openbsd related build tagsJoel Sing
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-04-30runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing
2021-04-27syscall: restore signal mask after setting foreground process groupIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2020-11-13syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing
2020-05-01syscall: document exact meaning of Ctty fieldIan Lance Taylor
2019-06-27Revert "syscall: use Ctty before fd shuffle"Damien Neil
2019-05-30syscall: use Ctty before fd shuffleGreg Thelen
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2016-03-29syscall: fix accidental close of exec status pipe in StartProcessRichard Miller
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-20cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor
2015-03-23syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis
2014-11-19undo CL 131750044 / 2d6d44ceb80eRuss Cox
2014-09-11syscall: SysProcAttr job control changesMichael MacInnis
2014-09-08build: move package sources from src/pkg to srcRuss Cox