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
*
In reference to previous commit: use err(3).
nectar
2002-09-09
1
-4
/
+2
*
Back out previous commit. I was a bit overzealous: the fd_set size is
nectar
2002-09-09
1
-2
/
+0
*
Check for FD_SET overrun.
nectar
2002-09-09
1
-0
/
+2
*
Check for FD_SET overrun.
nectar
2002-09-09
1
-0
/
+4
*
Typo: s/o packet/on packet/
blackend
2002-09-08
1
-1
/
+1
*
Split cam_argmask and move "commands" into cam_cmdmask. This addresses
mdodd
2002-09-08
1
-94
/
+102
*
Bandaid for mount_nfs segfaulting with the more obscure mount options
peter
2002-09-06
1
-22
/
+34
*
Add 'camcontrol load' as a complement to 'camcontrol eject'.
mdodd
2002-09-06
2
-1
/
+11
*
Removed vestiges of the -a and -d options.
bde
2002-09-06
1
-5
/
+3
*
Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontig
phk
2002-09-06
2
-27
/
+3
*
use 'file system superblock' for the error message. This will match other
trhodes
2002-08-31
1
-1
/
+1
*
Mention that fdisk(8) should be used to grow the containing slice
keramida
2002-08-29
1
-0
/
+6
*
Add the -A flag to the usage line.
iedowse
2002-08-27
1
-1
/
+1
*
Fix some 'SYNOPSIS' and 'usage' messages.
trhodes
2002-08-27
8
-10
/
+10
*
Fix Synopsis
trhodes
2002-08-26
1
-1
/
+1
*
Unbreak the -c option by not using connect(2) for mount_nfs's
iedowse
2002-08-26
1
-1
/
+2
*
Print a more realistic usage message 'special_device' 'inode_number'. This
trhodes
2002-08-26
1
-2
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
7
-18
/
+20
*
Check if a host argument is a IPv6 presentation format address before
cjc
2002-08-25
1
-6
/
+6
*
Make this compile without needing NO_WERROR.
peter
2002-08-25
1
-1
/
+1
*
Use '0' instead of NULL when we mean the integer constant 0 and not a
imp
2002-08-21
1
-1
/
+1
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
111
-870
/
+870
*
Don't use NULL where you really mean 0 to sysctlbyname.
imp
2002-08-21
1
-1
/
+1
*
Whoops, the manpage lied... ipfw2 has always accepted addr:mask
luigi
2002-08-21
1
-11
/
+14
*
Take care of WARNS=3 warnings by using unsigned/signed variable
johan
2002-08-20
1
-6
/
+7
*
Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).
sobomax
2002-08-19
2
-1
/
+7
*
One more (hopefully the last one) step in cleaning up the syntax,
luigi
2002-08-19
2
-61
/
+102
*
Fix last-minute typo which breaks the world.
sobomax
2002-08-19
1
-1
/
+1
*
Major cleanup of the parser and printing routines in an attempt to
luigi
2002-08-19
2
-209
/
+375
*
Remove unused variable. camcontrol is now WARNS=2 clean on i386.
johan
2002-08-18
1
-1
/
+0
*
Clarify the explanation of the behavior for setuid programs by
jdp
2002-08-18
1
-2
/
+2
*
Include <nlist.h> for nlist interfaces instead of depending on namespace
bde
2002-08-18
1
-0
/
+1
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-2
/
+3
*
Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.
bmilekic
2002-08-16
3
-0
/
+3
*
Complete list of differences between ipfw1 and ipfw2.
luigi
2002-08-16
1
-10
/
+93
*
sys/netinet/ip_fw2.c:
luigi
2002-08-16
2
-116
/
+526
*
No need to include sys/time.h, this unbreaks a c89 warning about long long
alfred
2002-08-16
1
-1
/
+0
*
Don't '#define DKTYPENAMES', we don't use the variable it exposes from
alfred
2002-08-16
1
-1
/
+0
*
Don't depend on namespace pollution in sys/mount.h and
mux
2002-08-13
4
-0
/
+4
*
mdoc(7) police: Removed redundant .Ns calls.
ru
2002-08-13
1
-1
/
+1
*
can not -> cannot.
ru
2002-08-13
3
-4
/
+4
*
mdoc(7) police: laundry.
ru
2002-08-13
1
-17
/
+16
*
mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and DESC...
ru
2002-08-13
1
-16
/
+23
*
mdoc(7) police: canonize FreeBSD in e-mail address.
ru
2002-08-13
1
-1
/
+1
*
mdoc(7) police: missing markup bits.
ru
2002-08-13
1
-6
/
+12
*
mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.
ru
2002-08-13
1
-3
/
+4
*
mdoc(7) police: Use the .Ud macro.
ru
2002-08-13
1
-1
/
+2
*
Improve wording even more.
ru
2002-08-13
1
-4
/
+5
*
mdoc(7) police: kill hard sentence break.
ru
2002-08-13
1
-1
/
+2
*
Warn that hex keys are the most portable.
imp
2002-08-12
1
-0
/
+3
[next]