NetBSD/sbin
thorpej ca4d373730 Implement support for IP/TCP/UDP checksum offloading provided by
network interfaces.  This works by pre-computing the pseudo-header
checksum and caching it, delaying the actual checksum to ip_output()
if the hardware cannot perform the sum for us.  In-bound checksums
can either be fully-checked by hardware, or summed up for final
verification by software.  This method was modeled after how this
is done in FreeBSD, although the code is significantly different in
most places.

We don't delay checksums for IPv6/TCP, but we do take advantage of the
cached pseudo-header checksum.

Note: hardware-assisted checksumming defaults to "off".  It is
enabled with ifconfig(8).  See the manual page for details.

Implement hardware-assisted checksumming on the DP83820 Gigabit Ethernet,
3c90xB/3c90xC 10/100 Ethernet, and Alteon Tigon/Tigon2 Gigabit Ethernet.
2001-06-02 16:17:06 +00:00
..
atactl
badsect Improve wording of a sentence. misc/10893 by Jim Bernard, part 2. 2001-05-06 12:30:05 +00:00
bim Add arch to Dt, and lots of whitespace fixes. 2001-04-21 14:44:13 +00:00
ccdconfig
chkconfig
clri
disklabel - KNF printlabel.c 2001-05-26 19:48:32 +00:00
dmesg
dump * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
dump_lfs
edlabel
fastboot
fdisk add fix by Minoura Makoto to correctly support recursive extended partitions. 2001-04-16 10:47:15 +00:00
fsck
fsck_ext2fs
fsck_ffs
fsck_lfs
fsck_msdos Make WARNS=2 safe, and set WARNS to 2. 2001-04-06 16:52:41 +00:00
fsdb
fsirand
ifconfig Implement support for IP/TCP/UDP checksum offloading provided by 2001-06-02 16:17:06 +00:00
init
ldconfig
lmcctl sync with if_lmcioctl.h change. 2001-04-12 23:52:22 +00:00
mbrlabel clarify that -w updates the in-core label if changed, and if -r is 2001-05-01 11:51:21 +00:00
mknod
modload
modunload
mount
mount_ados
mount_cd9660
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_kernfs
mount_lfs
mount_msdos
mount_nfs Remove BUGS section, which only referred to performance tuning. 2001-05-02 12:18:45 +00:00
mount_ntfs
mount_null "It's" is short for "it is". The possessive pronoun is "its". 2001-04-11 15:17:51 +00:00
mount_overlay
mount_portal
mount_procfs
mount_umap
mount_union
newbtconf
newfs
newfs_lfs
newfs_msdos
nologin
ping
ping6 correct -n handling. 2001-05-09 11:22:22 +00:00
raidctl
rcorder
reboot
restore
rndctl
route Added a few examples and a reference to sysctl to enable IP forwarding 2001-04-27 19:33:06 +00:00
routed Improve usage of `comprise' according to Webster and misc/10893 2001-05-06 12:29:18 +00:00
rtsol
savecore If the position of the formatted panic string can be found in the 2001-05-06 13:36:51 +00:00
scsictl Adapt for MODE SENSE/SELECT changes in kernel. 2001-05-15 15:11:02 +00:00
setkey getopt(3): EOF -> -1. 2001-05-07 14:51:46 +00:00
shutdown
slattach
swapctl add a section on swap priorities. document the round robin scheme. 2001-04-11 14:10:17 +00:00
sysctl
ttyflags
tunefs
umount
wdogctl
wsconsctl
Makefile
Makefile.inc