..
ac
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
1997-11-24 06:28:50 +00:00
accton
use err()
1997-10-18 07:26:45 +00:00
amd
RCS Id Police.
1998-01-09 08:03:16 +00:00
apm
add missing .Nm sections
1997-11-11 10:07:34 +00:00
apmd
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
arp
add a verbose (-v) flag for when adding/deleting arp entries.
1998-02-10 03:45:05 +00:00
bad144
WARNSify, use err/warn, use opendisk
1997-10-17 05:31:02 +00:00
bootp
RCS Id Police.
1998-01-09 08:03:16 +00:00
bootpd
RCS Id Police.
1998-01-09 08:03:16 +00:00
bootpef
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
bootpgw
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
bootptest
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
catman
while catman doesn't `work' properly yet, use snprintf() when creating the
1997-10-24 01:31:35 +00:00
chown
Update a comment: neither does POSIX define the `-h' option, nor does it
1997-12-21 18:34:30 +00:00
chroot
WARNSify
1997-10-18 04:06:28 +00:00
chrtbl
change includes to fix compiler warning
1998-02-03 04:39:14 +00:00
config
Add a "deffs" keyword, similar to "defopt", that defines file systems.
1998-02-19 00:27:00 +00:00
cron
Cast time_t to long for printing.
1998-02-04 21:51:44 +00:00
dbsym
RCS Id Police.
1998-01-09 08:03:16 +00:00
dev_mkdb
deprecate register, use memset/memmove instead of bzero/bcopy
1997-10-18 08:18:00 +00:00
dhcp
Build the dhclient.leases and dhclient-script man pages
1997-11-22 09:37:25 +00:00
diskpart
WARNSify
1997-10-17 00:16:55 +00:00
dumpfs
fix compile warnings on the alpha.
1997-10-19 09:23:29 +00:00
dumplfs
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
edquota
fix compile warning on the sparc (erik fair).
1997-10-21 06:40:40 +00:00
eeprom
deprecate register, use memset/memmove instead of bzero/bcopy
1997-10-18 08:40:40 +00:00
gettable
rcsid fascism
1997-10-18 04:36:50 +00:00
grfconfig
Fix the case problem of the flags field and a problem with a # in the
1997-11-20 10:35:15 +00:00
grfinfo
getopt returns -1 not EOF
1997-11-01 06:49:14 +00:00
gspa
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
hilinfo
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
htable
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
inetd
PR/4837: Jeff Thieleke: inetd does not compile without libwrap.
1998-01-20 16:44:22 +00:00
iostat
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
ipf
must track changes to src/sys/lkm/netinet/if_ipl/Makefile here
1998-02-06 06:44:47 +00:00
iteconfig
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
kgmon
getopt returns -1 not EOF
1997-11-01 06:49:14 +00:00
kvm_mkdb
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
lastlogin
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
lpr
Use obj dirs
1997-12-21 15:53:38 +00:00
map-mbone
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
mdconfig
eliminate invalid options from SYNOPSIS; from Johan Danielsson in PR 4570
1997-12-02 08:21:45 +00:00
mdsetimage
WARNSify
1997-10-17 10:28:39 +00:00
mopd
lint
1998-02-07 00:03:19 +00:00
mountd
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mrinfo
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
mrouted
WARNSify
1997-10-17 10:38:25 +00:00
mtrace
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
mtree
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
named
RCS Id Police.
1998-01-09 08:03:16 +00:00
netgroup_mkdb
don't ignore blank lines after a continuation backslash
1997-11-06 00:27:58 +00:00
nfsd
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
nfsiod
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
pkg_install
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
portmap
minor knf
1998-02-10 07:04:21 +00:00
pppd
Enable CHAPMS and MSLANMAN. Make them compile. I don't have access to a test
1997-11-19 11:59:58 +00:00
pstat
add -DPMAP_NEW if PMAP_NEW is on in mk.conf
1998-02-18 03:54:58 +00:00
pwd_mkdb
grammatical errors fix from PR#4409
1997-11-05 18:46:07 +00:00
quot
use warn not warnx to find out why the open failed (as old quot did).
1997-11-06 14:36:45 +00:00
quotacheck
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
quotaon
change includes to fix compiler warning
1998-02-03 04:55:59 +00:00
rarpd
PR/4835: Izumi Tsutsui: rarpd does not set the link level address length.
1998-01-17 11:38:36 +00:00
rbootd
Use S_IS*(), not S_IF*.
1997-10-19 19:40:21 +00:00
rdate
use memset instead of bzero
1997-10-18 11:23:19 +00:00
repquota
initialize "cp" in hasquota() to avoid gcc/sparc compiler error:
1997-10-23 04:53:03 +00:00
rmt
WARNSify
1997-10-17 13:02:01 +00:00
rpc.bootparamd
revert; we can't break the existing ABI and API
1998-02-12 03:32:51 +00:00
rpc.lockd
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
rpc.pcnfsd
add missing .Nm sections
1997-11-11 10:07:34 +00:00
rpc.statd
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
rpc.yppasswdd
use .Tn YP
1997-11-18 06:52:15 +00:00
rwhod
deprecate register, use warn/err
1997-10-18 11:37:10 +00:00
sa
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
screenblank
use memset instead of bzero
1997-10-18 11:37:45 +00:00
sendmail
Sendmail configuration for zhadum.netbsd.org.
1998-02-08 06:57:00 +00:00
sliplogin
Check length of given user name to (slip)login. Fixed the exploit in
1998-01-12 08:59:56 +00:00
slstats
deprecate register, s/bcopy/memmove
1997-10-18 11:38:26 +00:00
spray
WARNSify
1997-10-17 13:36:36 +00:00
sup
change includes to fix compiler warning
1998-02-03 04:55:59 +00:00
sysctl
Tell user to use xnptdc to view kern.ntptime, as a workaround until
1998-02-06 21:18:46 +00:00
syslogd
nit: order rcsid/sccsids
1998-02-10 03:50:24 +00:00
tcpdchk
RCS Id Police.
1998-01-09 08:03:16 +00:00
tcpdmatch
change includes to fix compiler warning
1998-02-03 04:55:59 +00:00
tcpdump
Determine endian-ness and define WORDS_BIGENDIAN if appropriate.
1998-02-01 13:48:08 +00:00
timed
RCS Id Police.
1998-01-09 08:03:16 +00:00
traceroute
Much cleaner fix for alignment error bug.
1997-11-03 21:17:17 +00:00
trpt
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
trsp
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00
update
WARNSify
1997-10-17 13:59:34 +00:00
videomode
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
vipw
WARNSify
1997-10-17 14:26:43 +00:00
vnconfig
WARNSify
1997-10-18 03:54:00 +00:00
xntp
(char)-1 != (int)-1 on unsigned-char machines.
1998-01-15 22:58:28 +00:00
ypbind
revert; we can't break the existing ABI and API
1998-02-12 03:32:51 +00:00
yppoll
use .Tn YP instead of YP
1998-01-23 13:38:24 +00:00
ypserv
change includes to fix compiler warning
1998-02-03 04:55:59 +00:00
ypset
use .Tn YP instead of YP
1998-01-23 13:38:24 +00:00
zdump
Back out the .PATH.c changes. The .depend problem (and others)
1997-05-08 21:11:01 +00:00
zic
backout previous
1997-05-06 22:38:46 +00:00
Makefile
merge lite-2 rcsids
1997-10-17 09:04:12 +00:00
Makefile.inc
enable WARNS=1 by default, but disable in unclean 3rd party code
1997-10-18 06:42:25 +00:00