freebsd-skq/bin
Jilles Tjoelker 0d5ccb45d8 sh: Fix signal messages being sent to the wrong file sometimes.
When a foreground job exits on a signal, a message is printed to stdout
about this. The buffer was not flushed after this which could result in the
message being written to the wrong file if the next command was a builtin
and had stdout redirected.

Example:
  sh -c 'kill -9 $$'; : > foo; echo FOO:; cat foo

Reported by:	gcooper
MFC after:	1 week
2011-01-18 21:18:31 +00:00
..
cat
chflags
chio
chmod
cp
csh Move most of the remaining USD/PSD/SMM papers into share/doc 2010-12-04 10:11:20 +00:00
date
dd
df
domainname
echo echo(1): Clarify portability and mention literal "--" handling. 2010-11-12 22:43:40 +00:00
ed
expr
getfacl
hostname
kenv
kill sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
ln
ls
mkdir
mv
pax
pkill
ps Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. 2011-01-09 12:50:44 +00:00
pwait
pwd
rcp
realpath
rm Fix typo and grammar nit 2010-10-31 19:16:54 +00:00
rmail
rmdir
setfacl Increase carried_error if we skip a file due to an error. This ensures 2011-01-03 17:17:31 +00:00
sh sh: Fix signal messages being sent to the wrong file sometimes. 2011-01-18 21:18:31 +00:00
sleep
stty Add a new libc function: cfmakesane(3). 2010-11-02 17:00:56 +00:00
sync
test test: Move tests to tools/regression/bin/test. 2010-11-08 23:15:10 +00:00
uuidgen
Makefile
Makefile.inc