freebsd-dev/bin
Bruce Evans 8f1f433834 1. Fixed leakage of a file descriptor for every non-fatal failure in
rm_overwrite() (for rm -P).

2. Print the file name in the error message for (fatal) malloc() failures
   in rm_overwrite().  I first thought that malloc() failures should be
   non-fatal since they don't prevent proceeding the the next file, but
   making them non-fatal would normally give too much output for rm -Pr
   on a large tree in the unlikely event that even one occurs, since the
   malloc()ed amounts are usually the same.  Just print the file name since
   the malloc()ed amounts are not always the same and it doesn't hurt to
   know where rm was when it quit.

Submitted by:	guido ((1) and original version of (2))
2003-11-08 09:55:16 +00:00
..
cat
chflags
chio
chmod Remove the code for parsing octal modes, since setmode(3) already 2003-10-31 13:20:09 +00:00
cp
csh
date Check for write errors; report and exit with error value. 2003-10-04 07:16:40 +00:00
dd
df Be a little bit more correct WRT counting numbers vs. integer numbers. 2003-09-13 20:46:58 +00:00
domainname
echo - Check and report write(2) errors. 2003-10-11 20:34:43 +00:00
ed
expr
getfacl
hostname
kenv
kill
ln
ls Handle realloc() failure correctly. 2003-10-16 07:07:20 +00:00
mkdir
mv
pax
ps mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
pwd
rcp Turn malloc+snprintf into asnprintf. 2003-10-14 20:42:13 +00:00
realpath
rm 1. Fixed leakage of a file descriptor for every non-fatal failure in 2003-11-08 09:55:16 +00:00
rmail
rmdir
setfacl Add additional documentation to setfacl(1) regarding the behavior of 2003-08-07 14:52:17 +00:00
sh Do not assume there is only a space between #define and the macro name 2003-09-13 06:59:22 +00:00
sleep
stty
sync
test Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53. 2003-09-07 12:52:17 +00:00
uuidgen
Makefile
Makefile.inc Style. 2003-11-02 06:47:39 +00:00