NetBSD/usr.sbin
mjacob dcdf7ba2cd Fix rmt for use with Solaris 2.7 and others. The deal here is that for
version 0 RMT protocol, the query of status makes no sense (send back, in
binary, the mtget structure), but systems sometimes use it anyway. And when
they use it, they get upset if they get back something that is a different
size from what they expect. The original mtget structure in BSD 4.3 is
24 bytes in size, and that seems to be what they can cope with.

The correct fix would be to go to Version 1 RMT, but that's a horse of
another color...
2000-02-08 18:00:05 +00:00
..
ac
accton
amd In real_plog() change vsprintf() to vsnprintf() to be sure we'll never overflow 2000-01-15 15:51:54 +00:00
apm Kill the period in the SEE ALSO list. 2000-02-05 11:52:37 +00:00
apmd Kill the period in SEE ALSO. 2000-02-02 01:55:55 +00:00
arp
bad144
bind More .mk file fallout. *sigh* 2000-01-23 21:55:44 +00:00
bootp
catman Use uname(3) to determine MACHINE type. 2000-01-09 04:54:53 +00:00
chown Since our gcc doesn't warn about NULL format strings anymore, we can 1999-11-09 15:06:30 +00:00
chroot
chrtbl
cnwctl nope, those are unsigned long longs; correct accordingly.. 1999-12-01 03:40:51 +00:00
config Emit `.MAIN: all' to force the target `all' as default target. 2000-02-01 05:13:17 +00:00
cron
dbsym
dev_mkdb
dhcp 'If it comes from a client that already knows its address and is not 1999-12-07 23:23:16 +00:00
diskpart
dumpfs Dump softdep mode. 2000-01-18 20:24:19 +00:00
dumplfs
edquota Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
eeprom
eshconfig
faithd typo (sa_family must be sa_len) 1999-12-30 15:39:40 +00:00
gifconfig Remove bogus declarations of "errno". 2000-01-22 10:16:23 +00:00
greconfig
grfconfig
grfinfo
gspa
hilinfo
ifmcstat align message a bit better. 2000-02-02 05:18:32 +00:00
inetd sync with latest libipsec. 2000-01-31 14:28:17 +00:00
iostat
ipf First cut to make it work again. 2000-02-06 13:05:25 +00:00
iteconfig
kgmon
kvm_mkdb machine/exec_coff.h -> sys/exec_coff.h 2000-01-07 09:40:33 +00:00
lastlogin
link
lpr IPv6 support, using rcmd-family funciton added. 2000-01-27 05:39:50 +00:00
mailwrapper
map-mbone
mbrlabel
mdconfig mdconfig /dev/md0c rather than /dev/md0a in EXAMPLES. 1999-12-18 03:14:15 +00:00
mdsetimage machine/exec_coff.h -> sys/exec_coff.h 2000-01-07 09:40:33 +00:00
memswitch
mld6query
mopd fix bug that caused first load to fail - from jkunz@unixag-kl.fh-kl.de 2000-01-10 19:33:18 +00:00
mountd If failed to export some mount point, unexport and try again. This is a 2000-02-03 09:59:22 +00:00
mrinfo
mrouted
mtrace Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
mtrace6 fix include file path (IPv6 related). 2000-02-06 11:21:45 +00:00
mtree code.c is no longer used, we use strsvis instead. Removed prototypes 1999-12-07 18:42:06 +00:00
ndp Remove bogus declaration of "errno". 2000-01-22 10:18:07 +00:00
netgroup_mkdb more gracefully detect _NG_ERROR 1999-11-28 04:40:21 +00:00
nfsd
nfsiod
ntp Update to 4.0.98f. fix last remaining references to xntp. 1999-11-16 03:53:21 +00:00
pim6dd write out dump file into /var/run, not /var/tmp. 1999-12-16 05:55:52 +00:00
pim6sd fix advanced api bug. (sync with snap) 2000-02-03 06:59:35 +00:00
pkg_install Special case 'nb<X>' suffix in deweycmp() - this allows NetBSD specific 2000-02-07 11:26:26 +00:00
portmap In callit() and logit(), set a slightly informative proctitle to make 2000-01-27 16:28:32 +00:00
pppd inet_pton() error must be checked with 1. see inet_pton(3). 2000-01-20 04:55:52 +00:00
pstat fix the table of the STATE field of "pstat -t" 1999-12-08 22:01:53 +00:00
pvcsif
pvctxctl
pwd_mkdb Add explicit endianness overrides. 2000-01-23 19:59:32 +00:00
quot Typos (from OpenBSD) 1999-11-18 19:02:31 +00:00
quotacheck
quotaon
rarpd Copy struct ifreq returned by SIOGIFCONF to ensure correct alignment. 2000-02-07 01:15:52 +00:00
rbootd
rdate Add IPv6 support. 2000-02-05 22:14:20 +00:00
repquota Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
rip6query add manpage, rip6query(8). 2000-01-19 06:35:22 +00:00
rmt Fix rmt for use with Solaris 2.7 and others. The deal here is that for 2000-02-08 18:00:05 +00:00
route6d write out dump file into /var/run, not /var/tmp. 1999-12-16 05:55:52 +00:00
rpc.bootparamd
rpc.lockd Supports nlm version 4 (for use with nfsv3). 2000-02-02 18:17:42 +00:00
rpc.pcnfsd
rpc.statd
rpc.yppasswdd
rtadvd fix include file path (IPv6 related). 2000-02-06 11:21:45 +00:00
rtsold Remove bogus declaration of "errno". 2000-01-22 10:05:13 +00:00
rwhod avoid memory leak on realloc() error. 1999-12-30 09:10:28 +00:00
sa
screenblank
sendmail One last bit of .mk lossage. 2000-01-24 06:49:29 +00:00
setkey fix include file path (IPv6 related). 2000-02-06 11:21:45 +00:00
sliplogin
slstats Adapt printf formats for 64bit counters. 1999-11-19 10:45:23 +00:00
spray
sup Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
syslogd use sizeof(foo) instead of hardcoded value, to help synchronizing 1999-12-13 04:25:08 +00:00
tadpolectl Fix include. 1999-12-20 09:51:53 +00:00
tcpdchk Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
tcpdmatch
tcpdump fix include file path (IPv6 related). 2000-02-06 11:21:45 +00:00
timed Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
traceroute sync with latest libipsec/kernel. 2000-01-31 14:25:42 +00:00
traceroute6 sync with latest libipsec/kernel. 2000-01-31 14:25:42 +00:00
trpt
trsp
unlink
usbdevs
user Add RCS Id and Copyright. 2000-02-02 15:12:10 +00:00
videomode
vipw
vnconfig
wiconfig document OS versions 2000-02-04 08:01:43 +00:00
wsconscfg print a nicer error message if a screen is already configured 1999-11-10 16:34:58 +00:00
wsfontload Default bit/byte order with #define's and fix usage(). 2000-01-25 01:04:07 +00:00
xntp Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get 2000-01-21 17:08:33 +00:00
ypbind
yppoll
ypserv Our db btree(3) implementation is tuned for ordered insertion, so pipe 1999-11-19 16:55:25 +00:00
ypset
zdump
zic
Makefile Build "sendmail" 8.9.3 instead of 8.8.8. 2000-02-08 13:53:01 +00:00
Makefile.inc