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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace fixing
obrien
2006-07-17
1
-8
/
+8
*
Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.
ru
2005-12-05
1
-16
/
+11
*
Quickly fix brokeness in revision 1.157, that change was
davidxu
2005-12-01
1
-4
/
+4
*
- match_var: do not address memory at invalid address (`len' can be greater
fjoe
2005-11-30
1
-2
/
+4
*
Fix the type of the variable 'debug'. It is used as a bitmap, so the
harti
2005-09-07
1
-1
/
+1
*
The caller of Var_Value() should not change the variable value. Make
harti
2005-05-24
1
-1
/
+1
*
Get rid of the third argument to Var_Value() the pointer it pointed
harti
2005-05-24
1
-3
/
+2
*
Factor out all the .SHELL parsing related stuff into its own file and
harti
2005-05-24
1
-0
/
+1
*
Before doing any parsing parse the builtin shell specifications and
harti
2005-05-24
1
-0
/
+7
*
Get rid of global variables for argument vectors produced by brk_string()
harti
2005-05-18
1
-7
/
+5
*
Make sure machine is initialize before use. Also make two pointers const
harti
2005-05-12
1
-4
/
+5
*
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
1
-18
/
+18
*
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
harti
2005-05-12
1
-53
/
+29
*
Reshuffle functions to get rid of prototypes.
harti
2005-05-12
1
-108
/
+102
*
Move variable printing from main.c to var.c
harti
2005-05-12
1
-28
/
+1
*
Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
harti
2005-05-12
1
-4
/
+5
*
Move some global variables to the correct files.
harti
2005-05-12
1
-3
/
+0
*
Path_Expand() expects its first argument to be writeable so put the
harti
2005-05-10
1
-1
/
+2
*
Move the remaining two prototypes from nonints.h to make.h and
harti
2005-05-10
1
-1
/
+0
*
Merge compat.c into job.c. There is a lot in common between these
harti
2005-05-10
1
-1
/
+0
*
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
harti
2005-05-10
1
-109
/
+0
*
Make make a little bit more POSIXish with regard to option parsing:
harti
2005-05-10
1
-4
/
+18
*
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
harti
2005-05-09
1
-2
/
+2
*
Introduce a new pseudo-target .EXPORTVAR which allows to put a
harti
2005-05-06
1
-1
/
+4
*
Implement a pseudo-target .WARN that allows toggeling the warning flags
harti
2005-04-29
1
-4
/
+56
*
Introduce a flag to enable extended warnings (-x) and make them off
harti
2005-04-28
1
-4
/
+13
*
Remove an unneccesary forward declaration for MainParseArgs().
harti
2005-04-11
1
-20
/
+34
*
Remove the call to Parse_Init() - there is no need to initialize
harti
2005-04-11
1
-2
/
+0
*
Style: Indentation.
harti
2005-04-01
1
-133
/
+133
*
Almost complete rewrite of the archive code (except for the Makefile parsing
harti
2005-03-31
1
-3
/
+7
*
Make paths an explicite datatype instead of using the generic Lst.
harti
2005-03-23
1
-9
/
+10
*
An automatic variable in a local scope is (conceptionally) destroyed with
harti
2005-03-22
1
-1
/
+1
*
Simplify buffer access by using Buf_Data() and Buf_Peel() where
harti
2005-03-22
1
-1
/
+1
*
Replace a bogus use of Lst_Find with explicite LST_FOREACH calls
harti
2005-03-18
1
-8
/
+14
*
Remove leading underscores from the pathname defines. All identifiers
harti
2005-03-11
1
-8
/
+8
*
Use Buf_Peel to get rid of a local variable.
harti
2005-03-08
1
-4
/
+3
*
Buf_GetAll wants a pointer as its second argument, not a boolean -
harti
2005-02-28
1
-1
/
+1
*
Change the return value of Var_Subst to return a Buffer instead
harti
2005-02-25
1
-22
/
+29
*
Fix two typos in comments.
harti
2005-02-17
1
-2
/
+2
*
Mostly stylistic issues: move a variable into local scope, make
harti
2005-02-16
1
-36
/
+48
*
Better version of the patch in 1.117: bring a variable into local scope
harti
2005-02-16
1
-10
/
+15
*
Back out the previous commit. There is an obvious bug in it.
harti
2005-02-13
1
-12
/
+10
*
Stylistic fixes: push variable into a local context (this part is going
harti
2005-02-11
1
-10
/
+12
*
Introduce Buf_StripNewLines() and use it where appropriate.
harti
2005-02-07
1
-51
/
+25
*
Some more easy constification.
harti
2005-02-04
1
-11
/
+16
*
Convert several typedefs from beeing pointers to structs to be the structs
harti
2005-02-02
1
-1
/
+2
*
Remove debugging stuff that crept in in the previous commit.
harti
2005-02-01
1
-5
/
+0
*
Clean up include files and file including. Split nonints.h into pieces
harti
2005-02-01
1
-13
/
+23
*
Fix quoting of the MAKEFLAGS environment variable by only quoting spaces
harti
2005-01-26
1
-8
/
+19
[next]