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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that files included using ".include <foo>" are really
ru
2005-10-17
1
-17
/
+16
*
Revise the manpage to a certain extent, mostly with respect to
yar
2005-10-14
1
-32
/
+68
*
__MAKE_CONF doesn't really belong here because it is
yar
2005-10-12
1
-10
/
+1
*
Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.
yar
2005-10-10
1
-4
/
+13
*
Make sure that the created fifo gets deleted if the top level make instance
scottl
2005-10-09
1
-0
/
+2
*
Remove redundant `\&' escapes.
ru
2005-09-27
1
-28
/
+28
*
Fixup previous commit.
ru
2005-09-27
1
-3
/
+2
*
Please ship the pointy hat to its home position.
phk
2005-09-26
1
-2
/
+0
*
Update coordinates for "mph" hash generator now that it lives in ports.
phk
2005-09-26
1
-1
/
+1
*
Add a .sinclude directive which does the exact same as .include, except
phk
2005-09-26
4
-20
/
+45
*
Fix the type of the variable 'debug'. It is used as a bitmap, so the
harti
2005-09-07
1
-1
/
+1
*
Fix all the spelling mistakes I could find in the man pages for words
keramida
2005-07-31
1
-1
/
+1
*
Fix the "..." special command. If this command is found all further
harti
2005-07-19
1
-1
/
+1
*
Markup and wording fixes.
ru
2005-06-14
1
-9
/
+14
*
Under certain conditions the condition parser would go one past end of
harti
2005-05-25
1
-1
/
+1
*
Document why there is a dependency of certain object files from the
harti
2005-05-25
1
-0
/
+6
*
The caller of Var_Value() should not change the variable value. Make
harti
2005-05-24
5
-14
/
+15
*
Get rid of the third argument to Var_Value() the pointer it pointed
harti
2005-05-24
8
-65
/
+26
*
Make shell.o dependend on the Makefile just in case someone changes
harti
2005-05-24
1
-1
/
+1
*
Bump the warning level to 6.
harti
2005-05-24
1
-1
/
+1
*
Fix a 64-bit warning by casting an int64_t to intmax_t and printing it
harti
2005-05-24
1
-1
/
+2
*
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
harti
2005-05-24
4
-123
/
+193
*
Factor out all the .SHELL parsing related stuff into its own file and
harti
2005-05-24
7
-477
/
+588
*
Use the name of the default shell instead of a numeric index to select
harti
2005-05-24
3
-8
/
+4
*
Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")
harti
2005-05-24
2
-8
/
+18
*
Describe the meta and builtins attributes for the .SHELL special
harti
2005-05-24
1
-0
/
+14
*
Describe the -x option and the .WARN pseudo-target.
harti
2005-05-24
1
-0
/
+33
*
Before doing any parsing parse the builtin shell specifications and
harti
2005-05-24
3
-178
/
+204
*
Allow the .SHELL target to specify the list of shell meta characters and
harti
2005-05-24
1
-289
/
+305
*
Make the ArgArray_Init() function visible to the rest of make.
harti
2005-05-23
2
-1
/
+2
*
Get rid of global variables for argument vectors produced by brk_string()
harti
2005-05-18
7
-211
/
+263
*
Get rid of the ReturnStatus obscuration that was anyway used only
harti
2005-05-18
8
-45
/
+32
*
Use the print_flags function to print the OP_ flags of a target.
harti
2005-05-13
4
-41
/
+28
*
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
harti
2005-05-13
16
-81
/
+27
*
Make Shell_Init() static - it's only used here.
harti
2005-05-13
2
-10
/
+9
*
Include <err.h>. On my system CVS Make(1) has an implicit declaration of
jmallett
2005-05-12
1
-0
/
+1
*
Still too early to bump WARNS - there are still warnings on 64bit
harti
2005-05-12
1
-1
/
+1
*
Make sure machine is initialize before use. Also make two pointers const
harti
2005-05-12
1
-4
/
+5
*
Get rid of the warning about vfork() clobbering variables.
harti
2005-05-12
1
-4
/
+9
*
Do mktemp() by hand to get rid of the mktemp() warning and the
harti
2005-05-12
1
-17
/
+102
*
Use a variable initialized to a string instead of the string directly
harti
2005-05-12
2
-7
/
+8
*
Move code in CondToken() and get rid of a goto.
harti
2005-05-12
1
-12
/
+11
*
Remove a useless else and un-indent the following code.
harti
2005-05-12
1
-377
/
+378
*
Revert the previous accidential commit.
harti
2005-05-12
1
-1
/
+1
*
Cleanup SuffFindArchDeps() to get rid of two const-warnings.
harti
2005-05-12
2
-12
/
+10
*
The first element of the vector built by brk_string() is never
harti
2005-05-12
2
-10
/
+15
*
Cleanup. Move initialisation of file and program global variables
harti
2005-05-12
1
-56
/
+56
*
Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().
harti
2005-05-12
3
-18
/
+30
*
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
harti
2005-05-12
3
-53
/
+63
*
Reshuffle functions to get rid of prototypes.
harti
2005-05-12
1
-108
/
+102
[next]