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
*
Split VarFind() into a series of functions tailored for the different sets
harti
2005-04-13
1
-70
/
+94
*
Parse_Init() is gone so remove comments that mention it.
harti
2005-04-11
1
-11
/
+0
*
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
*
Rework the directive parsing code. Instead of using a lot of strcmp()s
harti
2005-04-11
6
-599
/
+673
*
Move the code for parsing .for and .if statements to the place where the
harti
2005-04-08
1
-56
/
+42
*
When Parse_Error is called after the top-level Makefile is closed we
harti
2005-04-07
1
-3
/
+7
*
Handle popping of the input stack in ParseReadLine() instead of
harti
2005-04-07
1
-341
/
+329
*
Mostly stylistic changes: remove the noPLen field from the Shell
harti
2005-04-07
1
-64
/
+67
*
There is not much sense in having an else after Punt() and _exit() which
harti
2005-04-05
1
-48
/
+56
*
Put parantheses into 'if (foo && bar & flag)'. While they are not strictly
harti
2005-04-05
1
-2
/
+2
*
Remove lots if irritating parantheses and fix two comments.
harti
2005-04-05
1
-28
/
+28
*
Remove the definition for STATIC and just use static.
harti
2005-04-05
1
-10
/
+8
*
Remove unneccessary local prototypes.
harti
2005-04-05
1
-7
/
+0
*
The static tfile is used only in one single function so move it into that
harti
2005-04-05
1
-6
/
+1
*
The tfile field of struct Job isn't used anymore since revision 1.22 so
harti
2005-04-05
1
-3
/
+0
*
Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs list
harti
2005-04-01
1
-40
/
+36
*
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
2
-171
/
+172
*
Style: fix indentation.
harti
2005-04-01
1
-357
/
+349
*
Style: fix indentation.
harti
2005-04-01
1
-63
/
+51
*
Style: indentation.
harti
2005-04-01
1
-475
/
+473
*
Style: Indentation.
harti
2005-04-01
1
-133
/
+133
*
Style: fix indentation.
harti
2005-04-01
1
-886
/
+875
*
Style: fix indentation.
harti
2005-04-01
1
-202
/
+179
*
Style: fix indentation.
harti
2005-04-01
1
-307
/
+268
*
Style: fix indentation.
harti
2005-04-01
1
-1882
/
+1818
*
Document the new -A flag for ignoring archive errors.
harti
2005-03-31
1
-2
/
+5
*
Almost complete rewrite of the archive code (except for the Makefile parsing
harti
2005-03-31
3
-431
/
+500
*
Move the MAX macro to a util.h so it becomes usable in other modules.
harti
2005-03-31
2
-4
/
+4
*
Make the structure for handling the input stack local to the parse
harti
2005-03-30
5
-165
/
+127
*
Fix a bug introduced in a previous commit: ParseModifier() consumes
harti
2005-03-30
1
-15
/
+30
*
Style: de-lispify by removing extra parantheses in conditional expressions.
harti
2005-03-23
1
-19
/
+18
*
Style: make indentation 8 characters.
harti
2005-03-23
1
-1600
/
+1679
*
Make paths an explicite datatype instead of using the generic Lst.
harti
2005-03-23
10
-293
/
+273
*
Style: <space><tab> -> <tab>
harti
2005-03-22
1
-34
/
+33
*
Rename struct Path to struct Dir and move it into the C-file. It
harti
2005-03-22
2
-28
/
+29
*
Remove debugging code that crept in in the last commit.
harti
2005-03-22
1
-7
/
+0
*
Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.
harti
2005-03-22
2
-48
/
+8
*
Remove the last two instances of Lst_Find() calls.
harti
2005-03-22
2
-55
/
+35
*
Use VarParse() inside var.c instead of Var_Parse().
harti
2005-03-22
1
-20
/
+33
*
Unify callers to Var_Parse() with regard to variable names.
harti
2005-03-22
1
-27
/
+26
*
Make some callers of VarFind using the same code structure.
harti
2005-03-22
1
-28
/
+33
*
De-lispify some if()-expressions by removing extra parantheses.
harti
2005-03-22
1
-14
/
+14
*
Return a Buf object from VarGetPattern() instead of a char * and a size_t.
harti
2005-03-22
3
-45
/
+34
*
Use the struct VarPattern's lhs field instead of using an extra variable
harti
2005-03-22
1
-6
/
+5
*
Merge struct VarREPattern into struct VarPattern. This will help sorting
harti
2005-03-22
3
-15
/
+12
*
Sort prototypes.
harti
2005-03-22
1
-18
/
+18
*
Fix indentation.
harti
2005-03-22
1
-13
/
+13
*
Delete an extra empty line.
harti
2005-03-22
1
-1
/
+1
[next]