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
*
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
*
Fix dubious C code construct.
stefanf
2005-03-09
1
-1
/
+1
*
Var_Subst() cannot return NULL so there is no reason to check
harti
2005-03-09
1
-105
/
+92
*
Style: fix indentation of SuffExpandChildren before working on it.
harti
2005-03-08
1
-178
/
+194
*
Use Buf_Peel to get rid of a local variable.
harti
2005-03-08
1
-4
/
+3
*
Use the Buf_Peel function to get to the string contained into a
harti
2005-03-08
1
-5
/
+1
*
Remove useless local prototypes.
harti
2005-03-08
1
-4
/
+0
*
Style: fix indentation.
harti
2005-03-08
1
-506
/
+516
*
Use the new Buf_Peel function to simplify things.
harti
2005-03-08
1
-30
/
+9
*
Create a new function Buf_Peel that returns the string from inside
harti
2005-03-08
2
-0
/
+20
*
Use 12 columns for (int) values, 20 columns for (long) and align
keramida
2005-03-08
1
-47
/
+50
*
Sync with upstream:
fanf
2005-03-08
2
-52
/
+96
*
Add a debugging function that prints a message and appends the
harti
2005-03-08
2
-0
/
+24
*
Mark functions that don't return as dead.
harti
2005-03-08
1
-4
/
+4
*
Finish constification of Var_Parse() and Var_Subst().
harti
2005-03-08
2
-41
/
+32
*
Document the '-i' option which allows the user to specify a ktr events
hmp
2005-03-08
1
-0
/
+5
*
Constify the callers of brk_string in this file.
harti
2005-03-07
1
-18
/
+24
*
Style: fix indendation of VarModify().
harti
2005-03-07
1
-15
/
+15
*
Constify the input argument to brk_string.
harti
2005-03-07
2
-3
/
+5
*
Factor out the 'S' modifier into its own function. Move a variable
harti
2005-03-07
1
-174
/
+183
*
Move the 'M' and 'N' modifiers into their own function.
harti
2005-03-07
1
-49
/
+63
*
Change fix a bug where the length of data written by snprintf was
alfred
2005-03-03
1
-1
/
+1
*
Style: remove unneeded parantheses in conditionals.
harti
2005-03-03
1
-8
/
+8
*
Constify the code paths for the 'M' and 'N' modifiers.
harti
2005-03-03
1
-52
/
+62
*
Fix parsing of archives: in System V archive format the member names
harti
2005-03-03
1
-2
/
+4
*
Fix parsing of archive specifications on the target side of
harti
2005-03-03
1
-0
/
+1
*
Update the description comment of the function to reflect the
harti
2005-03-03
1
-5
/
+2
*
Transform VarParseLong() so that the lifetime and the constness of
harti
2005-03-03
1
-139
/
+143
*
If a user or group is not known, report the problem user/group, rather than
delphij
2005-03-03
1
-3
/
+3
*
Move the check for the error case (variable ends without a closing
harti
2005-03-02
1
-18
/
+17
*
Fix indentation on a block of code.
harti
2005-03-02
1
-27
/
+27
*
Push the length computation down into VarParseShort().
harti
2005-03-02
1
-17
/
+27
*
Convert a function call to Lst_ForEach with a macro call to LST_FOREACH.
harti
2005-03-02
1
-16
/
+17
*
Wrap BSD r* commands in NO_RCMDS.
trhodes
2005-03-02
1
-2
/
+7
*
Add an entry for myself.
jcamou
2005-03-02
1
-0
/
+1
*
Use the LST_FOREACH macro instead of the Lst_ForEach function. This
harti
2005-03-02
1
-18
/
+24
*
Make sure the length variable is initialized to 0 before passing
harti
2005-03-01
5
-12
/
+18
*
Split out ParseModifiers from VarParseLong.
harti
2005-03-01
1
-590
/
+603
*
VarParseLong: Create new else block for haveModifier. Move the call
harti
2005-03-01
1
-37
/
+49
*
Add myself to the calendar.
flz
2005-03-01
1
-0
/
+1
*
Reverse a condition so that the else clause can be changed
harti
2005-03-01
1
-39
/
+38
*
VarParseLong: Move the initialisation of dynamic up which saves
harti
2005-02-28
1
-3
/
+7
*
Buf_GetAll wants a pointer as its second argument, not a boolean -
harti
2005-02-28
1
-1
/
+1
*
Don't modify the input string in VarParseLong(). It is not
harti
2005-02-28
1
-15
/
+6
*
Add my birthday.
barner
2005-02-27
1
-0
/
+1
*
Make the format of LC_COLLATE files architecture independent.
ru
2005-02-27
1
-9
/
+23
*
Fix two cut'n'paste'os which violated format of NLS catalogs
phantom
2005-02-27
1
-4
/
+2
*
Fix build on sparc64.
ru
2005-02-27
1
-2
/
+2
[next]