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 convert to use getprogname() 2001-02-19 22:48:57 +00:00
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 convert to use getprogname() 2001-02-19 22:48:57 +00:00
chkconfig Add section to .Xr. 2001-04-03 11:19:54 +00:00
clri change: 1999-04-06 04:54:19 +00:00
disklabel - KNF printlabel.c 2001-05-26 19:48:32 +00:00
dmesg If "SMALL" is defined don't include kvm support, primarily for install 2000-06-20 01:49:20 +00:00
dump * improve parsing of file-systems-to-dump when a path is given: 2001-05-28 01:09:54 +00:00
dump_lfs Working version of aborted dump{,_lfs} join. 1999-10-01 04:35:21 +00:00
edlabel enable edlabel on sparc64, too. 2000-08-09 11:37:34 +00:00
fastboot fix bad .Xr references 1998-04-29 09:49:10 +00:00
fdisk add fix by Minoura Makoto to correctly support recursive extended partitions. 2001-04-16 10:47:15 +00:00
fsck Xref exit 3, not 2. Whitespace fixes while I'm here. 2001-04-03 11:06:20 +00:00
fsck_ext2fs convert to use getprogname() 2001-02-19 22:48:57 +00:00
fsck_ffs fix compile errors. 2001-02-23 07:51:41 +00:00
fsck_lfs Xref newfs_lfs instead of newlfs; whitespace fixes while I'm here. 2001-04-03 11:07:50 +00:00
fsck_msdos Make WARNS=2 safe, and set WARNS to 2. 2001-04-06 16:52:41 +00:00
fsdb convert to use getprogname() 2001-02-19 22:48:57 +00:00
fsirand convert to use getprogname() 2001-02-19 22:48:57 +00:00
ifconfig Implement support for IP/TCP/UDP checksum offloading provided by 2001-06-02 16:17:06 +00:00
init deprecate LOG_ODELAY; it's the default 2001-01-10 03:01:41 +00:00
ldconfig Make and install ldconfig on ELF m68k ports. 2001-03-21 14:54:39 +00:00
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 convert to use getprogname() 2001-02-19 22:48:57 +00:00
modload Do the last fix correctly: round the beginning of the .data segment, 2001-03-26 15:50:20 +00:00
modunload sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
mount use getprogname() 2001-02-20 23:22:49 +00:00
mount_ados error code formatting 2001-02-25 20:41:43 +00:00
mount_cd9660 Document what can happen with bad Rock Ridge info on the CD. 2001-01-09 20:51:26 +00:00
mount_ext2fs make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_fdesc make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_ffs Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 2001-03-05 23:18:09 +00:00
mount_filecore make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_kernfs make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_lfs Try to prevent running more than one active cleaner on a filesystem at a time. 2000-11-13 22:12:49 +00:00
mount_msdos fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
mount_nfs Remove BUGS section, which only referred to performance tuning. 2001-05-02 12:18:45 +00:00
mount_ntfs make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_null "It's" is short for "it is". The possessive pronoun is "its". 2001-04-11 15:17:51 +00:00
mount_overlay make the code includable into other programs: 2000-10-30 20:56:57 +00:00
mount_portal be consistent (both internally and with other programs): 2001-01-10 03:33:16 +00:00
mount_procfs Fix spelling. 2001-01-17 11:58:33 +00:00
mount_umap Make this manual page a lot more helpful. 2001-03-06 20:12:33 +00:00
mount_union make the code includable into other programs: 2000-10-30 20:56:57 +00:00
newbtconf Xref rc.conf 5, not 8. Whitespace fixes while I'm here. 2001-04-03 11:09:01 +00:00
newfs Don't xref format(8) -- the man pages we have for it (hp300/vax) don't 2001-04-03 11:21:57 +00:00
newfs_lfs Add "-A" option to autoconfigure the segment size based on measured 2000-12-05 19:51:14 +00:00
newfs_msdos convert to use getprogname() 2001-02-19 22:48:57 +00:00
nologin Replace the existing version of nologin(8) with a rewrite that was done 1999-07-27 03:56:13 +00:00
ping Xr icmp(4), inet(4), ip(4) 2001-04-03 14:00:09 +00:00
ping6 correct -n handling. 2001-05-09 11:22:22 +00:00
raidctl convert to use getprogname() 2001-02-19 22:48:57 +00:00
rcorder comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
reboot convert to use getprogname() 2001-02-19 22:48:57 +00:00
restore convert to use getprogname() 2001-02-19 22:48:57 +00:00
rndctl Don't explain -s twice. 2000-10-05 03:24:41 +00:00
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 use getifaddrs. do not leave AF_INET6 listening socket left opened for 2000-02-25 09:19:06 +00:00
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 __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 00:31:41 +00:00
slattach convert to use getprogname() 2001-02-19 22:48:57 +00:00
swapctl add a section on swap priorities. document the round robin scheme. 2001-04-11 14:10:17 +00:00
sysctl net.inet.ip.maxfragpackets defines the maximum size of ip reass queue 2001-03-27 02:24:38 +00:00
ttyflags sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
tunefs Move reference to article on soft-updates from tunefs.8 to mount_ffs.8 2001-03-05 23:18:09 +00:00
umount Adapt to new RPC interface. Use getaddrinfo(), not gethostbyname(). 2000-06-20 00:45:24 +00:00
wdogctl use getprogname() 2001-02-20 23:22:49 +00:00
wsconsctl convert to use getprogname() 2001-02-19 22:48:57 +00:00
Makefile Descend to mount_* subdirs when cleandir, in addition to clean and distclean. 2001-02-14 14:21:08 +00:00
Makefile.inc Format string cleanups by Bill Sommerfeld. 2000-10-10 20:24:49 +00:00