freebsd-dev/usr.sbin
Bill Paul 73334a4329 Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)

The Am79c978 HomePNA adapter is also supported.
2000-09-20 17:30:22 +00:00
..
ac
accton
acpi Improve region I/O sub-routines by re-writing most of low level part 2000-09-20 01:01:32 +00:00
adduser Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
amd
ancontrol
apm Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
apmd
arp
atm
boot0cfg Mark a path up with Pa. 2000-09-11 10:21:10 +00:00
boot98cfg Added PC-98 boot manager installation and configuration utility. 2000-08-02 10:11:08 +00:00
bootparamd
btxld
burncd
cdcontrol Add a new command, 'cdid', to calculate and display a serial number 2000-07-13 22:56:43 +00:00
chkgrp
chown Initialize vflag like the rest (not necessary, but this keeps it together) 2000-07-29 22:22:11 +00:00
chroot
ckdist
config If a ${KERNEL}.hints file exists, and no hints are specified explicitly, 2000-08-25 19:30:03 +00:00
cron
crunch Add the description of some hard-learnt restrictions and a workaround. 2000-08-28 05:47:05 +00:00
ctm Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
dev_mkdb
diskpart
dpt
edquota
elf2exe
extattrctl o What a good idea, `-o'' should be a `-f'' like in every other 2000-09-12 14:35:48 +00:00
faithd cope with the following reply on PASV (without paren). need more tests. 2000-09-17 16:44:51 +00:00
fdcontrol
fdformat
fdwrite
getextattr
gifconfig
i4b Remove unneded -ltermcap or -lmytinfo 2000-09-16 04:19:07 +00:00
ifmcstat
inetd Explain "-c" option more exactly and state the default in the man 2000-08-03 15:45:38 +00:00
iostat
ipftest
ipresend
ipsend
iptest
IPXrouted
jail
kbdcontrol Fixed breakage of installation of kbdcontrol.1 in previous commit. 2000-09-14 05:29:42 +00:00
kbdmap Add kbdmap.5 to build. 2000-09-13 09:16:57 +00:00
kernbb
keyadmin
keyserv
kgmon
kgzip Cleanup of TMPDIR code. 2000-08-03 23:44:43 +00:00
lpr the code assumes that getgroups() always returns NGROUPS groups, however 2000-08-23 23:36:32 +00:00
lptcontrol use _PATH_DEV 2000-07-14 07:55:26 +00:00
mailstats Give users a way to alter the sendmail (and related utilities) build 2000-09-17 00:41:33 +00:00
mailwrapper
makemap Give users a way to alter the sendmail (and related utilities) build 2000-09-17 00:41:33 +00:00
manctl
memcontrol
mergemaster Make mergemaster ignore files in /dev if /dev is a devfs. 2000-08-26 12:15:24 +00:00
mixer Several cleanups: 2000-08-15 05:42:39 +00:00
mld6query
mlxcontrol Remove hard sentence breaks introduced in the previous commit. 2000-08-10 09:01:10 +00:00
mount_nwfs
mount_portalfs
mountd Explain why adding ``options NFSKERB'' breaks the kernel build. 2000-08-11 13:03:13 +00:00
moused
mptable Remove 3 off by 128 errors. 2000-08-06 01:17:39 +00:00
mrouted
mtest
mtree Restore standard symlink default, return -L, remove -P, add missing -q to getopt 2000-09-15 08:05:37 +00:00
named
named.reload
named.restart
ndc
ndp
newsyslog When warning that a log file can't be compressed, tell the reader which 2000-08-15 09:34:41 +00:00
nfsd Don't use libutil now that setproctitle() is in libc 2000-09-02 20:52:15 +00:00
ngctl Remove unused variable. 2000-07-20 17:17:49 +00:00
nghook Add '-n' flag: don't attempt to read any data from standard input. 2000-07-27 21:55:48 +00:00
nologin
nslookup
nsupdate
ntp
pccard fix previous PIOCSRESOURCE code in assign_card_index 2000-09-20 14:54:21 +00:00
pciconf
pcvt Don't extract these files as mode 664 during build, use mode 644 instead. 2000-08-15 09:17:50 +00:00
periodic Put temporary output in ${TMPDIR:-/tmp} 2000-09-19 22:15:00 +00:00
pim6dd
pim6sd
pkg_install Fix symlink-to-a-dir handling in pkg_delete. 2000-09-18 07:41:48 +00:00
pnpinfo
portmap Treat all interface aliases as local addresses. 2000-08-09 09:24:31 +00:00
ppp Fix some style nits 2000-09-14 22:03:13 +00:00
pppctl libutil is no longer required as setproctitle() has moved to libc 2000-09-02 02:01:18 +00:00
pppd
pppstats
praliases Give users a way to alter the sendmail (and related utilities) build 2000-09-17 00:41:33 +00:00
prefix
procctl
pstat
pw Add working and easy crypt(3)-switching. Yes, we need a whole new API 2000-08-22 02:15:54 +00:00
pwd_mkdb Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
quot
quotaon
rarpd Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
repquota
rip6query
rmt
route6d fix LP64 issue in routing socket manipulation. 2000-08-14 04:54:58 +00:00
rpc.lockd
rpc.statd
rpc.umntall
rpc.yppasswdd
rpc.ypupdated
rpc.ypxfrd
rrenumd
rtadvd
rtprio
rtsold
rwhod
sa
sade Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. 2000-09-20 17:30:22 +00:00
sendmail Give users a way to alter the sendmail (and related utilities) build 2000-09-17 00:41:33 +00:00
setextattr
setkey
sgsc
sicontrol
sliplogin
slstat
spkrtest
spray
stallion Remove unneded -lmytinfo 2000-09-16 04:27:30 +00:00
sysinstall Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. 2000-09-20 17:30:22 +00:00
syslogd Fix unexploitable off by one error as mentioned on Bugtraq. 2000-09-19 21:22:20 +00:00
tcpdchk Add IPv6 scoped address support. 2000-07-14 17:15:34 +00:00
tcpdmatch Add IPv6 scoped address support. 2000-07-14 17:15:34 +00:00
tcpdump
timed
traceroute
traceroute6 Don't call errx() without a format string, to protect against possible 2000-08-05 06:21:12 +00:00
trpt
tzsetup Remove unneded -lmytinfo 2000-09-16 03:33:00 +00:00
usbd Don't check for ohci/uhci to be loaded, check for the usb module. 2000-09-02 10:17:58 +00:00
usbdevs
vidcontrol
vipw
vnconfig
watch
wicontrol Forgot semicolon after rcsid 2000-09-17 00:37:38 +00:00
wlconfig Remove extra #include that was inadvertently added in previous commit. 2000-07-19 16:32:46 +00:00
xten
yp_mkdb
ypbind
yppoll
yppush
ypserv Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
ypset
zic
Makefile Moved boot0cfg into IBM-PC only section (MACHINE=="i386"). 2000-09-10 15:33:07 +00:00
Makefile.inc