NetBSD/usr.bin
he 95094319c5 Initialize a local variable to appease -Wuninitialized.
Marked with XXXGCC for dreamcast (found while compiling for it).

Reviewed by lukem.
2005-06-07 13:36:28 +00:00
..
apply Avoid casting an lvalue. 2005-05-08 19:53:57 +00:00
apropos Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
asa WARNS=3 2005-01-12 14:41:29 +00:00
at Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
audio appease gcc -Wuninitialized 2005-06-02 01:35:57 +00:00
awk
banner WARNS=3 2005-01-12 14:45:26 +00:00
basename Clean up by using basename(3) from libc. 2005-04-04 16:47:54 +00:00
bdes WARNS=3 2005-01-12 14:45:26 +00:00
biff Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
bzip2
bzip2recover
cal appease gcc -Wuninitialized 2005-06-02 01:35:57 +00:00
calendar appease gcc -Wuninitialized 2005-06-02 01:35:57 +00:00
cap_mkdb Write the database file into a temporary file first, because otherwise if 2005-04-13 04:50:22 +00:00
cdplay appease gcc -Wuninitialized 2005-06-02 01:35:57 +00:00
checknr This needs <err.h> for err() and errx() (hi wiz) 2005-03-30 18:01:32 +00:00
chflags Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
chpass appease gcc -Wuninitialized 2005-06-02 01:42:11 +00:00
cksum De-register. 2005-02-05 00:13:34 +00:00
cmp Don't put a space before function call operator. 2005-04-11 10:39:06 +00:00
col Kill __P(), use ANSI function declarations; WARNS=3. 2005-02-17 17:12:42 +00:00
colcrt Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
colrm Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
column Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
comm Kill __P(), use ANSI function declarations. 2005-02-17 17:31:28 +00:00
compile_et Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
compress
config Remove bogus BINDIR assignment. 2005-06-06 06:12:09 +00:00
crontab
crunch Make dependency checking for the pull-over make's actually work. 2005-02-10 16:03:04 +00:00
ctags Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:29:58 +00:00
cut a fix from openbsd. 2005-03-22 21:56:28 +00:00
db
dirname Clean up by using dirname(3) from libc. 2005-04-04 16:46:55 +00:00
du Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:35:47 +00:00
eject
elf2aout
elf2ecoff
env
error
expand - ansi 2005-03-09 02:02:07 +00:00
extattr appease gcc -Wuninitialized 2005-06-02 01:42:11 +00:00
false
fdformat
fgen
file
find Use FD_CLOEXEC (for -exec). 2005-01-19 01:03:16 +00:00
finger Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
fmt
fold
fpr
from
fsplit
fstat Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
ftp * Only print the "Trying <address>..." message if verbose and 2005-06-01 12:10:14 +00:00
gcore We have 2005 now. 2005-01-11 09:46:17 +00:00
genassym genassym(1), not (8) 2005-06-05 19:00:02 +00:00
gencat
getconf
getent Bump date for "rpc" support. 2005-01-21 10:32:33 +00:00
getopt
gprof
grep PR/29806: Michael Van Elst: Off by one in code. 2005-04-22 21:02:42 +00:00
gzip Fix numerous uninitalized variables. 2005-06-02 01:51:58 +00:00
head
hesinfo
hexdump appease gcc -Wuninitialized 2005-06-02 01:53:01 +00:00
iconv make the error message kindly if the last character is incompleted. 2005-04-25 13:57:34 +00:00
id
indent
innetgr
ipcrm
ipcs Print a nice introductory line, per SUSv3 (and Posix?) 2005-02-21 04:32:55 +00:00
join
jot
kdestroy Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kdump appease gcc -Wuninitialized 2005-06-02 01:53:01 +00:00
kgetcred Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kinit Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
klist Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
ktrace
ktruss
lam
last Remove extra ; found by gcc-2.95 and reported in port-vax. 2005-03-14 13:34:57 +00:00
lastcomm WARNS=3, ansi, knf 2005-03-28 23:33:22 +00:00
ldd
leave
less
lex
locale
locate
lock
logger
login Terminate variable argument list with NULL, not 0. 2005-04-25 01:33:03 +00:00
logname
look
lorder Invoke "join" using POSIX syntax. Should fix a problem cross-building from 2005-01-04 18:09:33 +00:00
m4 Initialize a local variable to appease -Wuninitialized. 2005-06-07 09:25:00 +00:00
machine
mail Fix temp file paths. From Jeff Ito in PR 30316. 2005-05-24 11:21:40 +00:00
make appease gcc -Wuninitialized 2005-06-03 16:15:46 +00:00
man
menuc White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
mesg
midiplay
mixerctl
mk_cmds Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
mkcsmapper appease gcc -Wuninitialized 2005-06-02 01:53:01 +00:00
mkdep Initialize a couple of local variables to appease -Wuninitialized. 2005-06-07 09:33:37 +00:00
mkesdb appease gcc -Wuninitialized 2005-06-02 01:53:01 +00:00
mkfifo
mklocale
mkstr
mktemp
modstat
msgc If the user removed the default string (after we had put it into the buffer 2005-04-09 13:12:31 +00:00
msgs
netgroup
netstat For connected local domain sockets that don't have a "local" name, 2005-03-04 03:59:07 +00:00
newsyslog Reworded, because it previously made it sound like it only sent a 2005-04-21 17:33:31 +00:00
nfsstat
nice
nl
nohup
openssl der_chop is gone. 2005-03-26 00:32:35 +00:00
pagesize
passwd Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling 2005-03-04 20:41:08 +00:00
paste
patch Sort options. Add -C to usage. 2005-03-25 23:55:02 +00:00
pathchk
pkill Bump date for -i. 2005-03-16 15:05:25 +00:00
pmap Fix fallout from vm_anon changes 2005-05-11 17:41:52 +00:00
pmc Improve argument error checking. 2005-06-02 02:14:58 +00:00
pr
printenv
printf Remember to consume input bytes when processing '\0nnn' for %b formats 2005-03-22 23:55:46 +00:00
progress Exit with any failure code from the cmd or gzip. 2005-02-23 22:32:31 +00:00
pwhash appease gcc -Wuninitialized 2005-06-02 02:19:51 +00:00
qsubst
quota
radioctl
rdist
renice
rev
rlogin Bump date for new -4, -6. 2005-03-11 13:14:34 +00:00
rpcgen
rpcinfo Cleanup use of 'host' when running 'rpcinfo -p'. 2005-06-02 02:46:16 +00:00
rs
rsh Add -4 and -6 to usage. 2005-03-11 03:20:23 +00:00
rup
ruptime
rusers
rwall
rwho
script
sed
seq Add missing 'by' in license attribution -- Thanks, wiz! 2005-01-20 12:52:03 +00:00
shar
shlock
showmount
shuffle
skey
skeyinfo
skeyinit
sockstat appease gcc -Wuninitialized 2005-06-02 03:00:19 +00:00
soelim
sort Initialize a local variable to appease -Wuninitialized. 2005-06-07 09:51:34 +00:00
split
ssh sftp now uses libedit. 2005-04-23 16:54:09 +00:00
stat Fix a trivial truncation case, and eliminate a corner case that might 2005-04-22 03:36:48 +00:00
string2key Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
su check for pwd != NULL 2005-04-19 03:17:35 +00:00
systat do not rely on the pre-evcnt interrupt counter kernel symbols being present. 2005-05-22 14:00:59 +00:00
tail appease gcc -Wuninitialized on hp700. 2005-06-05 19:08:28 +00:00
talk
tcopy
tee
telnet charaters -> characters 2005-04-03 02:43:57 +00:00
tftp appease gcc -Wuninitialized 2005-06-02 03:11:23 +00:00
time
tip
tn3270 White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
top appease gcc -Wuninitialized 2005-06-02 03:11:23 +00:00
touch
tput
tr
true
tset
tsort
tty
ul
uname Sort options alphabetically. 2005-03-27 18:41:22 +00:00
unexpand
unifdef
uniq
units A hogshead is defined in the U.S. to be 63 gallons, and otherwise refers 2005-02-01 01:08:10 +00:00
unvis
usbhidaction If running as a demon, make sure config file has an absolute path name. 2005-04-29 17:18:30 +00:00
usbhidctl bump size of some arrays 2005-02-09 22:14:13 +00:00
users
uudecode
uuencode
uuidgen
vacation
vgrind
vi Initialize a local variable to appease -Wuninitialized. 2005-06-07 13:36:28 +00:00
vis
vmstat appease gcc -Wuninitialized 2005-06-02 04:34:57 +00:00
w One third of screen looks much better than half, for default maxhost. 2005-03-13 04:08:16 +00:00
wall
wc
what
whatis
whereis
who
whois
window appease gcc -Wuninitialized 2005-06-02 04:34:57 +00:00
write
xargs
xinstall When creating a relative symlink (-lr), use the originally provided `to_name' 2005-05-10 01:24:42 +00:00
xlint appease gcc -Wuninitialized 2005-06-02 04:34:57 +00:00
xstr appease gcc -Wuninitialized 2005-06-02 04:34:57 +00:00
yacc PR/21177: Christian Biere: ctype function issues. 2005-04-17 17:16:37 +00:00
yes
ypcat Sort SEE ALSO. 2005-02-26 16:20:36 +00:00
ypmatch Sort SEE ALSO, remove superfluous quotes. 2005-02-26 16:21:44 +00:00
ypwhich Sort SEE ALSO. 2005-02-26 16:22:27 +00:00
Makefile config and genassym are not sysadmin tools, they are development tools. 2005-06-05 18:19:52 +00:00
Makefile.inc