summaryrefslogtreecommitdiff
path: root/usr.bin/make/cmd_exec.c
AgeCommit message (Expand)Author
2020-01-16turns out there WAS something fishy in signal handling in the "generic"Marc Espie
2016-03-28remove unused variableCharles Longeau
2016-03-05safer pattern: if you're interested in one child, get THAT one, don't stealMarc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2007-07-24reindent (no binary change)Marc Espie
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2003-10-19out of bounds. report by david@. ok espie@Ted Unangst
2002-08-05dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.Todd C. Miller
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera...Michael Shalayeff
2001-05-23Mostly clean-up:Marc Espie