HardenedBSD/bin
Julian Elischer 5b42dac8ec Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR:		kern/9764
Submitted by:	Erez Zadok <ezk@cs.columbia.edu>
1999-11-01 04:57:43 +00:00
..
cat
chflags
chio
chmod
cp
csh
date
dd
df Most modern OSs have the ability to flag certain mounts as ones to 1999-11-01 04:57:43 +00:00
domainname
echo
ed
expr
hostname
kill
ln
ls Add `n' to the synopsis. 1999-10-16 16:17:54 +00:00
mkdir
mv
pax
ps
pwd
rcp
rm
rmail
rmdir
sh Fix ';' command when used with -e flag. 1999-10-26 13:17:18 +00:00
sleep Restore reference to sleep(3). 1999-10-28 17:41:33 +00:00
stty
sync
test
Makefile
Makefile.inc