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
*
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
*
Fix most cases where the address of an int is passed to a function expecting a
stefanf
2005-02-14
1
-1
/
+1
*
Expand contractions.
ru
2005-02-13
5
-6
/
+6
*
Expand *n't contractions.
ru
2005-02-13
35
-49
/
+49
*
New order after _netcat has been changed to _nc: sort the list.
delphij
2005-02-13
1
-1
/
+1
*
Back out the previous commit. There is an obvious bug in it.
harti
2005-02-13
1
-12
/
+10
*
Spell the variable as underscore plus their possible value, to follow
delphij
2005-02-13
1
-2
/
+2
*
Forgotten to commit this file during the last commit. Connect nc(1)
delphij
2005-02-13
1
-0
/
+5
*
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
*
Fixed usage().
ru
2005-02-10
1
-2
/
+3
*
Require at least one argument.
ru
2005-02-10
2
-10
/
+6
*
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
*
back out 1.7 changes, unneeded and possibly wrong.
alfred
2005-02-10
1
-9
/
+6
*
Turn K&R functions into prototypes.
stefanf
2005-02-10
1
-17
/
+6
*
Let the generated code include <string.h> instead of <memory.h>.
stefanf
2005-02-10
1
-2
/
+2
*
Use defines for character constants for open and closing braces and
harti
2005-02-09
1
-11
/
+22
*
Fixed the misplaced $FreeBSD$.
ru
2005-02-09
2
-23
/
+25
*
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
*
Include missing headers.
stefanf
2005-02-09
4
-0
/
+6
*
Avoid usage of implicit int.
stefanf
2005-02-07
1
-1
/
+2
*
Include <stdlib.h> for exit().
stefanf
2005-02-07
1
-0
/
+1
*
Add a prototype for localupdate().
stefanf
2005-02-07
1
-0
/
+1
*
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
*
Fix bugs in the previous commit.
ru
2005-02-07
1
-2
/
+2
*
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
*
Revamp several Makefile nits:
delphij
2005-02-07
1
-2
/
+3
*
Finish the import of nc(1) from OpenBSD. This includes:
delphij
2005-02-06
1
-0
/
+11
*
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
*
Save last displayed file by having the "last" pointer global and save it
delphij
2005-02-04
1
-6
/
+8
*
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
[next]