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
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
1
-9
/
+10
*
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
mike
2002-09-16
1
-8
/
+11
*
I forgot fsdb was still sharing files with fsck.
phk
2002-09-16
1
-1
/
+1
*
Add a source file where EXTATTR checks will happen and hook it in even
phk
2002-09-16
4
-2
/
+93
*
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
mike
2002-09-16
1
-4
/
+6
*
Try to pick up disk geometry with specific DIOC* ioctls, rather than
phk
2002-09-15
1
-1
/
+21
*
Removed a debugging printf() left here in peter's
mux
2002-09-14
1
-1
/
+0
*
Use the proper fields for security.
sos
2002-09-12
1
-2
/
+2
*
Store the port number in "fwd" rules in host format, same as ipfw1
luigi
2002-09-12
1
-2
/
+2
*
Commit "unrelated style fixes" part of Bruce's patch (regarding
peter
2002-09-11
1
-5
/
+5
*
Modify previous commit to solve the real problem that made gcc think
peter
2002-09-11
1
-5
/
+5
*
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
[next]