freebsd-skq/usr.bin
David Malone a01e3379df Warns cleanups for netstat:
1) Include arpa/inet.h for ntohs.
2) Constness fixes.
3) Fix shadowing except for "sin" which shouldn't be in scope.
4) Remove register keyword.
5) Add missing initialsers to user defined structs.
5) Make prototype of netname6 globally visable.
6) Use right macros for printing syncache stats (even though entrie isn't
   a word).
2002-09-05 17:06:51 +00:00
..
alias
apply
ar
asa
at mdoc(7) police: Removed redundant .Ns calls. 2002-08-13 16:07:28 +00:00
awk
banner
basename ANSIify function definitions. 2002-09-04 23:29:10 +00:00
biff Bump document date for the 'beep only' change. 2002-08-16 03:08:25 +00:00
brandelf
bzip2
c89
calendar Add dates of foundation for Malaya, Malaysia and Singapore. 2002-08-30 21:36:16 +00:00
cap_mkdb ANSIify function definitions to avoid a warning. 2002-07-28 14:41:26 +00:00
catman No need to declare optind as an external int. 2002-09-04 21:16:51 +00:00
chat Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
checknr ANSIify function definitions to avoid a warning. 2002-07-28 14:55:59 +00:00
chflags ANSIify function definitions. 2002-09-04 23:29:10 +00:00
chkey Use strchr() instead of index(). Use getopt(). Use err(). 2002-08-27 19:06:44 +00:00
chpass
cksum ANSIify function definitions to avoid a warning. 2002-07-28 15:13:17 +00:00
cmp ANSIify function definitions to avoid a warning. 2002-07-28 15:13:17 +00:00
col ANSIify function definitions. 2002-09-04 23:29:10 +00:00
colcrt ANSIify function definitions. 2002-09-04 23:29:10 +00:00
colldef Avoid a signedness warning by casting chain_index to a size_t. 2002-09-04 21:22:49 +00:00
colrm ANSIify function definitions to avoid a warning. 2002-07-28 15:22:43 +00:00
column ANSify function definitions to avoid a warning. 2002-07-28 15:25:15 +00:00
comm ANSIify function definitions to avoid a warning. 2002-07-28 15:28:38 +00:00
compile_et
compress ANSIify function definitions to avoid a warning. 2002-07-28 15:32:17 +00:00
csplit mdoc(7) police: simplify. 2002-08-14 11:38:30 +00:00
ctags ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
cut ANSIify function definitions. 2002-09-04 23:29:10 +00:00
dig
dirname ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
dnskeygen
dnsquery
doscmd Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
du ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
ee
elf2aout
enigma ANSIify function definitions. 2002-09-04 23:29:10 +00:00
env ANSIify function definitions. 2002-09-04 23:29:10 +00:00
expand ANSIify function definitions. 2002-09-04 23:29:10 +00:00
false
fetch s/optarg/s/ (cut'n'paste braino) 2002-08-27 10:19:24 +00:00
file
file2c
find Do not repeat the name of the flag in its description 2002-08-27 19:14:08 +00:00
finger ANSIify function definitions. 2002-09-04 23:29:10 +00:00
fmt
fold ANSIify function definitions. 2002-09-04 23:29:10 +00:00
from ANSIify function definitions. 2002-09-04 23:29:10 +00:00
fstat Unbreak building of fstat following version 1.23 of 2002-08-14 16:34:13 +00:00
fsync
ftp
gcore Include stdint.h to make this compile. 2002-09-05 07:43:34 +00:00
gencat
getconf ANSIify function definitions. 2002-09-04 23:29:10 +00:00
getopt ANSIify function definitions. 2002-09-04 23:29:10 +00:00
gprof
head Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU 2002-07-23 14:39:20 +00:00
hesinfo ANSIify function definitions. 2002-09-04 23:29:10 +00:00
hexdump ANSIify function definitions. 2002-09-04 23:29:10 +00:00
host
id ANSIify function definitions. 2002-09-04 23:29:10 +00:00
indent
ipcrm ANSIify function definitions. 2002-09-04 23:29:10 +00:00
ipcs
join ANSIify function definitions. 2002-09-04 23:29:10 +00:00
jot
kdump Improve WARNS situation for kdump: 2002-07-28 16:05:07 +00:00
kenv
keylogin
keylogout
killall
ktrace
ktrdump
lam
last ANSIify function definitions. 2002-09-04 23:29:10 +00:00
lastcomm ANSIify function definitions. 2002-09-04 23:29:10 +00:00
ldd
leave ANSIify function definitions. 2002-09-04 23:29:10 +00:00
less
lessecho
lesskey
lex Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
limits
locate Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
lock ANSIify function definitions. 2002-09-04 23:29:10 +00:00
lockf
logger ANSIify function definitions. 2002-09-04 23:29:10 +00:00
login When login tries to do the chmod/chflags on a read only file system, 2002-08-19 20:54:00 +00:00
logname ANSIify function definitions. 2002-09-04 23:29:10 +00:00
look ANSIify function definitions. 2002-09-04 23:29:10 +00:00
lorder
lsvfs Add #include <sys/sysctl.h>. In my tree, mount.h includes 2002-08-11 02:07:43 +00:00
m4 Die on -D=foo, when parsing options - we can't let someone define (nil). 2002-09-04 01:12:39 +00:00
mail Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
make Deal with bootstrapping from an old -current (almost exactly a year old) 2002-08-31 07:18:40 +00:00
makewhatis ANSIify function definitions. 2002-09-04 23:29:10 +00:00
mesg ANSIify function definitions. 2002-09-04 23:29:10 +00:00
minigzip
mkdep
mkfifo ANSIify function definitions. 2002-09-04 23:29:10 +00:00
mklocale Document SWIDTH* 2002-08-20 15:19:34 +00:00
mkstr
mktemp
msgs ANSIify function definitions. 2002-09-04 23:29:10 +00:00
mt
ncal
ncplist
ncplogin ANSIify function definitions. 2002-09-04 23:29:10 +00:00
netstat Warns cleanups for netstat: 2002-09-05 17:06:51 +00:00
newgrp
newkey
nfsstat
nice ANSIify function definitions. 2002-09-04 23:29:10 +00:00
nl Remove local prototypes for main(). 2002-08-19 03:07:56 +00:00
nm
nohup
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00
pathchk
perl For scripts that are called in non-login environments (in particular 2002-08-21 20:54:45 +00:00
pr ANSIify function definitions. 2002-09-04 23:29:10 +00:00
printenv ANSIify function definitions. 2002-09-04 23:29:10 +00:00
printf ANSIify function definitions. 2002-09-04 23:29:10 +00:00
quota Add a new flag (-l) that suppresses quota checks on NFS filesystems. 2002-08-09 00:53:00 +00:00
ranlib
renice
rev ANSIify function definitions. 2002-09-04 23:29:10 +00:00
rlogin
rpcgen
rpcinfo Remove local prototypes for main(). 2002-08-19 03:07:56 +00:00
rs
rsh If a timeout is specified, make sure that rcmd() completes within 2002-08-13 16:25:38 +00:00
rup
ruptime
rusers
rwall ANSIify function definitions. 2002-09-04 23:29:10 +00:00
rwho
sasc
script ANSIify function definitions. 2002-09-04 23:29:10 +00:00
sed Correct boundary condition error in D' and P' commands when the last 2002-08-11 09:53:44 +00:00
shar
showmount
size
smbutil
sockstat Use a cast to `void *' before casting to a pointer to a structure 2002-08-02 11:57:59 +00:00
soelim ANSIify function definitions. 2002-09-04 23:29:10 +00:00
split
stat I was too conservative with my header changes, so restore some sanity 2002-08-15 04:58:46 +00:00
strings
strip Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
su Fix typing error in prev. commit 2002-08-12 17:24:42 +00:00
symorder
systat Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
tabs
tail
talk Remove local prototypes for main(). 2002-08-19 03:07:56 +00:00
tconv
tcopy
tee ANSIify function definitions. 2002-09-04 23:29:10 +00:00
telnet Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
tftp
time ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tip
top Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
touch ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tput ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tr ANSIify function definitions. 2002-09-04 23:29:10 +00:00
true
truncate
truss Remove an unnecessary cast. 2002-08-07 11:35:18 +00:00
tset ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tsort ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tty
uac
ul ANSIify function definitions. 2002-09-04 23:29:10 +00:00
uname ANSIify function definitions. 2002-09-04 23:29:10 +00:00
unexpand ANSIify function definitions. 2002-09-04 23:29:10 +00:00
unifdef Remove local prototypes for main(). 2002-08-19 03:07:56 +00:00
uniq ANSIify function definitions. 2002-09-04 23:29:10 +00:00
units Add enough consts to keep everyone happy. 2002-07-28 16:23:28 +00:00
unvis ANSIify function definitions. 2002-09-04 23:29:10 +00:00
usbhidctl
users ANSIify function definitions. 2002-09-04 23:29:10 +00:00
uudecode Don't try (and fail) to fchmod /dev/stdout. Revert the manual page 2002-09-03 19:37:23 +00:00
uuencode Don't try (and fail) to fchmod /dev/stdout. Revert the manual page 2002-09-03 19:37:23 +00:00
uuidgen
vacation
vgrind
vi Drop support for COPY, -c has been the default mode of install(1) 2002-07-29 09:40:17 +00:00
vis ANSIify function definitions. 2002-09-04 23:29:10 +00:00
vmstat The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a 2002-08-09 15:47:43 +00:00
w Fix warning when calling w(1) when logged in via xdm/kdm. This is 2002-08-23 04:31:58 +00:00
wall
wc Locale environment variables influence wc(1) regardless of whether the 2002-08-11 10:54:19 +00:00
what ANSIify function definitions. 2002-09-04 23:29:10 +00:00
whereis Use correct document date for the -a option. 2002-08-22 01:54:18 +00:00
which
who
whois
window
write ANSIify function definitions. 2002-09-04 23:29:10 +00:00
xargs Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00
xinstall ANSIify function definitions. 2002-09-04 23:29:10 +00:00
xlint If the CC environment variable contains multiple words then split 2002-09-01 12:49:27 +00:00
xstr ANSIify function definitions. 2002-09-04 23:29:10 +00:00
yacc Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
yes ANSIify function definitions. 2002-09-04 23:29:10 +00:00
ypcat
ypmatch
ypwhich
Makefile truss hasn't been ported to ia64 yet. 2002-08-10 06:10:17 +00:00
Makefile.inc