summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
Commit message (Expand)AuthorAgeFilesLines
* 1. Add the ability to tweak the token output before targets in job mode.obrien2008-12-291-0/+1
* Exit with error code 2 when run with -k (continue if errors) and build failed.fjoe2008-12-181-1/+1
* Implement "Remaking Makefiles" feature:fjoe2007-03-081-0/+2
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-241-3/+0
* Before doing any parsing parse the builtin shell specifications andharti2005-05-241-0/+2
* Get rid of global variables for argument vectors produced by brk_string()harti2005-05-181-1/+1
* Get rid of the ReturnStatus obscuration that was anyway used onlyharti2005-05-181-1/+1
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-131-1/+1
* Make Shell_Init() static - it's only used here.harti2005-05-131-1/+0
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")harti2005-05-121-0/+2
* Compat_RunCommand is used only in job.c so make it static there.harti2005-05-121-1/+0
* Fix the fix for bin/72510 applied in job.c:1.70. Actually there haveharti2005-05-121-2/+0
* Make shellPath and shellName static - they're used in job.c only.harti2005-05-101-2/+0
* Move the defines for TMPPAT and KQUEUE from the public job.h into job.charti2005-05-101-12/+0
* Merge compat.c into job.c. There is a lot in common between theseharti2005-05-101-1/+5
* Move Cmd_Exec() from main.c to job.c and fix its prototype. Thisharti2005-05-101-0/+3
* Remove a forward declaration that isn't needed anymore.harti2005-04-011-1/+0
* Both struct Job and struct Shell are only used inside job.c so there isharti2005-04-011-160/+0
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-102/+127
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-1/+1
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-2/+0
* Constify the array of predefined shells. It turns out that we need twoharti2004-11-301-24/+27
* Add code to enforce the paralleism count (-j N) for the entire treephk2004-11-121-1/+1
* Get rid of more local/remote leftoversphk2004-11-111-1/+1
* Now with the remote job support removed there can be no remote jobs andharti2004-11-051-7/+1
* Remove the remote stuff from make. This actually never worked in our makeharti2004-11-041-22/+0
* Expand the scope of the .SHELL specification to also coverru2004-10-231-0/+4
* Change the select timeout from 100ms to 2 seconds now that SIGCHILD isscottl2003-12-191-2/+2
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-091-0/+2
* Give make(1) the ability to use KQUEUE to wait for worker processesphk2002-10-041-0/+2
* Don't declare things as extern when they will be static.jmallett2002-09-261-1/+6
* #define<space> -> #define<tab>jmallett2002-09-171-19/+19
* The error functions take constant pointers to strings for their format.jmallett2002-06-121-1/+1
* Prefer BSDmakefile over makefile and Makefile.obrien2002-04-131-1/+1
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-2/+3
* remove __Pimp2002-03-221-13/+13
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-1/+1
* Create tempfiles securely.kris2000-01-171-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a temp file race occurring only when -j is used.hoek1999-08-221-3/+3
* In these XXX MHz days, waiting 500ms for a process to do something isphk1997-04-211-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importsteve1996-10-081-0/+1
* Merge in NetBSD's changes to make(1). Changes include:steve1996-10-061-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-16/+16
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+233
OpenPOWER on IntegriCloud