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
*
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
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
2
-113
/
+87
*
The common wisdom is to use the largest number of cylinders per group.
obrien
2001-03-27
1
-3
/
+4
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
92
-25
/
+95
*
Don't call daemon() and setup our signal handlers until after we check
alfred
2001-03-25
1
-41
/
+34
*
Disable ipv6 when getnetconfigent("udp6"/"tcp6") fails.
alfred
2001-03-25
1
-1
/
+2
*
Replace pmap_unset() with rpcb_unset() which fixes the unregistering.
alfred
2001-03-25
1
-2
/
+2
*
Deal with lack of IPv6 support gracefully.
alfred
2001-03-25
1
-4
/
+8
*
fix -o port=xxx
alfred
2001-03-25
1
-5
/
+8
*
Respect style(9), one must not include both <sys/types.h> and
roberto
2001-03-22
1
-1
/
+0
*
Include headers to unbreak world.
alfred
2001-03-21
1
-0
/
+2
*
Additions to run checks on live filesystems. This change will not
mckusick
2001-03-21
12
-168
/
+399
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Set the default manual section for sbin/ to 8.
ru
2001-03-20
83
-94
/
+39
*
Reboot(8) normally waits 5 seconds after sending SIGTERMs to all
iedowse
2001-03-20
1
-10
/
+32
*
mdoc(7) police: fixes to the previous revision:
ru
2001-03-20
1
-2
/
+8
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
5
-764
/
+1450
[next]