freebsd-dev/bin
Jilles Tjoelker c76aed958b sh: Change the CTL* bytes to ones invalid in UTF-8.
This ensures that mbrtowc(3) can be used directly once it has been verified
that there is no CTL* byte. Dealing with a CTLESC byte within a multibyte
character would be complicated.

The new values do occur in iso-8859-* encodings. This decreases efficiency
slightly but should not affect correctness.

Caveat: Updating across this change and rebuilding without cleaning may
yield a subtly broken sh binary. By default, make buildworld will clean and
avoid problems.
2011-05-06 20:45:50 +00:00
..
cat
chflags
chio
chmod
cp
csh When WITH_ICONV is set, use our in-tree iconv. 2011-02-26 18:54:54 +00:00
date
dd
df Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
domainname
echo
ed Fix typos. 2011-02-12 20:28:15 +00:00
expr
getfacl
hostname
kenv mdoc(7) markup. 2011-02-21 16:03:39 +00:00
kill kill: Note that this is used both as a normal program and a shell builtin. 2011-03-01 21:48:22 +00:00
ln bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
ls
mkdir
mv
pax
pkill Make sys_signame upper case. 2011-02-04 16:40:50 +00:00
ps Document problems with -d/-w and the fact that -X is the default. 2011-04-18 19:20:47 +00:00
pwait
pwd
rcp
realpath
rm bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
rmail
rmdir
setfacl Make it possible to use permission sets (full_set, modify_set, read_set 2011-04-09 07:42:25 +00:00
sh sh: Change the CTL* bytes to ones invalid in UTF-8. 2011-05-06 20:45:50 +00:00
sleep
stty Don't call -f option's argument "stdin". 2011-05-03 10:08:11 +00:00
sync
test bin: Prefer strrchr() to rindex(). 2011-03-15 22:22:11 +00:00
uuidgen
Makefile
Makefile.inc