NetBSD/bin
christos 8a487b533d PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime
but does not check when strftime fails because the buffer is too small.
Our implementation of strftime does not NUL terminat the buffer
on failure (it does not have to; the results are undefined), so
garbage gets printed. Use a dynamically allocated buffer instead.
2006-07-23 20:39:10 +00:00
..
cat PR/32931: Johan Veenhuizen: cat(1) does not clear the EOF indicator for 2006-02-26 19:44:24 +00:00
chio
chmod Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265. 2005-12-09 20:27:02 +00:00
cp return functionality backed out yesterday after fixing the bug I had 2006-07-16 16:22:24 +00:00
csh apply a little -O0 with GCC4 and vax... 2006-07-01 05:54:35 +00:00
date PR/34055: Kevin Massey: Date uses a fixed 1K buffer for strftime 2006-07-23 20:39:10 +00:00
dd Bump date for progress=n description change. 2006-01-12 21:42:11 +00:00
df Handle malloc returning NULL. 2006-03-17 13:53:31 +00:00
domainname
echo
ed PR/33699: Kevin Massey: use strlcpy to prevent stack overflows. 2006-06-11 16:15:20 +00:00
expr Handle asprintf failing to allocate. 2006-03-17 14:43:11 +00:00
hostname
kill Coverity CID 2356: Remove bogus test !*argv; also cleanup string usage. 2006-03-17 22:30:11 +00:00
ksh PR/33834: Bucky Katz: Crossbuild on FC5:sort doesn't handle '+' field 2006-06-27 12:27:27 +00:00
ln
ls Fix date (no leading zero), fix xref: sticky(7) not (8). 2006-04-08 22:39:39 +00:00
mkdir Fix setmode error handling. 2005-10-01 20:22:29 +00:00
mt Oops, the previous change was not entirely correct since we were checking 2006-03-22 01:45:08 +00:00
mv
pax It's "its." 2006-04-24 19:00:29 +00:00
ps Coverity CID 1559: Fix memory leak. 2006-03-18 05:33:31 +00:00
pwd
rcmd
rcp Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
rm Call fts_close() at the end of rm_tree(). 2006-03-17 23:55:42 +00:00
rmdir
sh PR/33775: YAMAMOTO Takashi: /bin/sh doesn't accept "(" before case patterns 2006-06-20 15:57:44 +00:00
sleep PR/27140: "sleep time" doesn't error out. 2005-10-17 10:11:46 +00:00
stty
sync
systrace sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
test
Makefile
Makefile.inc