freebsd-dev/usr.sbin
Garance A Drosehn 9ffd2d77ef Fix interactions between entries for a specific file vs entries for
a filename pattern, and also wrt filenames given on the command line.
Now if a file is listed as a specific entry, it will not *also* be
processed by an entry specifying a pattern.  And filename-patterns
will now only match existing files (ignoring directories, etc).

MFC after:	3 weeks
2003-03-09 03:19:52 +00:00
..
ac Remove unused #includes. Eliminate castings by using size_t instead of int. 2002-10-17 13:19:47 +00:00
accton
acpi Add code to parse the contents of an ACPI MADT table and to dump its 2003-01-08 20:46:25 +00:00
adduser mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
amd
ancontrol Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more 2002-12-29 19:22:07 +00:00
apm mdoc(7) police: Deal with self-xrefs. 2002-12-24 13:41:48 +00:00
apmd english(4) police. 2002-12-27 12:15:40 +00:00
arp Further fix the syntax by ignoring empty and whitespace-only lines. 2003-03-05 15:53:18 +00:00
atm de-__P() 2002-10-10 00:32:55 +00:00
bluetooth Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
boot0cfg Use the new sector0 munging ioctls to make boot0cfg work under GEOM. 2002-12-29 15:01:58 +00:00
boot98cfg Use DIOCGPC98 ioctl to write boot block. 2003-02-11 07:29:14 +00:00
bootparamd
btxld Added MI version of <sys/imgact_aout.h>, "a.out.h", which is 2003-02-04 18:56:34 +00:00
burncd mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
cdcontrol The default CD drive is /dev/cd0, not /dev/cd0c. 2002-12-03 15:41:30 +00:00
chkgrp
chown Reword the description of -R a bit and add a note about being careful 2003-01-26 02:40:23 +00:00
chroot
ckdist
config Implemented "nooption" and "nomakeoption" config(8) tokens. 2003-02-26 23:36:59 +00:00
cron Allow inner whitespace in the right-hand side of an environment variable 2003-02-10 11:20:58 +00:00
crunch Part 1/3 of unbreaking cross releases: 2003-01-29 08:37:26 +00:00
ctm Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
daemon MFS: 1.2.2.2 2003-02-05 19:16:18 +00:00
dev_mkdb
devinfo -v now also prints the pnpinfo and location information for the devices 2003-02-17 18:56:54 +00:00
digictl
editmap
edquota Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
elf2exe
extattr mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
extattrctl
faithd Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
fdcontrol english(4) police. 2002-12-27 12:15:40 +00:00
fdformat
fdread
fdwrite
fwcontrol - Detect PAL by CIP header rather than the DSF bit in the DV header. 2003-02-19 01:14:52 +00:00
getfmac sigh... revert the previous change; this isn't getpmac 2003-01-15 03:13:51 +00:00
getpmac mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
gifconfig english(4) police. 2002-12-27 12:15:40 +00:00
i4b Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
ifmcstat
inetd Under some unusual conditions, inetd can leak a open file discriptor 2003-02-23 16:54:19 +00:00
iostat Add #include <sys/resource.h> 2003-02-16 16:01:52 +00:00
ipftest
ipresend
ipsend
iptest
IPXrouted "Advertizing" is ugly and possibly incorrect; use "Advertising" instead. 2003-02-27 14:07:49 +00:00
jail Remove traces of MAKEDEV & add xref to mount_devfs(8). 2003-02-28 22:47:18 +00:00
kbdcontrol
kbdmap mdoc(7) police: bump document date for the C rewrite, nit. 2002-12-04 14:45:48 +00:00
kernbb mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
keyadmin Arrange to not have /* inside a comment. Typo fix. 2002-10-16 15:56:13 +00:00
keyserv Use arc4random() instead of random() when generating the master key. 2003-02-18 01:35:58 +00:00
kgmon Fix int/size_t mismatch for sysctl arguments. Try not to introduce more 2002-07-30 04:45:14 +00:00
kgzip Make this work on non-i386 as well. (Needed for cross-releases.) 2003-02-04 16:01:00 +00:00
kldxref 3rd party modules live in /boot/modules nowadays. 2003-03-03 22:49:21 +00:00
lastlogin
lpr english(4) police. 2002-12-27 12:15:40 +00:00
lptcontrol
mailstats
mailwrapper mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
makemap
manctl
memcontrol mdoc(7) police: markup fixes. 2002-11-27 15:31:08 +00:00
mergemaster Put back the deletion of TEMPROOT/etc/passwd. 2003-03-05 12:42:08 +00:00
mixer Print old mixer levels when setting new ones. 2002-12-30 04:23:08 +00:00
mld6query
mlxcontrol
mount_nwfs s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
mount_portalfs s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
mount_smbfs This really isn't WARNS clean. 2002-12-30 09:38:46 +00:00
mountd Implement nonblocking tpc-connections. rpcgen -m does still 2003-01-16 07:27:30 +00:00
moused Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
mptable
mrouted english(4) police. 2002-12-27 12:15:40 +00:00
mtest
mtree Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
named
named.reload
named.restart
ndc
ndp Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
newsyslog Fix interactions between entries for a specific file vs entries for 2003-03-09 03:19:52 +00:00
nfsd Update manpage to match the code, vfsload() is not used 2002-08-11 15:19:49 +00:00
ngctl Add missing "of". 2002-12-14 00:20:43 +00:00
nghook
nologin
nslookup
nsupdate
ntp Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
ofwdump mdoc(7) police: tiny markup nits. 2002-12-12 13:58:27 +00:00
pccard mdoc(7) police: Nits. 2003-03-02 21:04:21 +00:00
pciconf Fix up some grammar. 2003-01-09 04:35:38 +00:00
pcvt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
periodic
pkg_install Fix a long-standing bug where if the package being deleted had no 2003-02-25 15:01:54 +00:00
pnpinfo
ppp Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
pppctl
pppd Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
pppstats
praliases
prefix Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
procctl
pstat - Modernize the format of the open file showing mode output: 2003-01-31 15:16:52 +00:00
pw There is no sense to use random random() and arc4random() in the same program. 2003-02-11 02:17:11 +00:00
pwd_mkdb Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
quot Remove contractions. 2003-02-18 03:34:32 +00:00
quotaon Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
rarpd Add "-t" to useage message and comment. (The -t option was added 2002-09-15 15:37:50 +00:00
raycontrol Replace the remaining strcpy() instances with strlcpy(), fixing a segfault 2002-12-02 20:29:08 +00:00
repquota Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
rip6query
rmt
route6d Add missing srand() (sranddev() for FreeBSD) 2003-02-11 02:09:05 +00:00
rpc.lockd Implement nonblocking tpc-connections. rpcgen -m does still 2003-01-16 07:27:30 +00:00
rpc.statd Implement nonblocking tpc-connections. rpcgen -m does still 2003-01-16 07:27:30 +00:00
rpc.umntall Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
rpc.yppasswdd Implement nonblocking tpc-connections. rpcgen -m does still 2003-01-16 07:27:30 +00:00
rpc.ypupdated
rpc.ypxfrd english(4) police. 2002-12-27 12:15:40 +00:00
rpcbind Implement nonblocking tpc-connections. rpcgen -m does still 2003-01-16 07:27:30 +00:00
rrenumd english(4) police. 2002-12-27 12:15:40 +00:00
rtadvd Use srandomdev() for FreeBSD 2003-02-11 02:21:41 +00:00
rtprio
rtsold Add -DHAVE_ARC4RANDOM to CFLAGS 2003-02-11 02:25:00 +00:00
rwhod Comment out WARNS?=4 to unbreak the Alpha build. 2002-07-15 17:11:20 +00:00
sa
sade Remove a function prototype for `crc' and an associated comment which 2003-03-09 02:28:04 +00:00
sendmail No need for the OPENSSL_NO_KRB5 switch anymore. 2003-01-31 23:26:55 +00:00
setfmac Cross-reference mac(4). 2003-01-15 03:09:01 +00:00
setkey Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
setpmac mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
sgsc
sicontrol mdoc(7) police: Deal with self-xrefs. 2002-12-24 13:41:48 +00:00
sliplogin
slstat
spkrtest
spray do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead 2002-07-15 18:53:52 +00:00
stallion Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
sysinstall Remove a function prototype for `crc' and an associated comment which 2003-03-09 02:28:04 +00:00
syslogd Hostname specifications must allow commas in the value. They are 2003-02-21 19:02:31 +00:00
tcpdchk
tcpdmatch
tcpdump Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
timed Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
traceroute Update for traceroute 1.4a12 2002-07-28 02:27:07 +00:00
traceroute6 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
trpt Unbreak Alpha build. 2002-07-16 09:58:36 +00:00
tzsetup
ugidfw mdoc(7) police: markup overhaul. 2002-12-12 14:09:25 +00:00
usbd Eliminate hard sentence breaks. 2003-01-30 22:38:54 +00:00
usbdevs
vidcontrol mdoc(7) police: Nits. 2003-03-02 21:04:21 +00:00
vipw Don't use NULL when we really mean 0 for call to pw_edit. 2002-08-21 19:01:50 +00:00
vnconfig
watch Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
wicontrol Start whining to stderr when people use obsolete flags. These flags 2003-03-04 14:59:48 +00:00
wlconfig
xten
yp_mkdb
ypbind xids are u_int32_ts, which are not necessarily the same size as time_ts or 2002-09-16 21:39:42 +00:00
yppoll
yppush
ypserv ypserv(8) is now started from rc.d 2003-01-23 06:03:30 +00:00
ypset
zic Check whether setmode(3) fails and deallocate its return value after 2003-02-24 05:56:36 +00:00
Makefile Some things don't build for PowerPC yet. 2003-02-21 02:30:51 +00:00
Makefile.inc