aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_libc2.go
AgeCommit message (Expand)Author
2023-04-14[release-branch.go1.20] syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-01-10runtime: revert use of __fork to work around Apple atfork bugsRuss Cox
2022-12-22runtime: call __fork instead of fork on darwinRuss Cox
2022-10-02syscall: remove redundant type conversioncui fliter
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-08-16syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing
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-04-26syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
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