NetBSD/usr.sbin
wennmach 7db0eb0492 Encode file names using strvis(3) when creating a specification.
Escape white space characters and `#' characters. Do the inverse
when reading specs.

This is a temporary fix until we have strzouvis(3) (or some such)
which is an improved version of strvis (taking an additional list
of characters to encode).

Fixes PR 5006 and PR 7663
1999-11-07 20:23:01 +00:00
..
ac notice "dty" as well as "tty". 1999-10-11 11:44:59 +00:00
accton More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
amd Change bogus section headers. From PR 8735. 1999-11-03 21:44:37 +00:00
apm Document -s option. Fixes PR 6759 by me. 1999-08-08 16:15:17 +00:00
apmd Do not force logging of status in the POWER_CHANGE case. Any 1999-09-04 18:38:28 +00:00
arp More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
bad144 More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
bind s/ the the / the / 1999-10-08 20:13:42 +00:00
bootp Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:27:40 +00:00
catman The previous change didn't even compile due to a warning. 1999-04-20 14:22:32 +00:00
chown More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
chroot More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
chrtbl Add missing .El line. 1999-03-10 08:15:28 +00:00
config Fix the path of ioconf.incl.$MACHINE using sourcepath(). This is part 1999-09-24 04:48:37 +00:00
cron PR/7662: TheMan: crontab does not think the file changed if the editing session 1999-05-29 18:43:40 +00:00
dbsym change: 1999-04-06 04:54:19 +00:00
dev_mkdb
dhcp Install example dhcpd.conf into /usr/share/examples/dhcp 1999-10-09 15:33:36 +00:00
diskpart More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
dumpfs Fix a printf format warning on the Alpha. 1999-04-13 00:16:24 +00:00
dumplfs Reversed (corrected) sense of superblock timestamp comparison; added the 1999-05-02 00:26:01 +00:00
edquota Spell "privilege" correctly (correct spelling from Jonathan Stone). 1999-08-16 02:59:22 +00:00
eeprom This is also useful for sparc64. 1999-01-17 20:02:29 +00:00
eshconfig More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
faithd typo and wording fixes. sync'ed with latest KAME. 1999-07-17 13:03:28 +00:00
gifconfig sync with latest KAME. (no behavior change) 1999-07-30 19:16:45 +00:00
greconfig fix title. noted by Danny Thomas <D.Thomas@cmcb.uq.edu.au> in [bin/8734] 1999-11-02 10:30:38 +00:00
grfconfig More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
grfinfo More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
gspa provide initialized C array output directly, rather than through postprocessor 1999-06-22 20:27:21 +00:00
hilinfo convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
ifmcstat follow RFC2553 (sync with recent KAME): 1999-09-03 04:31:48 +00:00
inetd A colon is the preferred way to split a user and group name pair; make this 1999-10-06 21:54:10 +00:00
iostat Don't unnecessarily check device names if "-x" is used. 1999-09-13 16:59:54 +00:00
ipf Updated to the new NetBSD source layout with basesrc and syssrc. 1999-10-24 19:56:31 +00:00
iteconfig 1, 2, 3 and.. 4! 1999-04-06 20:24:37 +00:00
kgmon More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
kvm_mkdb Remove ELFNAME defines since they are defined in sys/exec_elf.h 1999-11-04 02:00:17 +00:00
lastlogin More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
link Add trailing newline to usage string. 1999-09-20 15:01:36 +00:00
lpr delint and other cleanups. 1999-09-26 10:32:27 +00:00
mailwrapper Use postfix as an example 1999-05-29 18:18:30 +00:00
map-mbone
mbrlabel Correct handling of extended partitions within extended partitions. 1999-09-23 15:21:12 +00:00
mdconfig More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
mdsetimage Remove ELFNAME defines since they are defined in sys/exec_elf.h 1999-11-04 02:00:17 +00:00
memswitch Add special methods for hw.serial and hw.srammode. 1999-06-28 08:49:15 +00:00
mld6query sync with recent KAME. 1999-09-03 04:34:34 +00:00
mopd s/ the the / the / 1999-10-08 20:13:42 +00:00
mountd Add ntfs to the list of exportable filesystem types, now that's it's actually 1999-09-10 16:20:22 +00:00
mrinfo
mrouted Use pidfile(3). 1999-06-06 03:27:35 +00:00
mtrace Don't print trailing spaces if there are no flag value to print. 1999-05-23 16:15:18 +00:00
mtree Encode file names using strvis(3) when creating a specification. 1999-11-07 20:23:01 +00:00
ndp fix routing socket alignment issue on alpha. 1999-09-03 03:54:47 +00:00
netgroup_mkdb 1, 2, 3 and.. 4! 1999-04-06 20:24:37 +00:00
nfsd Per the documented behaviour in the man page, default to 1999-08-31 23:28:34 +00:00
nfsiod
ntp *** empty log message *** 1999-10-21 02:46:21 +00:00
pim6dd Use full month names with .Dd, as per mdoc.samples(7). 1999-09-12 18:47:10 +00:00
pkg_install Apply Force (-f) recursively 1999-10-04 17:16:59 +00:00
portmap Fixed grammatical error. "Allows to call" -> "Allows calls to" 1999-09-13 19:04:35 +00:00
pppd Document the callback option, in a way similar to what John A. Maier 1999-10-28 09:41:56 +00:00
pstat add a (long) cast to previous fix like the other arguments. 1999-10-10 00:15:27 +00:00
pvcsif adapt to NetBSD code tree. 1999-07-11 17:35:07 +00:00
pvctxctl adapt to NetBSD code tree. 1999-07-11 17:35:07 +00:00
pwd_mkdb
quot Adjust this to work on the Alpha. 1999-10-06 07:20:20 +00:00
quotacheck Update - quotacheck is run from rc, not rc.local 1999-03-30 23:58:46 +00:00
quotaon More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
rarpd Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:40:32 +00:00
rbootd Use pidfile(3). 1999-06-06 02:52:16 +00:00
rdate Add missing .El lines. 1999-03-10 08:25:37 +00:00
repquota When reporting on group quotas, don't label the first column with "User". 1999-10-06 12:17:31 +00:00
rip6query add NetBSD RCS ID. 1999-07-06 13:14:54 +00:00
rmt Remove spurious .ne's. 1999-03-24 06:27:49 +00:00
route6d sync with recent KAME code. 1999-09-13 11:07:52 +00:00
rpc.bootparamd Use full month names with .Dd, as per mdoc.samples(7). 1999-09-12 18:47:10 +00:00
rpc.lockd Use pidfile(3). 1999-06-06 02:52:16 +00:00
rpc.pcnfsd convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
rpc.statd Tweak the usage output a bit, and exit after printing it. 1999-06-10 05:53:51 +00:00
rpc.yppasswdd Remove last traces of securenet and ypserv.acl 1999-06-28 01:21:51 +00:00
rtadvd sync with KAME/NetBSD14. 1999-07-08 00:41:21 +00:00
rtsold sbin/rtsol now shares source code with usr.sbin/rtsold. 1999-09-03 05:25:43 +00:00
rwhod Use pidfile(3). 1999-06-06 03:27:35 +00:00
sa 1, 2, 3 and.. 4! 1999-04-06 20:24:37 +00:00
screenblank Reflect the recent support of wscons. 1999-08-16 20:10:37 +00:00
sendmail Add a .Xr to mailer.conf to these files.. so users might know that such 1999-08-21 06:51:44 +00:00
setkey improve description on ipcomp case. (sync'ed with kAME) 1999-09-07 06:49:37 +00:00
sliplogin RCSID police 1999-02-15 03:59:13 +00:00
slstats Fix minor formatting error. 1999-03-07 04:05:44 +00:00
spray More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
sup Add libwrap support to supfilesrv, as annnounced 2 weeks ago on tech-userlevel, 1999-08-24 15:52:52 +00:00
sysctl document ddb.fromconsole & DBCTL_FROMCONSOLE, description taken from options(4) 1999-10-14 09:33:51 +00:00
syslogd s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
tcpdchk Apply IPv6 support patch. 1999-08-31 13:58:58 +00:00
tcpdmatch Apply IPv6 support patch. 1999-08-31 13:58:58 +00:00
tcpdump avoid warnings from gcc about x possibly being uninitialized 1999-10-11 12:40:12 +00:00
timed s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
traceroute configure IPsec policy on sending/receiving socket for bypassing IPsec. 1999-09-03 03:10:38 +00:00
traceroute6 do not bark even if IPsec is turned off in kernel. 1999-09-03 01:49:16 +00:00
trpt IPv6 support. 1999-07-01 19:15:03 +00:00
trsp More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
unlink Append newline in usage(). 1999-09-08 01:33:39 +00:00
update Use pidfile(3). 1999-06-06 03:39:11 +00:00
usbdevs Make output a little less confusing if run without root priviliges. 1999-09-08 02:39:36 +00:00
videomode convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
vipw More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:43:46 +00:00
vnconfig Define __POOL_EXPOSE for <dev/vndvar.h>. 1999-04-01 17:24:03 +00:00
wiconfig Clean this up. 1999-07-23 19:06:54 +00:00
wsconscfg Make it possible to add a mux. 1999-07-29 18:24:09 +00:00
wsfontload change: 1999-04-06 04:54:19 +00:00
xntp Use BIN{OWN,GRP,MODE} to create the directory and not DOC{OWN,GRP,MODE}. 1999-10-31 22:46:17 +00:00
ypbind Spell "privilege" correctly (correct spelling from Jonathan Stone). 1999-08-16 02:59:22 +00:00
yppoll
ypserv s/ a a / a / 1999-10-08 19:55:43 +00:00
ypset
zdump
zic add -Dunix to CPPFLAGS to suppress cpp warning. 1998-09-01 03:16:48 +00:00
Makefile add rtsold into SUBDIR. 1999-09-03 05:19:59 +00:00
Makefile.inc