Do not temporarily set signals to SIG_IGN when polling whether the parent
[dragonfly.git] / usr.bin / make / job.c
2005-05-16 Max OkumotoConstify the result of Var_Value().
2005-05-16 Max Okumotopatch-7.278
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 07:31:45
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 17:40:16
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 15:16:44
2005-05-14 Max OkumotoUse strpbrk() instead of array to match characters...
2005-05-14 Max OkumotoRemove extranious blankline.
2005-05-14 Max OkumotoFix spelling error.
2005-05-14 Max OkumotoConstify ProcExec()
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-07 Simon SchubertFix compilation with gcc40: Make `padchar' char *,...
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max Okumotouse waitpid() instead of wait()
2005-05-05 Max OkumotoJob_ParseShell()
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-28 Max OkumotoHandle longjmp(), vfork() warning message about variables.
2005-04-28 Max Okumotogot rid of mktemp() warning.
2005-04-28 Max OkumotoThe first element of the array return by brk_string...
2005-04-28 Max OkumotoCleanup main()
2005-04-28 Max Okumotoremove prototype for Compat_RunCommand() and make it...
2005-04-28 Max Okumotocleanup middle part of JobFinish()
2005-04-28 Max OkumotoCleanup code near the top part of JobFinish()
2005-04-28 Max OkumotoMove comments to the proper section, and removed some...
2005-04-28 Max OkumotoConvert Compat_RunCommand() to use ProcWait()
2005-04-26 Max OkumotoCreate ProcWait(), like ProcExec() this is a wraper...
2005-04-26 Max OkumotoSet close-on-exec on output side of pipe.
2005-04-26 Max Okumotoinline shellneed()
2005-04-26 Max OkumotoAllocate space for arguments, and free them after vfork().
2005-04-26 Max OkumotoMove initilization of ProcStuff before vfork().
2005-04-26 Max OkumotoPass argv using ProcStuff.
2005-04-26 Max OkumotoDoc struct ProStuff fields.
2005-04-26 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-25 Max OkumotoRemoved duplicate static variable, created when I merge...
2005-04-24 Max OkumotoMove redirection of stdin into ProcExec().
2005-04-24 Max OkumotoMove redirection of stdout into ProcExec().
2005-04-24 Max OkumotoMoved manupulation of close-on-exec flags on std{in...
2005-04-24 Max OkumotoUse a temp variable to move dups2() out of conditional.
2005-04-24 Max OkumotoMove clearing of close-on-exec of both stdin, stdout...
2005-04-24 Max OkumotoMoved execvp() into ProcExec().
2005-04-24 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-24 Max OkumotoMove common exec code into a ProcExec().
2005-04-24 Max OkumotoRevert using execl(), it makes it difficult to extract...
2005-04-22 Max Okumotoremove spaces before tabs in this file
2005-04-22 Max Okumotouse execl() instead of execv() so we can reduce the...
2005-04-22 Max OkumotoMake shellName and shellPath static to job.c
2005-04-22 Max OkumotoMake the three version of the fork code more uniform.
2005-04-21 Max Okumotomove defines from job.h into job.c since nothing else...
2005-04-21 Max OkumotoMerge compat.[ch] into job.[ch]
2005-04-21 Max OkumotoMove Cmd_Exec() from main.c to job.c
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-16 Max Okumotopatch-7.184
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:26:15
2005-04-07 Max OkumotoDate: 2005/04/01 16:24:25
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 13:35:35
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 10:53:43
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-19 Max Okumotopatch-7.151
2005-03-18 Max OkumotoFreeBSD-Date: 2005/03/18 15:23:49
2005-03-16 Max OkumotoFreeBSD-Date: 2005/03/16 08:04:45
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max OkumotoRemove leading underscores from the pathname defines...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-02 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-28 Max OkumotoMerge in some changes that Harti made to patch 7.49
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-15 Max OkumotoMake sure the $FreeBSD$ tags are correct.
2005-02-11 Max OkumotoInitialise the status variable. W_SETTERMSIG uses its...
2005-02-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-01-31 Max Okumoto- Convert negative logic, so code is easyer to read.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-08 Max OkumotoConstifying functions.
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-05 Max OkumotoFix compilation for the USE_KQUEUE case.
2005-01-05 Max OkumotomaxJobs is declared extern in job.h so it cannot be...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max OkumotoGet rid of the sequential access feature of the lists...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoUse __arysize() to cal size of array.
2004-12-16 Max OkumotoChange the algorithm that matches the builtin shells...
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
next