freebsd-skq/bin
Jilles Tjoelker 29717eb029 sh: Keep output buffer across builtins.
Allocating and deallocating repeatedly the 1024-byte buffer for stdout from
builtins costs CPU time for little or no benefit.

A simple loop containing builtins that write to a file descriptor, such as
  i=0; while [ "$i" -lt 1000000 ]; do printf .; i=$((i+1)); done >/dev/null
is over 10% faster in a simple benchmark on an amd64 virtual machine.
2017-05-18 22:10:04 +00:00
..
cat
chflags
chio
chmod
cp
csh Update to tcsh 6.20.00 2017-03-25 13:32:28 +00:00
date
dd DIRDEPS_BUILD: Update dependencies. 2017-05-09 01:48:23 +00:00
df bin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:31:08 +00:00
domainname
echo
ed
expr
freebsd-version bin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:31:08 +00:00
getfacl
hostname
kenv
kill Don't kill pid -1 on overflow from strtol(3). 2017-03-05 21:56:04 +00:00
ln
ls
mkdir
mv
pax
pkill Convert absolute links to relative links. 2017-03-07 05:10:38 +00:00
ps ps(1): Fix -w + UNLIMITED handling 2017-03-07 04:51:35 +00:00
pwait Rename some tests to end in _test. 2017-03-09 04:20:00 +00:00
pwd
rcp
realpath
rm
rmail bin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:31:08 +00:00
rmdir
setfacl
sh sh: Keep output buffer across builtins. 2017-05-18 22:10:04 +00:00
sleep
stty .Xr resizewin from stty(1) man page. 2017-05-07 11:44:25 +00:00
sync
test
tests
uuidgen
Makefile
Makefile.inc