freebsd-dev/bin
Greg Lehey 3651faa511 Make -f set -a, as required by the standard.
From the original OpenBSD commit message:

  restore the traditional behavior of -f implying -a; apparently Keith
  Bostic forgot to restore it when the -f flag was put back on 2nd of
  September 1989, after being removed on 16th of August as a
  consequence of issues getting it working over NFS, so deviation from
  traditional UNIX behavior in all BSDs looks like an historical
  accident; as a side effect, this change accommodates behavior of
  this option to IEEE Std 1003.1-2008 (``POSIX.1'').

  joint work with jmc@ (who found the inaccuracy in our
  implementation), schwarze@ (who provided a detailed tracking of
  historical facts) and millert@

Submitted by: Igor Sobrado
Discussed with:  mckusick
Obtained from: OpenBSD project
MFC after:  2 weeks
2014-04-03 05:48:28 +00:00
..
cat Close the newly-created FD if the pathname is too long. 2014-01-11 15:01:30 +00:00
chflags Expand the use of stat(2) flags to allow storing some Windows/DOS 2013-08-21 23:04:48 +00:00
chio Update chio(1) and ch(4) to support reporting element designators. 2013-04-19 20:03:51 +00:00
chmod
cp
csh
date Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
dd Implement GNU's extension of 'status' operand. The GNU syntax is 2014-04-03 00:55:16 +00:00
df -h and -H options backwards in manual page. 2014-01-16 17:06:02 +00:00
domainname Point users towards nisdomainname and rc.conf. 2013-04-22 17:55:12 +00:00
echo
ed Fix a -Wunsequenced warning. 2013-06-29 15:49:26 +00:00
expr Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
freebsd-version Remove extraneous \n. 2013-10-11 20:10:18 +00:00
getfacl
hostname Mark usage() __dead2 2013-04-28 22:52:43 +00:00
kenv Constify parameters, no functional or binary change. 2013-05-15 18:38:28 +00:00
kill sh: Allow kill %job on jobs started without job control. 2014-03-15 14:58:48 +00:00
ln Add 'static' where able. 2013-06-02 17:55:00 +00:00
ls Make -f set -a, as required by the standard. 2014-04-03 05:48:28 +00:00
mkdir Add missing static qualifiers 2013-04-27 21:59:43 +00:00
mv Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
pax Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
pkill Migrate tools/regression/usr.bin/pkill to the new tests layout. 2014-03-19 12:46:04 +00:00
ps Correct the description of the V state, which indicates that the process' 2013-12-28 03:04:05 +00:00
pwait
pwd
rcp
realpath
rm Add two more 'static' qualifiers 2013-04-26 17:56:35 +00:00
rmail
rmdir
setfacl Mention that read_attributes, write_attributes, read_acl and write_acl 2013-04-01 13:17:28 +00:00
sh sh: Fix memory leak with an assignment before a regular builtin. 2014-03-27 22:57:23 +00:00
sleep sleep: Explain in a comment why the [EINTR] check is there. 2013-06-05 20:15:18 +00:00
stty
sync
test Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
tests Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
uuidgen
Makefile Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to process 2014-03-26 22:30:38 +00:00
Makefile.inc