HardenedBSD/bin
Bruce Evans 40fc4ee2de Don't use mmap() for non-regular files, since st_size is only meaningful
for regular files.  This fixes recent breakage of cp'ing from /dev/zero.
/dev/zero doesn't support mmap(), but the device driver mmap routines are
not called for mapping 0 bytes, so the error was not detected.  mmap()
can't even be used for cp'ing special files that support mmap(), since
there is general way to determine the file size.
1998-11-18 11:47:45 +00:00
..
cat
chflags
chio
chmod
cp Don't use mmap() for non-regular files, since st_size is only meaningful 1998-11-18 11:47:45 +00:00
csh
date Added missing #include <string.h> 1998-10-03 16:29:59 +00:00
dd
df
domainname
echo
ed
expr
hostname
kill
ln
ls Doh. What was I smoking when I wrote this? 1998-10-13 12:19:31 +00:00
mkdir Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug" 1998-10-23 06:28:40 +00:00
mv Calls one or more of malloc(), warn(), err(), syslog(), execlp() or 1998-10-13 14:52:33 +00:00
pax - Fix off-by-one problem in tar where filenames of length 100 1998-10-20 05:52:33 +00:00
ps
pwd
rcp Add JKH's auth.conf-file parser to turn Kerberos on/off in userland. 1998-10-09 06:31:45 +00:00
rm
rmail
rmdir
sh
sleep
stty
sync
test
Makefile
Makefile.inc