freebsd_amp_hwpstate/bin
Peter Wemm 8f08f33ed9 Implement allowing 'set -v' in the middle of a script to work.
This means that a script containing:
  echo 1
  set -v
  echo 2
will now produce output, like it does on SYSV machines and other 'proper'
/bin/sh implementations..

This is done by a slight restructure of the input processor allowing it to
read chunks from the file at a time, but process the data by line from the
chunk.

Obtained from:  Christos Zoulas for NetBSD. <christos@deshaw.com>
1995-11-03 18:50:14 +00:00
..
cat
chflags
chmod
cp
csh Add missing reaction on LC_ALL and LC_COLLATE 1995-10-23 23:08:26 +00:00
date Add setlocale(LC_TIME,... 1995-10-23 20:26:53 +00:00
dd Add setlocale LC_CTYPE 1995-10-23 21:31:48 +00:00
df
domainname
echo
ed
expr
hostname
kill
ln
ls Change locale to LC_ALL, there no bitmask 1995-10-26 10:56:38 +00:00
mkdir
mv
pax Remove unneded ctype.h everywhere 1995-10-23 21:23:27 +00:00
ps I add #include <sys/user.h> 1995-10-28 20:11:18 +00:00
pwd
rcp
rm
rmail
rmdir
sh Implement allowing 'set -v' in the middle of a script to work. 1995-11-03 18:50:14 +00:00
sleep
stty
sync
test Fix -h option: 1995-10-28 11:54:42 +00:00
Makefile
Makefile.inc