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
*
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
*
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
*
Quote example file names consistently, and fix a small grammatical nit.
ceri
2005-02-04
1
-2
/
+2
*
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
*
Clarify a bit the BUGS section.
keramida
2005-02-03
1
-4
/
+3
*
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
*
Modify rpcgen -t output to something that's a lot more useful in
alfred
2005-02-02
1
-6
/
+9
*
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
*
Avoid unconditional increasing of variable leading to SIGSEGV, if req'd
phantom
2005-02-01
1
-1
/
+1
*
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
*
Add text about jail root directory as well.
phk
2005-01-30
1
-5
/
+6
*
Report jail directory if set.
phk
2005-01-29
1
-0
/
+15
*
Clean up after utilizing FILES.
ru
2005-01-28
1
-6
/
+3
*
Let bsd.prog.mk set SRCS and MAN to their default values.
ru
2005-01-28
10
-12
/
+0
*
Update kdump manual page with information on the dump format.
gnn
2005-01-28
1
-1
/
+62
*
Remove unnecessary SRCS= where could be guessed directly by our
delphij
2005-01-27
5
-5
/
+0
*
Fix quoting of the MAKEFLAGS environment variable by only quoting spaces
harti
2005-01-26
5
-11
/
+146
*
Correct some style nits that I have mistakenly submitted as
delphij
2005-01-26
1
-9
/
+15
*
Document the recent fsync(1) changes.
ssouhlal
2005-01-26
1
-1
/
+6
[next]