HardenedBSD/sbin
Qing Li 6e6b3f7cbc This main goals of this project are:
1. separating L2 tables (ARP, NDP) from the L3 routing tables
2. removing as much locking dependencies among these layers as
   possible to allow for some parallelism in the search operations
3. simplify the logic in the routing code,

The most notable end result is the obsolescent of the route
cloning (RTF_CLONING) concept, which translated into code reduction
in both IPv4 ARP and IPv6 NDP related modules, and size reduction in
struct rtentry{}. The change in design obsoletes the semantics of
RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland
applications such as "arp" and "ndp" have been modified to reflect
those changes. The output from "netstat -r" shows only the routing
entries.

Quite a few developers have contributed to this project in the
past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and
Andre Oppermann. And most recently:

- Kip Macy revised the locking code completely, thus completing
  the last piece of the puzzle, Kip has also been conducting
  active functional testing
- Sam Leffler has helped me improving/refactoring the code, and
  provided valuable reviews
- Julian Elischer setup the perforce tree for me and has helped
  me maintaining that branch before the svn conversion
2008-12-15 06:10:57 +00:00
..
adjkerntz
atacontrol Fix the fallouts from r146267: 2008-12-14 12:56:56 +00:00
atm
badsect
bsdlabel o One more s/gpt/gpart/. 2008-11-05 09:28:30 +00:00
camcontrol
ccdconfig
clri
comcontrol
conscontrol
ddb
devd Send all debug to stderr. 2008-12-14 11:48:51 +00:00
devfs
dhclient Support the remaining options listed in dhcp-options(5) and RFC 2132. 2008-10-17 13:28:53 +00:00
dmesg
dump
dumpfs
dumpon
fdisk - Improve error message given on g_providername call failure. 2008-09-30 07:18:49 +00:00
fdisk_pc98
ffsinfo
fsck
fsck_ffs Background fsck applies twice some summary totals changes. The next 2008-10-13 14:01:05 +00:00
fsck_msdosfs
fsdb
fsirand
gbde
geom - When writing metadata to a geom provider, open the it as read-write since it 2008-12-13 14:14:56 +00:00
ggate
growfs
gvinum
idmapd
ifconfig back out unintended change 2008-12-15 01:44:23 +00:00
init
ipf
ipfw o Remove a debug code and restore an accidentally deleted code 2008-10-14 17:59:39 +00:00
iscontrol Big update to the iSCSI initiator code. Highlights include IPv6 support, 2008-11-25 07:17:11 +00:00
kldconfig
kldload
kldstat
kldunload
ldconfig
mca
md5
mdconfig
mdmfs
mknod
mksnap_ffs
mount
mount_autofs
mount_cd9660
mount_ext2fs
mount_hpfs
mount_msdosfs Noticed the following error message: 2008-11-29 02:28:05 +00:00
mount_nfs Implement support for RPCSEC_GSS authentication to both the NFS client 2008-11-03 10:38:00 +00:00
mount_ntfs
mount_nullfs
mount_reiserfs
mount_std
mount_udf
mount_unionfs
natd
newfs Move the check for the ending char in the partition name where 2008-12-12 15:56:38 +00:00
newfs_msdos Fix build - cast off_t to (intmax_t) for printing. 2008-12-03 23:00:57 +00:00
nfsiod
nos-tun
pfctl
pflogd
ping
ping6
quotacheck
rcorder
reboot
recoverdisk
restore
route This main goals of this project are: 2008-12-15 06:10:57 +00:00
routed This main goals of this project are: 2008-12-15 06:10:57 +00:00
rtsol
savecore
sconfig
setkey o Add missed dot. 2008-09-29 05:31:27 +00:00
shutdown
slattach
spppcontrol
startslip
sunlabel
swapon
sysctl
tunefs
umount
Makefile
Makefile.inc