aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/libc_exec.go
AgeCommit message (Expand)Author
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-05-11compiler_wrapper: `go fmt`George Burgess IV
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-02-05compiler_wrapper: make a loop c89-compatibleGeorge Burgess IV
2021-01-29compiler_wrapper: loop in exec on ERESTARTSYSGeorge Burgess IV
2020-06-20wrapper: fork() before exec()ingGeorge Burgess IV
2020-02-13compiler_wrapper: Use syscall.exec on platforms other than Chrome OSTiancong Wang
2019-09-13Use execve with properly merged env variables.Tobias Bosch
2019-09-13Allow to remove env variables.Tobias Bosch