1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sbin
Luigi Rizzo 830cc17841 Two main changes here:
+ implement "limit" rules, which permit to limit the number of sessions
   between certain host pairs (according to masks). These are a special
   type of stateful rules, which might be of interest in some cases.
   See the ipfw manpage for details.

 + merge the list pointers and ipfw rule descriptors in the kernel, so
   the code is smaller, faster and more readable. This patch basically
   consists in replacing "foo->rule->bar" with "rule->bar" all over
   the place.
   I have been willing to do this for ages!

MFC after: 1 week
2001-09-27 23:44:27 +00:00
..
adjkerntz
atacontrol
atm
badsect
bsdlabel The defaults for bsize and fsize were interchanged. 2001-09-05 08:51:21 +00:00
camcontrol
ccdconfig Removed -M and -N from getopt(3) call as well. 2001-09-11 09:49:36 +00:00
clri
comcontrol
cxconfig
dhclient
disklabel The defaults for bsize and fsize were interchanged. 2001-09-05 08:51:21 +00:00
dmesg
dump SECURITY. 2001-09-05 15:37:01 +00:00
dumpfs
dumpon
fdisk
fdisk_pc98
ffsinfo
fsck mdoc(7) police: Fixed broken xrefs. 2001-08-22 14:16:31 +00:00
fsck_ffs
fsck_ifs
fsck_msdosfs
fsdb
fsirand
growfs
i386
ifconfig o Reduce userland inclusion of kernel headers -- remove unneeded include 2001-09-24 15:00:16 +00:00
init
ip6fw
ipf
ipfstat IPFilter source code in contrib/ipfilter apparently can't make up its mind 2001-09-03 16:37:16 +00:00
ipfw Two main changes here: 2001-09-27 23:44:27 +00:00
ipmon
ipnat
kget
kldconfig
kldload
kldstat
kldunload
ldconfig
md5 mdoc(7) police: removed hard sentence breaks. 2001-09-04 09:28:48 +00:00
mdconfig
mdmfs
mknod
mount
mount_cd9660
mount_ext2fs
mount_hpfs
mount_ifs
mount_msdosfs
mount_nfs Userland part of nfs client/server split and cleanup. 2001-09-18 23:34:44 +00:00
mount_ntfs mdoc(7) police: markup nits, improve -W option text, 2001-09-11 09:57:31 +00:00
mount_nullfs
mount_nwfs
mount_portalfs
mount_std
mount_umapfs
mount_unionfs
mountd Deal with module name changes and autoloading. 2001-09-20 02:15:17 +00:00
natd
newfs
newfs_msdos
nextboot
nfsd Deal with nfs server module changes for autoloading. 2001-09-20 02:18:06 +00:00
nfsiod
nologin
nos-tun
pc98
ping The -A option (beep when packets are dropped) didn't work quite 2001-09-25 20:22:33 +00:00
ping6 Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
quotacheck
rcorder
reboot Use ${MACHINE}, it works with cross-builds. 2001-09-12 12:21:08 +00:00
restore restore(8) doesn't need to be setgid `tty', and never did. 2001-08-30 09:18:55 +00:00
route Synch with NetBSD and OpenBSD. 2001-08-31 12:31:09 +00:00
routed
rtsol
savecore fix savecore so that it works on the alpha after the size change 2001-09-13 21:19:13 +00:00
setkey
shutdown Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
slattach
spppcontrol
startslip
swapon
sysctl
tunefs
umount
vinum mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS. 2001-09-11 10:00:48 +00:00
Makefile Userland part of nfs client/server split and cleanup. 2001-09-18 23:34:44 +00:00
Makefile.inc