NetBSD/usr.sbin
cgd 8d81e0e116 __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("foo","bar");
actually works to concantate strings, it's because the preprocessor expands
it into "foo""bar" as separate strings, and then ANSI string concatenation
is performed on that.  It's more straightforward to just use ANSI string
concatenation directly, and newer GCCs complain (rightly) about misuse
of token pasting.
2000-12-20 01:34:39 +00:00
..
ac Correct usage message: -p and -d can't usefully be used together. 2000-10-15 13:34:20 +00:00
accton sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
altq Build glue for ALTQ programs. 2000-12-16 18:57:34 +00:00
amd Fill in 26 defines for MNT2_NFS_OPT_ which the configure script didn't 2000-11-21 12:14:18 +00:00
apm
apmd format the option descriptions in a more standard (and imho readable) style 2000-11-05 03:05:48 +00:00
arp Don't make references to _10Mb/s_ Ethernet; from Christian Weisgerber in 2000-10-17 12:23:03 +00:00
bad144 * Make it a tiny bit clearer that this also works for IDE disks (by 2000-10-02 21:14:05 +00:00
bind This is now 8.2.2-P7, so update VER. 2000-11-13 22:45:05 +00:00
bootp More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
catman avoid using removelist()/renamelist() 2000-05-29 21:05:34 +00:00
chown Correct display of invalid username error and cache duplicate password 2000-12-17 22:47:14 +00:00
chroot add NetBSD id tags. 2000-08-17 12:36:32 +00:00
chrtbl
cnwctl
config revert 1.51 and 1.52 (_KERNEL_foo stuff), due to loud objections from 2000-12-14 22:14:45 +00:00
cron Default crontab size limit is 256k, not 32k; correct documentation to 2000-11-28 14:06:13 +00:00
dbsym
dev_mkdb
dhcp Don't terminate the loop after getting a short packet, either. 2000-11-27 17:36:19 +00:00
diskpart
dumpfs
dumplfs Report, and detect and correct inconsistencies in, the number of clean 2000-11-13 00:30:48 +00:00
edquota
eeprom several clean ups: 2000-11-28 22:31:37 +00:00
envstat Indicate that the device argument is not mandatory. 2000-07-02 00:55:47 +00:00
eshconfig
faithd printf-format audit. from sommrfeld@netbsd.org. sync with kame. 2000-10-06 00:13:01 +00:00
greconfig Formatting fixes. 2000-05-27 10:42:25 +00:00
grfconfig Document that text (console) modes need a depth field of 4. 2000-12-02 21:58:10 +00:00
grfinfo For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
gspa More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
hilinfo
hprop Change direct calls to make to ${MAKE} 2000-10-26 06:00:48 +00:00
ifmcstat sync with latest kame version 2000-10-15 11:45:16 +00:00
inetd Document that the path to the configuration file given on the command 2000-12-02 02:15:34 +00:00
iopctl Remove debug printf. 2000-12-13 12:34:02 +00:00
iostat Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:10:22 +00:00
ipf Use 2000-08-30 23:51:46 +00:00
iteconfig sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
kadmin Change direct calls to make to ${MAKE} 2000-10-26 06:00:48 +00:00
kdc Change direct calls to make to ${MAKE} 2000-10-26 06:00:48 +00:00
kgmon fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
kstash Change direct calls to make to ${MAKE} 2000-10-26 06:00:48 +00:00
ktutil Pull in ${DESTDIR}/usr/include before ${DESTDIR}/usr/include/openssl, so 2000-12-19 21:18:32 +00:00
kvm_mkdb sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
lastlogin More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
link For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
lpr fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
mailwrapper Add forgottern addarg(&al, NULL, 0) before execve() to prevent coredump. 2000-11-16 08:33:33 +00:00
map-mbone More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
mdconfig remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
mdsetimage Select the object format in the Makefile, to allow selecting on 2000-12-18 20:43:58 +00:00
memswitch
mld6query $KAME$ cleanup. address PR 11616 (CMSG_SPACE should be CMSG_LEN). 2000-12-04 07:04:37 +00:00
mopd Fix bin/11253: seg-fault in mopd 2000-11-19 16:40:16 +00:00
mountd Free the storage allocated by fparseln when skipping an empty line. 2000-07-19 08:41:13 +00:00
mrinfo Make it compile after format string changes. 2000-10-12 06:03:32 +00:00
mrouted Make it compile again after format string changes (this change was obviously 2000-10-12 06:07:04 +00:00
mtrace Make it compile again after format string changes. 2000-10-12 06:11:40 +00:00
mtrace6 $KAME$ cleanups. sync with kame 2000-12-04 07:03:17 +00:00
mtree use .Xr 2000-11-07 05:44:50 +00:00
ndp nuke link-locals correctly on -c. sync with kame 2000-10-10 10:14:36 +00:00
netgroup_mkdb errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
nfsd Substitute the cross reference to portmap(8) with rpcbind(8). 2000-07-03 10:06:24 +00:00
ntp Make ntp work on sparc64 (workaround for toolchain problems) by 2000-11-12 19:48:55 +00:00
pim6dd correct pathname 2000-12-04 16:11:56 +00:00
pim6sd correct location of config file 2000-12-04 16:11:07 +00:00
pkg_install Strip not only .tgz but also .tbz etc. (missed from last commit) 2000-12-13 03:49:56 +00:00
pppd avoid use of ANSI C trigraph ??) 2000-12-20 01:29:21 +00:00
pstat Print address of lower vnode of layered fs vnode. 2000-12-13 05:50:33 +00:00
pvcsif
pvctxctl tyop. inerface != interface 2000-08-25 07:15:02 +00:00
pwd_mkdb Back out last change on sugestion by Klaus Klein: 2000-12-07 12:53:14 +00:00
quot
quotacheck
quotaon errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
rarpd With RARP, MAC asks, and IP answers. Fixes PR 11330 by Thilo Manske, who 2000-11-20 14:59:30 +00:00
rbootd avoid accidental use of ANSI C trigraphs. 2000-12-20 01:30:26 +00:00
rdate errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
repquota
rip6query do not declare errno on our own. from: Patrick Welche <prlw1@newn.cam.ac.uk> 2000-12-19 23:55:02 +00:00
rmt
route6d do not advertise dynamic/cloned routes 2000-11-10 18:15:57 +00:00
rpc.bootparamd ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
rpc.lockd Don't try to deallocate an object pointed by NULL pointer. Instead, 2000-11-21 03:47:41 +00:00
rpc.pcnfsd Make targets which are generated with rpcgen depend on the rpcgen binary. 2000-09-10 23:21:49 +00:00
rpc.statd ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
rpc.yppasswdd Add a new "-d" option which allows to define the directory of the 2000-12-08 22:23:14 +00:00
rpcbind Make showmount -e work on lp64be. From Matt Green. While at it, also 2000-10-20 11:49:40 +00:00
rtadvd Grammatical and formatting cleanups. 2000-10-15 12:37:16 +00:00
rtsold Minor grammatical touch-ups. 2000-10-15 12:25:17 +00:00
rwhod More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
sa - detect duplicate keys when initializing the database. abort if too many 2000-07-29 19:15:40 +00:00
screenblank fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
sendmail
sesd More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
sliplogin
slstats
spray
sup No need to initialise a global to zero. 2000-12-13 23:00:32 +00:00
syslogd Don't prematurely terminate log message on a 0x80 character 2000-09-18 13:04:53 +00:00
tadpolectl
tcpdchk More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
tcpdmatch remove bogus text in BUGS. 2000-10-07 23:31:18 +00:00
tcpdump do not print "PIM" twice 2000-11-08 07:23:54 +00:00
timed
traceroute Remove duplicate entry for -d option, fixing misc/11414. 2000-11-02 18:16:43 +00:00
traceroute6 move rcsid to the top 2000-11-24 07:42:07 +00:00
trpt
trsp
unlink For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
usbdevs Put usage message in KNF order. 2000-10-15 12:46:31 +00:00
user Don't try to create or move directory if only '-d' is given (man page 2000-12-07 17:44:03 +00:00
videomode
vipw Improve description of "-d" option. 2000-12-08 22:21:44 +00:00
vnconfig Put sections in the canonical order (from mdoc.samples(7)). 2000-10-02 16:21:27 +00:00
wiconfig cast isprint() parameter to (unsigned char) - it looses if the character has high 2000-11-24 09:53:36 +00:00
wsconscfg Split the SYNOPSIS into three cases, since not all options can be used 2000-10-03 19:08:50 +00:00
wsfontload pcvt is dead. 2000-10-27 11:31:32 +00:00
ypbind __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:34:39 +00:00
yppoll More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
ypserv More IPv6-friendliness. 2000-12-09 22:39:12 +00:00
ypset
zdump
zic
Makefile Descend into altq. 2000-12-17 03:06:53 +00:00
Makefile.inc