NetBSD/usr.bin
christos 7d7dff8590 Coverity CID 2986: Free lines before returning. 2006-04-30 23:27:15 +00:00
..
apply
apropos modified man(1): 2006-04-10 14:39:06 +00:00
asa
at Kill NULL deref (CID: 871) 2006-03-21 21:59:56 +00:00
audio __inline__ -> inline 2005-12-24 21:44:28 +00:00
awk
banner
basename
bdes
biff
bzip2
bzip2recover
cal
calendar Correct logic error in wildcard handling, which was causing the 2006-03-24 23:30:08 +00:00
cap_mkdb
cdplay New sentence, new line. Bump date for previous. 2006-01-12 21:00:58 +00:00
checknr Coverity CID 2969: Check for negative stack in the 'P' case like we do in 2006-04-25 19:25:19 +00:00
chflags
chpass
cksum Document more explicitly that -c takes an optional file argument. 2006-04-24 22:00:43 +00:00
cmp Coverity CID 1624: Plug memory leak. 2006-04-09 19:47:43 +00:00
col
colcrt
colrm
column Coverity CID 1596: Plug memory leak. 2006-04-09 19:51:23 +00:00
comm
compile_et
compress Coverity CID 2536: Clarify the error path further. 2006-04-09 20:01:40 +00:00
config Fix a broken conditional that confused coverity. It cannot happen, anyway. 2006-03-29 09:16:36 +00:00
crontab
crunch Don't use data in freed stack. 2006-01-13 16:36:25 +00:00
ctags Coverity CID 2913: Check for EOF before using char as index to array. 2006-04-22 17:46:48 +00:00
cut Coverity CID 2790: Always free tmp buffer, not somethimes. 2006-04-25 19:34:42 +00:00
db
deroff
dirname
du Remove Pflag variable. its unused. 2006-04-30 19:24:50 +00:00
eject
elf2aout
elf2ecoff
env de-__P, add ANSI prototypes, and a teeny bit of KNF. 2006-01-04 01:05:19 +00:00
error Coverity CID 2331: Plug memory leak. 2006-04-09 19:27:22 +00:00
expand
extattr
false
fdformat
fgen Coverity CID 1748: Free alias on error. 2006-04-22 17:51:09 +00:00
file
find Add a new primary '-exit n': 2006-02-20 16:31:02 +00:00
finger Coverity CID 1780, 1779: Fix memory leak. 2006-04-28 19:53:56 +00:00
fmt warns=4 2006-03-16 16:49:07 +00:00
fold
fpr
from
fsplit
fstat Adapt to some name changes in the tmpfs_node structure (to fix the build 2006-02-16 14:58:35 +00:00
ftp Coverity CID 873: Only align if we printed a string. 2006-04-28 20:07:57 +00:00
gcore PR/26804: Jason Thorpe: Make PT_DUMPCORE require the process to be PT_ATTACH'ed 2006-04-01 22:34:00 +00:00
genassym
gencat MCDelSet() contains an infinite loop! 2006-03-30 20:32:10 +00:00
getconf
getent
getopt
gprof
grep Note that -v is broken in this version. 2006-04-08 23:56:39 +00:00
gzip Remove unhandled H option from getopt() argument. 2005-12-13 10:02:04 +00:00
head
hesinfo
hexdump Simplify the way the end of a singly linked list is followed (for adding 2006-03-30 19:53:58 +00:00
iconv
id PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user 2006-03-11 17:16:01 +00:00
indent
innetgr
ipcrm
ipcs Coverity CID 1858, 1857: Fix leaks. While here, pass lint use warn/warnx 2006-04-28 20:35:15 +00:00
join de-__P, ANSIfy prototypes 2006-01-04 01:44:06 +00:00
jot Apply modified fix for PR bin/23763 2006-01-07 07:09:01 +00:00
kdestroy Remove some more kerberosIV references. 2006-03-23 21:48:18 +00:00
kdump Use the standard macros to compute the ioctl length instead of rolling our 2006-04-05 00:50:59 +00:00
kgetcred
kinit Remove some more kerberosIV references. 2006-03-23 21:48:18 +00:00
klist Remove some more kerberosIV references. 2006-03-23 21:48:18 +00:00
ktrace Add scheduler activations upcall data to the default list of trace 2006-02-07 06:39:47 +00:00
ktruss learn about v1 records. 2005-12-11 11:30:06 +00:00
lam
last Code indentation fix up. 2006-02-28 17:17:43 +00:00
lastcomm
ldd Coverity CID 922: Fix check against NULL. 2006-04-02 03:50:38 +00:00
leave
less PR/33123: Murray Armfield: standards compliance & glob.h 2006-03-26 18:11:22 +00:00
lex Coverity CID 522: Clarify that there is no overrun here. 2006-04-22 20:51:09 +00:00
locale make "locale -a" read locale.alias file. 2006-02-16 19:19:49 +00:00
locate Redo the previous change so that we can ignore access errors from find, 2006-04-23 03:04:08 +00:00
lock
logger
login GC old signal handling and merge it in 4 places: 2006-04-17 16:29:44 +00:00
logname
look
lorder
m4 s|expr|eval|g, to make the test portable 2005-10-06 17:38:09 +00:00
machine
mail PR/32978: Johan Veenhuizen: mail(1) creates record file with insecure umask 2006-03-03 15:07:00 +00:00
make Coverity CID 529: Call VarFreeEnv to prevent leak. 2006-04-22 19:40:40 +00:00
man Bump date for previous. 2006-04-13 21:15:50 +00:00
menuc Allow menu entry option names to be code fragments that (should) call 2006-02-20 21:06:40 +00:00
mesg
midiplay
mixerctl Two improvements, from a diff from jmc@openbsd. 2006-02-25 01:19:22 +00:00
mk_cmds
mkcsmapper change #include <sys/endian.h> => #include <machine/endian.h> so that 2006-02-09 22:03:15 +00:00
mkdep make this compile again. 2006-03-20 23:13:51 +00:00
mkesdb change #include <sys/endian.h> => #include <machine/endian.h> so that 2006-02-09 22:03:15 +00:00
mkfifo fix setmode error handling. 2005-10-01 20:23:54 +00:00
mklocale
mkstr
mktemp New sentence, new line. Bump date for previous. 2006-01-12 21:54:06 +00:00
modstat Serial comma, remove unnecessary .Pp. 2006-03-24 00:14:23 +00:00
moduli Bring over changes I had committed to qsieve.6. 2006-01-24 19:17:19 +00:00
msgc
msgs
netgroup
netstat snprintf returns int, not size_t. CID 691. 2006-04-06 18:30:31 +00:00
newsyslog
nfsstat
nice From Liam Foy: 2005-10-05 21:20:46 +00:00
nl
nohup
openssl libcompat isn't needed any more here. 2006-02-25 12:00:24 +00:00
pagesize
passwd Get rid of more Kerberos 4 code. 2006-03-23 23:33:28 +00:00
paste cast line_len to (int) to avoid warn. 2006-04-01 06:36:58 +00:00
patch Coverity CID 1253, 1254: Don't assign the return of read or write to size_t. 2006-04-09 19:12:17 +00:00
pathchk
pkill Fix cross-reference to grep(1). 2006-04-01 16:12:23 +00:00
pmap Add preliminary support for System V Boot File System. 2005-12-29 14:53:45 +00:00
pmc Coverity CID 2355: Checking event for NULL is supefluous; restructure the 2006-04-09 18:57:10 +00:00
pr Coverity CID 1660: Plug memory leaks. 2006-04-02 04:17:08 +00:00
printenv
printf
progress Don't try to determining the size of what's coming when reading from a pipe. 2006-04-20 23:20:55 +00:00
pwhash PR/31144: YOMURA Masanori: pwhash -S/-b never use optarg 2006-03-05 08:50:58 +00:00
qsubst
quota
radioctl
rdist Coverity CID 2341, 2342: Plug memory leak. 2006-03-18 09:46:35 +00:00
renice - Exit with non-zero on errors (from Liam Foy) 2005-10-09 18:23:52 +00:00
rev
rlogin Remove some more old kerberos4 code. 2006-03-23 23:44:15 +00:00
rpcgen Coverity CID 28: Fix resource leak. 2006-04-04 21:29:42 +00:00
rpcinfo make sure that netid always points to an allocated string. Pointed out by 2006-04-05 12:57:29 +00:00
rs
rsh Remove some more old kerberos4 code. Simplify usage. 2006-03-23 23:49:07 +00:00
rup
ruptime Rewrite a macro in order to eliminate an unused global variable (Liam Foy) 2005-09-12 16:16:23 +00:00
rusers
rwall
rwho The nusers variable is actually a size_t, so print with %zd, not %d. 2005-10-01 13:33:21 +00:00
script ANSIfy. de-P. 2006-03-29 15:40:49 +00:00
sed retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
seq Add missing DPADD for LIBMATH 2006-01-07 07:12:27 +00:00
shar
shlock
showmount ANSIfy. de-P(). Syle nits. 2005-09-25 18:56:33 +00:00
shuffle
skey
skeyinfo
skeyinit Initialize pw to placate -Wuninitialized for sh3. 2005-09-20 15:48:17 +00:00
sockstat
soelim
sort
spell lexi_co_graphical, with "co". From Igor Sobrado in PR 32231. 2005-12-04 09:14:58 +00:00
split
ssh Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
stat
string2key Remove some more kerberosIV references. 2006-03-23 21:48:18 +00:00
su Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
systat Update to use new kernel io statistics. 2006-04-14 13:14:06 +00:00
tail Coverity CID 2986: Free lines before returning. 2006-04-30 23:27:15 +00:00
talk Fix Coverity CID 1248, negative return from read() passed() to write() 2006-03-18 03:40:51 +00:00
tcopy
tee
telnet Turn if/then/elif into a switch 2006-04-04 21:35:20 +00:00
tftp Coverity CID 894: Avoid NULL dereference that cannot really happen. 2006-04-09 18:47:49 +00:00
time Sprinkle some KNF. 2005-10-27 01:43:48 +00:00
tip Include bsd.own.mk; from Jukka Salmi 2006-04-08 20:07:29 +00:00
tn3270 Coverity CID 552: Close opened file. 2006-04-22 18:02:26 +00:00
top Don't malloc/free the swap pointer with each refresh! Do it only if the 2006-02-16 20:50:57 +00:00
touch Coverty 1212: Avoid close(-1). 2006-03-18 11:15:00 +00:00
tput
tr
true
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
usbhidaction
usbhidctl
users
utoppya Sort SEE ALSO; mark up -; end sentence with dot. 2006-04-04 20:45:41 +00:00
uudecode
uuencode
uuidgen
vacation
vgrind
vi the preceeding loop does not terminate except in a condition where 2006-03-19 06:10:22 +00:00
vis
vmstat Unwrap a not too long line. 2006-04-27 09:04:41 +00:00
vndcompress Fix typo ("program"). 2006-02-23 20:57:03 +00:00
w Don't print a warning about stale utmp{,x} entries if security.curtain 2005-09-15 00:58:49 +00:00
wall
wc de-__P, ANSIfy prototypes 2006-01-04 01:58:05 +00:00
what
whatis modified man(1): 2006-04-10 14:39:06 +00:00
whereis
who Another overrun forgotten in previous commit, also found by Coverity. 2006-03-17 20:44:28 +00:00
whois remove an unused variable 2006-04-30 20:23:02 +00:00
window
write
xargs Query kernel for maximum argument size instead of using ARG_MAX. 2006-03-28 14:27:41 +00:00
xinstall Coverity CID 95: Fix resource leak. 2006-04-21 16:36:05 +00:00
xlint Add RCSId. 2006-04-17 06:53:06 +00:00
xstr
yacc Coverity CID 545: Appease coverity. return early if the locally allocated 2006-04-22 18:16:13 +00:00
yes Make yes exit if a write fails (due to, e.g., EPIPE or revocation). 2006-04-24 05:24:03 +00:00
ypcat
ypmatch
ypwhich
Makefile Add a kernel driver and userland program for the Topfield TF5000PVR range 2006-04-03 08:15:48 +00:00
Makefile.inc