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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup handling of colons in variable substitutions.
harti
2005-03-18
1
-50
/
+41
*
Unfold parsing of single letter modifiers from multi-letter ones.
harti
2005-03-18
1
-196
/
+258
*
Style: fix indentation and <space><tab>.
harti
2005-03-18
1
-584
/
+596
*
Split out the 'S' modifier into its own function.
harti
2005-03-18
1
-80
/
+83
*
Convert Var_Parse to a wrapper function.
harti
2005-03-18
1
-60
/
+82
*
Replace Lst_Find calls with LST_FOREACH loops. This helps in
harti
2005-03-18
2
-48
/
+15
*
Replace a bogus use of Lst_Find with explicite LST_FOREACH calls
harti
2005-03-18
1
-8
/
+14
*
Fix a bug in matching suffixes. Under certain circumstances the code
harti
2005-03-18
1
-44
/
+25
*
Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left
harti
2005-03-16
2
-89
/
+3
*
Replace Lst_ForEach by LST_FOREACH.
harti
2005-03-16
2
-43
/
+12
*
Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.
harti
2005-03-16
1
-145
/
+99
*
Dike out another kvm indiscretion.
phk
2005-03-16
1
-0
/
+2
*
Fix a comment.
harti
2005-03-16
1
-3
/
+1
*
Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH and
harti
2005-03-16
1
-204
/
+109
*
Ups. Revert the last commits. These have been committed by accident.
harti
2005-03-15
4
-462
/
+431
*
modifier_M: instead of going through the string twice to compute the
harti
2005-03-15
5
-452
/
+472
*
Style: Move a variable from a local scope up to the begin of the function.
harti
2005-03-15
1
-41
/
+38
*
Dike out unwarranted si_udev fondling.
phk
2005-03-15
1
-1
/
+2
*
Get rid of a number of Lst_ForEach calls in favour of LST_FOREACH
harti
2005-03-15
1
-69
/
+26
*
VarParseLong: move the detection of the modifier separator ':' into
harti
2005-03-15
1
-19
/
+23
*
Yet another version of passing the last line to ParseFinishLine().
harti
2005-03-15
1
-2
/
+2
*
Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid
harti
2005-03-14
1
-70
/
+38
*
ParseModifier(): rename rw_str to value and reindent cleanup section.
harti
2005-03-14
1
-70
/
+72
*
Move the creation of a Src structure into its own function.
harti
2005-03-14
1
-43
/
+33
*
Split off two function from VarParseLong to handle modifiers and the
harti
2005-03-14
1
-172
/
+221
*
Convert a couple of other uses of Lst_ForEach to LST_FOREACH and
harti
2005-03-14
1
-48
/
+40
*
A handful of minor portability and style improvements.
kientzle
2005-03-14
3
-15
/
+16
*
Style correction: one tab after #define.
kientzle
2005-03-14
1
-46
/
+47
*
Re-unbreak the distfile target.
kientzle
2005-03-13
1
-3
/
+4
*
Fix a compile warning, fix the build.
kientzle
2005-03-13
1
-1
/
+1
*
"make depend" with .y files is trickier than it looks. <sigh>
kientzle
2005-03-13
1
-3
/
+2
*
Brain-o. Missing quote.
kientzle
2005-03-13
1
-1
/
+1
*
Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-than
kientzle
2005-03-13
9
-39
/
+1067
*
Remove an unused #define. md5's with and without this commit match.
ceri
2005-03-13
1
-1
/
+0
*
Add --strip-components option, per bin/77666.
kientzle
2005-03-13
5
-2
/
+72
*
Use socklen_t where appropriate.
stefanf
2005-03-11
1
-1
/
+2
*
Simplify the print routines by using LST_FOREACH instead of Lst_ForEach
harti
2005-03-11
3
-64
/
+66
*
Remove leading underscores from the pathname defines. All identifiers
harti
2005-03-11
3
-25
/
+29
*
Remove the leading underscore from structure tags. All identifiers
harti
2005-03-11
2
-5
/
+5
*
Style: Fix indentation.
harti
2005-03-11
1
-1117
/
+1129
*
Call ParseFinishLine() also for the last line in a file. This
harti
2005-03-11
1
-0
/
+3
*
Back out the last commit. It turns out that this breaks more than
harti
2005-03-11
1
-3
/
+0
*
Constify Var_Dump and simplify it by inlining VarPrintVar.
harti
2005-03-10
2
-15
/
+9
*
Call ParseFinishLine() for the last line of a file too.
harti
2005-03-10
1
-0
/
+3
*
Reorganize Suff_EndTransform to be called only for nodes for
harti
2005-03-10
3
-44
/
+40
*
Style: fix function style before working on it (mainly intendation).
harti
2005-03-10
1
-30
/
+30
*
Add limits on the number of elements in the sack scoreboard both
ps
2005-03-09
1
-0
/
+1
*
Add myself.
novel
2005-03-09
1
-0
/
+1
*
Implement a new macro LST_NEXT which is like Lst_Succ but doesn't check
harti
2005-03-09
1
-0
/
+1
*
Split SuffExpandChildren into three functions: one that skips
harti
2005-03-09
1
-179
/
+190
[next]