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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing no's to the -o options list.
ru
2001-04-26
1
-6
/
+7
*
mdoc(7) police: fix markup.
ru
2001-04-26
1
-22
/
+23
*
Add support for -F flag (trivial as background check is never possible).
mckusick
2001-04-25
1
-1
/
+6
*
Add support for running foreground (-F) and background (-B) checks.
mckusick
2001-04-25
5
-49
/
+219
*
Add support for the -F flag which determines whether a specified
mckusick
2001-04-24
5
-83
/
+117
*
Say "add -r" rather than 'use -r' since the former is more correct.
imp
2001-04-24
2
-4
/
+2
*
sprintf() -> snprintf()
kris
2001-04-24
2
-3
/
+3
*
In fsdb, call sblock_init() which is now necessary to initialise
iedowse
2001-04-23
3
-0
/
+3
*
Reinstate one more old bugfix that got lost in the tirpc commit:
iedowse
2001-04-23
1
-15
/
+20
*
When exporting a directory that is not a mountpoint, mountd repeatedly
iedowse
2001-04-22
1
-0
/
+8
*
The introduction of IPv6 support from NetBSD's mountd invalidated
iedowse
2001-04-21
1
-243
/
+207
*
Fix a long-standing bug relating to the handling of SIGHUP: mountd
iedowse
2001-04-21
1
-4
/
+30
*
Fix bogon with the nodump flag.
jkh
2001-04-19
1
-5
/
+10
*
mdoc(7) police: normalize .Nd.
ru
2001-04-18
7
-11
/
+7
*
A few more mountd cleanups:
iedowse
2001-04-18
1
-37
/
+17
*
Various bugfixes and cleanups, mainly from Martin Blapp:
iedowse
2001-04-17
1
-68
/
+47
*
Add a missing argument to an error message format string.
kris
2001-04-17
1
-1
/
+1
*
Minor background cleanups:
mckusick
2001-04-16
5
-30
/
+87
*
mdoc(7) police: prepare for mdocNG.
ru
2001-04-16
2
-2
/
+2
*
Do not allow the soft updates flag to be set if the filesystem is dirty.
mckusick
2001-04-13
1
-1
/
+4
*
mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.
dd
2001-04-13
1
-7
/
+7
*
Back out most of revision 1.28: lists of diagnostics must use -diag,
dd
2001-04-13
1
-4
/
+3
*
Update comment to match ipfw/ipfw.c,v 1.95.
ru
2001-04-13
2
-6
/
+4
*
Match ip6fw's command line options to those of ipfw (specifically, added
gshapiro
2001-04-13
2
-21
/
+176
*
Fix a typo relating to the "-U" (force UDP for mount protocol)
iedowse
2001-04-11
1
-6
/
+7
*
Catch up to the dirpref changes by copying new fields in the alternate
jhb
2001-04-10
1
-0
/
+3
*
Split out all the RPC code into a separate function and address a
iedowse
2001-04-10
1
-233
/
+275
*
vnconfig(8) -> mdconfig(8).
ru
2001-04-10
1
-8
/
+6
*
Add information about the new options to newfs and tunefs which set the
nik
2001-04-10
2
-0
/
+12
*
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
mckusick
2001-04-10
3
-11
/
+77
*
Make the list in the DIAGNOSTICS section "-tag" instead of "-diag":
dd
2001-04-10
1
-2
/
+2
*
wd0 -> ad0
dd
2001-04-08
2
-4
/
+4
*
Don't make fsck go quite _that_ fast:
phk
2001-04-07
1
-1
/
+3
*
beforeinstall -> SCRIPTS.
ru
2001-04-07
3
-20
/
+7
*
Fixed some printf format errors (don't assume that ntohl() returns u_long).
bde
2001-04-05
1
-2
/
+2
*
mdoc(7) police: use .Nm instead of hardcoded name.
ru
2001-04-04
1
-1
/
+3
*
wd1s1a -> ad1s1a
nik
2001-04-04
1
-2
/
+2
*
Fixed style bugs in previous commit.
bde
2001-04-03
1
-4
/
+4
*
Document the newfs.c rev 1.33 changing the default c/g from 16 to 22.
obrien
2001-04-02
1
-1
/
+1
*
Fix patch merge braino.
obrien
2001-04-02
1
-2
/
+2
*
Allow enabling soft updates (with -U) on a new filesystem.
obrien
2001-04-02
3
-6
/
+18
*
Use fs->fs_ipg rather than cg->cg_niblk as the latter is only
mckusick
2001-03-31
1
-1
/
+1
*
- Back out the last (wrong) commit, and readd a modified version
ache
2001-03-31
1
-84
/
+162
*
Quoting from the email thrown around between kirk, bde and iedowse@..
adrian
2001-03-31
1
-1
/
+5
*
Remove two lint directives that aren't needed since rev 1.5.
obrien
2001-03-30
1
-2
/
+0
*
This change sanitizes the way fsck deals with pass numbers.
phk
2001-03-30
4
-61
/
+64
*
Allow specification of which source address to use for encapsulation.
phk
2001-03-28
1
-3
/
+18
*
Make rev 1.5 better match the rest of dump(8)'s output.
obrien
2001-03-27
1
-2
/
+2
*
Do not exit if unable to read /etc/dumpdates or create it.
obrien
2001-03-27
1
-2
/
+4
*
give the "netgrent" functions a home in netdb.h
alfred
2001-03-27
1
-5
/
+0
[next]