index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
job.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. Add the ability to tweak the token output before targets in job mode.
obrien
2008-12-29
1
-0
/
+1
*
Exit with error code 2 when run with -k (continue if errors) and build failed.
fjoe
2008-12-18
1
-1
/
+1
*
Implement "Remaking Makefiles" feature:
fjoe
2007-03-08
1
-0
/
+2
*
Factor out all the .SHELL parsing related stuff into its own file and
harti
2005-05-24
1
-3
/
+0
*
Before doing any parsing parse the builtin shell specifications and
harti
2005-05-24
1
-0
/
+2
*
Get rid of global variables for argument vectors produced by brk_string()
harti
2005-05-18
1
-1
/
+1
*
Get rid of the ReturnStatus obscuration that was anyway used only
harti
2005-05-18
1
-1
/
+1
*
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
harti
2005-05-13
1
-1
/
+1
*
Make Shell_Init() static - it's only used here.
harti
2005-05-13
1
-1
/
+0
*
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
harti
2005-05-12
1
-0
/
+2
*
Compat_RunCommand is used only in job.c so make it static there.
harti
2005-05-12
1
-1
/
+0
*
Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
harti
2005-05-12
1
-2
/
+0
*
Make shellPath and shellName static - they're used in job.c only.
harti
2005-05-10
1
-2
/
+0
*
Move the defines for TMPPAT and KQUEUE from the public job.h into job.c
harti
2005-05-10
1
-12
/
+0
*
Merge compat.c into job.c. There is a lot in common between these
harti
2005-05-10
1
-1
/
+5
*
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
harti
2005-05-10
1
-0
/
+3
*
Remove a forward declaration that isn't needed anymore.
harti
2005-04-01
1
-1
/
+0
*
Both struct Job and struct Shell are only used inside job.c so there is
harti
2005-04-01
1
-160
/
+0
*
Clean up include files and file including. Split nonints.h into pieces
harti
2005-02-01
1
-102
/
+127
*
Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of
harti
2004-12-07
1
-1
/
+1
*
Stylification: missing spaces, extra space after function names, casts
harti
2004-11-30
1
-2
/
+0
*
Constify the array of predefined shells. It turns out that we need two
harti
2004-11-30
1
-24
/
+27
*
Add code to enforce the paralleism count (-j N) for the entire tree
phk
2004-11-12
1
-1
/
+1
*
Get rid of more local/remote leftovers
phk
2004-11-11
1
-1
/
+1
*
Now with the remote job support removed there can be no remote jobs and
harti
2004-11-05
1
-7
/
+1
*
Remove the remote stuff from make. This actually never worked in our make
harti
2004-11-04
1
-22
/
+0
*
Expand the scope of the .SHELL specification to also cover
ru
2004-10-23
1
-0
/
+4
*
Change the select timeout from 100ms to 2 seconds now that SIGCHILD is
scottl
2003-12-19
1
-2
/
+2
*
Remove extern declarations from functions and source files where they would
jmallett
2002-10-09
1
-0
/
+2
*
Give make(1) the ability to use KQUEUE to wait for worker processes
phk
2002-10-04
1
-0
/
+2
*
Don't declare things as extern when they will be static.
jmallett
2002-09-26
1
-1
/
+6
*
#define<space> -> #define<tab>
jmallett
2002-09-17
1
-19
/
+19
*
The error functions take constant pointers to strings for their format.
jmallett
2002-06-12
1
-1
/
+1
*
Prefer BSDmakefile over makefile and Makefile.
obrien
2002-04-13
1
-1
/
+1
*
Fix copyrights, and undo SCS ID damage.
obrien
2002-04-13
1
-2
/
+3
*
remove __P
imp
2002-03-22
1
-13
/
+13
*
There's no reason to use fancy forms of NULL. Replace all instances
will
2000-12-02
1
-1
/
+1
*
Create tempfiles securely.
kris
2000-01-17
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a temp file race occurring only when -j is used.
hoek
1999-08-22
1
-3
/
+3
*
In these XXX MHz days, waiting 500ms for a process to do something is
phk
1997-04-21
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
O' to be bitten by CVS. Cleanup after import
steve
1996-10-08
1
-0
/
+1
*
Merge in NetBSD's changes to make(1). Changes include:
steve
1996-10-06
1
-1
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Bring in a number of changes from NetBSD's make, fixing quite a few
jkh
1995-01-23
1
-16
/
+16
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+233