summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/cmd_exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* turns out there WAS something fishy in signal handling in the "generic"espie2020-01-161-1/+3
* remove unused variablechl2016-03-281-2/+1
* safer pattern: if you're interested in one child, get THAT one, don't stealespie2016-03-051-2/+2
* Correct $OpenBSD$ stuffespie2010-07-191-2/+1
* two small changes:espie2010-07-191-1/+1
* reindent (no binary change)espie2007-07-241-96/+95
* ISO function declarations, trim a few comments, rename a few variables toespie2004-04-071-4/+2
* out of bounds. report by david@. ok espie@tedu2003-10-191-2/+2
* dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.millert2002-08-051-3/+4
* use fork, not vfork. seems to fix misterious trapframe trashing on hppa; deraadt@ okmickey2002-07-311-2/+2
* Mostly clean-up:espie2001-05-231-0/+143