..
ac
Use __dead.
2011-08-29 20:38:53 +00:00
accton
Use __dead.
2011-08-29 20:38:53 +00:00
acpitools
Use __dead.
2011-08-29 20:38:53 +00:00
altq
Use __dead.
2011-08-29 20:38:53 +00:00
apm
Use static + __dead
2011-11-25 12:51:27 +00:00
apmd
Use static + __dead
2011-11-25 12:51:27 +00:00
arp
New sentence, new line. Remove trailing whitespace.
2011-04-25 22:20:29 +00:00
bad144
static + __dead
2011-11-25 13:13:33 +00:00
bootp
Fix under-allocation-by-one
2011-10-07 10:06:39 +00:00
btattach
Mark types as static and usage as dead.
2011-08-27 22:17:53 +00:00
btconfig
This file received some typo-love.
2011-10-17 16:37:50 +00:00
btdevctl
static + __dead
2011-08-27 22:22:01 +00:00
bthcid
static + __dead
2011-08-27 22:22:01 +00:00
btpand
Use __dead.
2011-08-29 20:38:53 +00:00
catman
make len unsigned; -1 will turn into a large number, failing the test.
2011-12-24 23:46:11 +00:00
chroot
- don't use an uninitialized grouplist (from Patrick Welche)
2011-09-20 14:28:52 +00:00
cnwctl
cpuctl
use a correct macro.
2012-02-03 05:06:51 +00:00
crash
m68k does not have or need db_machdep.c
2012-02-18 17:56:49 +00:00
dev_mkdb
static openinfo. dead, not unused usage.
2011-08-30 10:04:50 +00:00
dhcp
this HAVE_PCC is not (any longer) required
2011-09-13 14:00:08 +00:00
diskpart
ANSIfy + static + dead.
2011-08-30 10:12:06 +00:00
dumpfs
static + __dead
2011-08-30 18:24:17 +00:00
dumplfs
remove most of the remaining HAVE_GCC tests that are always true in
2011-06-20 07:43:56 +00:00
edquota
Update dangling references to quotactl(2), mostly now libquota(3), and to
2012-02-13 19:53:24 +00:00
eeprom
build eeprom on shark
2011-12-15 07:51:29 +00:00
envstat
Various English usage, spelling and markup fixes for envstat(4)-related
2012-02-09 18:10:26 +00:00
eshconfig
ANSIfy + static + __dead
2011-08-30 18:28:59 +00:00
etcupdate
Run services_mkdb if only the old hash exists
2010-06-24 17:12:06 +00:00
extattrctl
Use __dead
2011-08-31 13:32:36 +00:00
faithd
Use __dead
2011-09-16 15:39:25 +00:00
flashctl
Properly use format strings
2011-05-24 13:01:53 +00:00
fssconfig
static + __dead
2011-08-30 18:30:13 +00:00
fusermount
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
fwctl
Revieve -> Receive in a comment.
2011-10-17 16:50:47 +00:00
gpioctl
Fix a "lonely name".
2011-11-13 14:39:42 +00:00
grfconfig
Fix fd leaks in error cases. Found by cppcheck.
2011-01-04 09:32:31 +00:00
gspa
Use __dead and __printflike
2011-08-30 18:53:41 +00:00
hdaudioctl
Use __dead
2011-08-31 13:32:36 +00:00
i2cscan
Add missing period at end of sentence.
2012-02-04 18:25:53 +00:00
ifmcstat
ifwatchd
static + __dead
2011-08-30 18:57:38 +00:00
inetd
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
2012-01-04 16:09:40 +00:00
installboot
Use "NetBSD 6.0" and not "NetBSD 6" and sound less like a broken record.
2012-02-11 07:27:25 +00:00
iopctl
static + __dead
2011-08-30 18:57:38 +00:00
iostat
static + __dead
2011-08-30 19:06:06 +00:00
ipf
Back out the recent import of IPFilter 5.1.1 for the upcoming branch,
2012-02-15 17:55:03 +00:00
ipwctl
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
irdaattach
static + __dead
2011-08-30 19:06:06 +00:00
isdn
NULL does not need a cast
2011-08-31 16:24:54 +00:00
isibootd
Rename FRAME* macro to TRFS_FRAME* for readability and
2011-12-18 14:45:23 +00:00
iteconfig
don't discard const qualifiers
2009-04-26 19:56:20 +00:00
iwictl
Update references to firmware handling (mostly by removing outdated stuff
2009-05-18 12:55:28 +00:00
kgmon
Add option arguments to descriptions. From YOMURA Masanori.
2011-04-25 22:46:35 +00:00
kvm_mkdb
Fix fd leaks in error cases. Found by cppcheck.
2011-01-04 09:32:31 +00:00
lastlogin
__dead + ANSIfy
2011-08-31 13:31:29 +00:00
ldpd
avoid reusing inet_addr twice.
2011-12-24 23:54:26 +00:00
link
ANSIfy + __dead
2011-08-30 19:18:17 +00:00
lmcconfig
lockstat
static + __dead
2011-08-30 19:20:20 +00:00
lpr
Use Sq, and remove trailing whitespace.
2011-11-09 14:16:00 +00:00
lptctl
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
mailwrapper
A general update. Remove (hopefully the last) references to sendmail(8), etc.
2010-04-10 08:29:53 +00:00
makefs
Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple
2012-01-28 02:35:46 +00:00
makemandb
SQLite doesn't use the FTS index for equal ops, so force it to do a FTS
2012-02-20 18:27:30 +00:00
map-mbone
mdconfig
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
2009-10-21 23:12:09 +00:00
mdsetimage
Sort options in SYNOPSIS.
2010-11-07 11:49:21 +00:00
memswitch
Whitespace.
2011-01-14 13:31:47 +00:00
mld6query
static + __dead
2011-08-30 21:18:11 +00:00
mlxctl
avoid type punned warnings
2011-08-14 17:57:44 +00:00
mmcformat
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
mopd
Fix build on mips (NOAOUT case).
2011-08-31 13:09:10 +00:00
mountd
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
2012-01-04 16:09:40 +00:00
moused
don't truncate time_t
2011-08-31 16:32:48 +00:00
mrinfo
Use __dead
2011-08-31 13:32:36 +00:00
mrouted
NULL does not need a cast
2011-08-31 16:24:54 +00:00
mscdlabel
remove most of the remaining HAVE_GCC tests that are always true in
2011-06-20 07:43:56 +00:00
mtrace
Use __dead
2011-08-31 13:32:36 +00:00
mtree
Use __dead and __printflike
2011-08-29 20:37:43 +00:00
ndbootd
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
2011-05-26 12:56:24 +00:00
ndiscvt
Use __dead
2011-11-25 13:18:22 +00:00
ndp
Use __dead
2011-08-31 13:32:36 +00:00
netgroup_mkdb
Remove 3rd and 4th clauses in christos' license. OK christos.
2009-10-21 01:07:44 +00:00
nfsd
static + ANSIfy + __dead
2011-08-30 20:07:31 +00:00
npf
- make each element of a variable hold a type
2012-02-26 21:50:05 +00:00
ofctl
Make ofctl for ofppc machines.
2010-06-20 21:30:26 +00:00
paxctl
security(7), not (8).
2011-04-28 11:57:08 +00:00
pcictl
static + __dead
2011-08-30 20:08:38 +00:00
perfused
Mark perfused_panic as dead. Canonical form of infinite loops is
2012-02-04 18:36:30 +00:00
pf
don't include pcap/bpf.h
2011-12-21 22:18:43 +00:00
postinstall
quote SRC_DIR and DEST_DIR everywhere. Also wrap some long lines.
2012-02-22 16:42:07 +00:00
powerd
Rump-ify powerd.
2010-12-19 22:52:08 +00:00
pppd
Bump the queue size to 32K
2011-09-24 20:19:39 +00:00
psrset
Use __dead
2011-08-31 13:32:36 +00:00
pstat
Use __dead
2011-08-31 13:32:36 +00:00
puffs
Ensure psshfs_node_read() completely reads all data before return.
2012-01-20 22:07:58 +00:00
pvcsif
static + __dead
2011-08-30 21:27:00 +00:00
pvctxctl
Localize variables. Use __dead
2011-08-30 21:28:27 +00:00
pwd_mkdb
NULL does not need a cast
2011-08-31 16:24:54 +00:00
quot
KNF
2011-03-06 23:41:47 +00:00
quotacheck
Update dangling references to quotactl(2), mostly now libquota(3), and to
2012-02-13 19:53:24 +00:00
quotaon
Update dangling references to quotactl(2), mostly now libquota(3), and to
2012-02-13 19:53:24 +00:00
quotarestore
Mark usage as __dead.
2012-02-14 17:33:38 +00:00
racoon
-consistently use "char *" for the compiled policy buffer in the
2012-01-04 15:55:35 +00:00
racoonctl
Ignore warnings when building with clang for now.
2011-05-30 14:41:26 +00:00
rarpd
static + __printflike + __dead
2011-08-30 20:25:18 +00:00
rbootd
Remove nonexistent (probably HP-UX specific) Xref rmp(4).
2011-12-15 16:45:21 +00:00
rdate
Remove 3rd and 4th clauses in christos' license. OK christos.
2009-10-21 01:07:44 +00:00
repquota
Bump date for previous.
2012-02-13 13:37:45 +00:00
rip6query
ANSIfy + static + __dead
2011-08-30 21:17:06 +00:00
rmt
route6d
NULL does not need a cast
2011-08-31 16:24:54 +00:00
rpc.bootparamd
ANSIFy + static + __dead
2011-08-30 20:29:41 +00:00
rpc.lockd
Apply casts to cases where xdrproc_t is expected but is not
2011-08-30 17:06:20 +00:00
rpc.pcnfsd
Simplify
2011-10-07 10:46:29 +00:00
rpc.statd
rpc.yppasswdd
NULL does not need a cast
2011-08-31 16:24:54 +00:00
rpcbind
NULL does not need a cast
2011-08-31 16:24:54 +00:00
rtadvd
Use RT_ADVANCE when available.
2011-12-12 01:11:33 +00:00
rtsold
Fix typo in comment.
2011-10-17 16:31:14 +00:00
rwhod
Use __dead
2011-08-31 13:32:36 +00:00
sa
On LP64 platforms, uid_t is not the same size as u_long, so the key
2010-08-30 02:49:17 +00:00
schedctl
Use __dead
2011-08-31 13:32:36 +00:00
screenblank
static + __dead
2011-08-30 20:33:30 +00:00
sdpd
Use __dead
2011-08-31 13:32:36 +00:00
services_mkdb
Use __dead
2011-08-31 13:32:36 +00:00
sesd
Fix fd leak in error case. Found by cppcheck.
2011-01-04 10:10:39 +00:00
sliplogin
static + ANSIfy + __dead
2011-08-30 20:42:22 +00:00
spray
static + ANSIfy + __dead
2011-08-30 20:45:31 +00:00
srtconfig
sti
improve wording a bit
2009-08-28 21:19:13 +00:00
sunlabel
Userland now builds and uses terminfo instead of termcap.
2010-02-03 15:34:37 +00:00
sup
be more portable, explain what we are doing, simplify.
2011-12-07 22:52:54 +00:00
syslogd
fix resource leaks and NULL uses found by Coverity scan.
2012-02-13 07:40:24 +00:00
tadpolectl
System utilities, boot programs and kernel modules are machine
2009-12-13 05:01:32 +00:00
tcpdchk
NULL does not need a cast
2011-08-31 16:24:54 +00:00
tcpdmatch
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
tcpdrop
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
tcpdump
remove most of the remaining HAVE_GCC tests that are always true in
2011-06-20 07:43:56 +00:00
timed
PR/45842: Henning Petersen: compare fgets with NULL not 0
2012-01-16 17:38:16 +00:00
tpctl
Fix WARNS=4 issues.
2009-04-28 10:57:24 +00:00
tprof
Use __dead
2012-01-10 23:39:11 +00:00
traceroute
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
2012-01-04 16:09:40 +00:00
traceroute6
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
2012-01-04 16:09:40 +00:00
trpt
static + __dead
2011-08-30 20:49:29 +00:00
unlink
ANSIfy + __dead
2011-08-30 20:50:24 +00:00
usbdevs
static + __dead
2011-08-30 20:51:29 +00:00
user
Move path names to pathnames.h per conventions
2011-12-01 00:34:05 +00:00
veriexecgen
security(7), not (8).
2011-04-28 11:23:57 +00:00
videomode
Fix fd leaks. Found by cppcheck.
2011-01-04 10:32:34 +00:00
vipw
NULL does not need a cast
2011-08-31 16:24:54 +00:00
vnconfig
ANSIfy + static + __dead
2011-08-30 20:54:18 +00:00
wake
Use __dead
2011-08-31 13:32:36 +00:00
wiconfig
ANSIfy + static + __dead
2011-08-30 20:54:18 +00:00
wlanctl
Use __dead
2011-08-31 13:32:36 +00:00
wsconscfg
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
wsfontload
Use __dead
2011-08-31 13:32:36 +00:00
wsmoused
Use more markup. New sentence, new line. Sort sections.
2012-01-02 18:04:34 +00:00
wsmuxctl
static + __dead
2011-08-30 21:03:31 +00:00
ypbind
Apply casts to cases where xdrproc_t is expected but is not
2011-08-30 17:06:20 +00:00
yppoll
Apply casts to cases where xdrproc_t is expected but is not
2011-08-30 17:06:20 +00:00
ypserv
static + __dead
2011-08-30 21:03:31 +00:00
ypset
ANSIfy
2011-08-27 22:41:35 +00:00
zdump
- no need for gcc-4.5 hacks
2011-08-16 07:52:32 +00:00
zic
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00
Makefile
Remove quotactl(8). Successor for backup purposes is quotarestore(8).
2012-02-13 01:43:22 +00:00
Makefile.inc
Enable WARNS=4 by default, except for:
2009-04-22 15:23:01 +00:00