aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_freebsd.go
AgeCommit message (Expand)Author
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2022-12-12syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills
2022-10-02syscall: remove redundant type conversioncui fliter
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-10-14syscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExecInChild on FreeBSDTobias Klauser
2021-10-14syscall: add support for SysProcAttr.Pdeathsig on FreeBSDTobias Klauser
2021-10-14syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSDTobias Klauser
2018-02-14syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser
2017-11-28all: drop support for FreeBSD 9 or belowMikio Hara
2017-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick