Age | Commit message (Expand) | Author |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |
2007-10-09 | don't bother returning anything from JobStart, we don't look at it anyways | Marc Espie |
2007-10-09 | minor refactor: introduce function start_queued_job, to make it more apparent | Marc Espie |
2007-10-09 | rename jobs to more descriptive runningJobs (and easier to grep) | Marc Espie |
2007-10-09 | just-in-time signal handling: do not setup the handlers until we need them. | Marc Espie |
2007-10-09 | rename functions for clarity. | Marc Espie |
2007-10-06 | replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@ | Constantine A. Murenin |
2007-09-29 | simple refactoring: replace convoluted code with simple equivalent test | Marc Espie |
2007-09-29 | use constant FD_CLOEXEC, more readable than 1. | Marc Espie |
2007-09-29 | remove comment that no longer apply. | Marc Espie |
2007-09-23 | don't even attempt to reuse the same temp file name. | Marc Espie |
2007-09-23 | now, JOB_FIRST is always set, so kill more conditional code. | Marc Espie |
2007-09-23 | last parameter to JobStart is always NULL, so nuke it. | Marc Espie |
2007-09-23 | compatMake is never true in there, so kill dead code. | Marc Espie |
2007-09-23 | replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); } | Marc Espie |
2007-09-23 | kill local/jobs distinction. Correctly this time... | Marc Espie |
2007-09-23 | more specific error messages if dup2 fails | Marc Espie |
2007-09-23 | zap sunos bug work-around | Marc Espie |
2007-09-18 | reindent new part | Marc Espie |
2007-09-18 | revert maxLocal removal, there's something fishy going on. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | remove C99ism | Marc Espie |
2007-09-17 | make usePipes the default, zap undocumented -P. | Marc Espie |
2007-09-17 | one single printf | Marc Espie |
2007-09-17 | byebye shellspecs | Marc Espie |
2007-09-17 | we have valid err/echo flags | Marc Espie |
2007-09-17 | we have echoctl and errctl | Marc Espie |
2007-09-17 | hardcode some more shell | Marc Espie |
2007-09-17 | start hardcoding the shell. we always run with sh anyways. | Marc Espie |
2007-09-17 | make DBPRINTF into a real function with variable number of arguments | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-16 | reindent | Marc Espie |
2007-09-16 | remove warnings | Marc Espie |
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie |
2007-06-12 | Fix a 10-year-old pointer-arithmetic bug in make, | Constantine A. Murenin |
2007-03-02 | strlen fixes from Charles Longeau. | Ray Lai |
2007-01-04 | having a function that iterates through node's datum so that we retrieve | Marc Espie |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie |
2003-02-18 | intial -> initial; | Jason McIntyre |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |