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
*
Expand *n't contractions.
ru
2005-02-13
1
-5
/
+5
*
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
*
Convert several instances of negative logic to positive logic.
harti
2005-02-11
1
-85
/
+84
*
Buffers are already NUL-terminated so there is no need to explicitely add
harti
2005-02-10
1
-1
/
+0
*
Mostly stylistic nits in preparation for splitting up Var_Parse:
harti
2005-02-10
1
-15
/
+19
*
Let the buffer just use the default size by specifying 0 as the size
harti
2005-02-10
1
-1
/
+1
*
Mark the modification of the input string (which should really be const)
harti
2005-02-10
1
-1
/
+1
*
Style nits:
harti
2005-02-10
1
-7
/
+13
*
Describe a pre-condition of Var_Parse().
harti
2005-02-10
1
-0
/
+3
*
Remove a comment that's not actual anymore.
harti
2005-02-10
1
-3
/
+0
*
Fix spacing by converting mixes of space and tab to tab. Also add a number
harti
2005-02-10
4
-41
/
+46
*
Initialise the status variable. W_SETTERMSIG uses its value.
harti
2005-02-10
1
-0
/
+1
*
Lst_Append returns void, so the other case of the ? statement
harti
2005-02-10
1
-1
/
+1
*
Use defines for character constants for open and closing braces and
harti
2005-02-09
1
-11
/
+22
*
While working on constification temporarily disable -Werror. Things are too
harti
2005-02-09
1
-0
/
+1
*
Untangle VarFind and, while rewriting most of the function, fix the
harti
2005-02-09
1
-45
/
+51
*
Introduce VarCreate and VarDestroy functions and used them where
harti
2005-02-09
1
-58
/
+51
*
Remove an unneeded check.
harti
2005-02-07
1
-1
/
+4
*
Introduce a typedef for variable value modifation functions and use it
harti
2005-02-07
2
-14
/
+12
*
Make the intention of a loop clearer.
harti
2005-02-07
1
-4
/
+5
*
Introduce Buf_StripNewLines() and use it where appropriate.
harti
2005-02-07
6
-58
/
+70
*
Invent a Buf_AppendRange function that appends a non-NUL-terminated string
harti
2005-02-07
6
-12
/
+22
*
Invent a Buf_Append function to append a NUL-terminated string
harti
2005-02-07
7
-39
/
+43
*
Where the returned line length from Buf_GetAll is not used just pass
harti
2005-02-04
2
-6
/
+3
*
Rewrite of the buf code:
harti
2005-02-04
2
-169
/
+95
*
None of the users of Buf_Discard used it to get rid of only a part of
harti
2005-02-04
4
-28
/
+13
*
Inline the ADDWORD() macro in the two places where it is used. It just
harti
2005-02-04
1
-10
/
+11
*
Use _exit() instead of exit() when the exec() after a vfork() fails.
harti
2005-02-04
1
-1
/
+1
*
Move PrintAddr() from util.c into suff.c - the only file where it is
harti
2005-02-04
3
-12
/
+17
*
General whitespace cleanup: remove mixes of tabs and spaces, remove
harti
2005-02-04
7
-86
/
+85
*
Minor cleanup: make brk_string to return argc only if the pointer to it
harti
2005-02-04
2
-15
/
+6
*
Further constification. Use a temporary hack (copying the input string)
harti
2005-02-04
2
-42
/
+52
*
Use an extra variable to assign to instead of missusing an input
harti
2005-02-04
1
-7
/
+7
*
Replace space, tab mixes by tabs.
harti
2005-02-04
1
-5
/
+5
*
Use tabs to move to the comments instead of wild mixes of tabs and spaces.
harti
2005-02-04
1
-14
/
+14
*
Style: line up with tabulators.
harti
2005-02-04
1
-6
/
+6
*
Use a typedef for the conditional handler function so that declaring
harti
2005-02-04
1
-7
/
+9
*
Style: remove a space between a function name and the opening
harti
2005-02-04
1
-1
/
+1
*
Some more easy constification.
harti
2005-02-04
14
-56
/
+65
*
Constify an argument to a function.
harti
2005-02-03
1
-3
/
+3
*
Get rid of a number of unneccessary memory allocations.
harti
2005-02-03
1
-16
/
+10
*
Make enomem static - it's referenced only in util.c.
harti
2005-02-02
2
-2
/
+3
*
Remove a couple of unused buffer functions.
harti
2005-02-02
2
-158
/
+0
*
Convert several typedefs from beeing pointers to structs to be the structs
harti
2005-02-02
11
-88
/
+95
*
Move all the remaining list functions into one C-file and remove
harti
2005-02-01
13
-977
/
+482
*
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
49
-628
/
+1372
*
Fix quoting of the MAKEFLAGS environment variable by only quoting spaces
harti
2005-01-26
5
-11
/
+146
*
Sort sections.
ru
2005-01-18
1
-29
/
+29
[next]