aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-102/+127
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-071-1/+1
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-2/+0
* Constify the array of predefined shells. It turns out that we need twoHartmut Brandt2004-11-301-24/+27
* Add code to enforce the paralleism count (-j N) for the entire treePoul-Henning Kamp2004-11-121-1/+1
* Get rid of more local/remote leftoversPoul-Henning Kamp2004-11-111-1/+1
* Now with the remote job support removed there can be no remote jobs andHartmut Brandt2004-11-051-7/+1
* Remove the remote stuff from make. This actually never worked in our makeHartmut Brandt2004-11-041-22/+0
* Expand the scope of the .SHELL specification to also coverRuslan Ermilov2004-10-231-0/+4
* Change the select timeout from 100ms to 2 seconds now that SIGCHILD isScott Long2003-12-191-2/+2
* Remove extern declarations from functions and source files where they wouldJuli Mallett2002-10-091-0/+2
* Give make(1) the ability to use KQUEUE to wait for worker processesPoul-Henning Kamp2002-10-041-0/+2
* Don't declare things as extern when they will be static.Juli Mallett2002-09-261-1/+6
* #define<space> -> #define<tab>Juli Mallett2002-09-171-19/+19
* The error functions take constant pointers to strings for their format.Juli Mallett2002-06-121-1/+1
* Prefer BSDmakefile over makefile and Makefile.David E. O'Brien2002-04-131-1/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-2/+3
* remove __PWarner Losh2002-03-221-13/+13
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-1/+1
* Create tempfiles securely.Kris Kennaway2000-01-171-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a temp file race occurring only when -j is used.Tim Vanderhoek1999-08-221-3/+3
* In these XXX MHz days, waiting 500ms for a process to do something isPoul-Henning Kamp1997-04-211-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+1
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-16/+16
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+233