summaryrefslogtreecommitdiff
path: root/src/syscall/exec_bsd.go
Commit message (Expand)AuthorAgeFilesLines
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser2022-03-051-14/+12
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: use dup3 in forkAndExecInChild on NetBSDTobias Klauser2021-10-271-8/+25
* syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSDTobias Klauser2021-10-141-2/+2
* runtime,syscall: simplify openbsd related build tagsJoel Sing2021-05-111-2/+2
* runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing2021-05-091-2/+2
* runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing2021-04-301-2/+2
* syscall: restore signal mask after setting foreground process groupIan Lance Taylor2021-04-271-2/+4
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing2021-01-281-1/+1
* runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing2021-01-261-1/+1
* syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing2020-11-131-2/+4
* syscall: document exact meaning of Ctty fieldIan Lance Taylor2020-05-011-6/+17
* Revert "syscall: use Ctty before fd shuffle"Damien Neil2019-06-271-16/+16
* syscall: use Ctty before fd shuffleGreg Thelen2019-05-301-16/+16
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-14/+3
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-141-0/+3
* syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick2017-03-211-14/+0
* syscall: only call setgroups if we need toWander Lairson Costa2017-02-171-3/+5
* syscall: fix accidental close of exec status pipe in StartProcessRichard Miller2016-03-291-3/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor2015-10-201-0/+1
* syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis2015-03-231-6/+28
* undo CL 131750044 / 2d6d44ceb80eRuss Cox2014-11-191-38/+2
* syscall: SysProcAttr job control changesMichael MacInnis2014-09-111-2/+38
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+247