aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_bsd.go
AgeCommit message (Expand)Author
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