freebsd-nq/bin
Stefan Farfeleder 670528cd78 Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,
ckrealloc and ckfree (added), respectively.  sh jumps out of the signal handler
using longjmp which is obviously a bad idea during malloc calls.

Note: I think there is still a small race here because volatile sig_atomic_t
only guarantees atomic reads and writes while we're doing increments and
decrements.

Protect a setmode call with INT{ON,OFF} as it calls malloc internally.

PR:		45478
Patch from:	Nate Eldredge
2005-10-28 10:45:19 +00:00
..
cat
chflags
chio
chmod
cp Attempt to complete the userspace integration of POSIX.1e extended ACLs. 2005-09-05 04:36:08 +00:00
csh Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow 2005-09-22 18:32:53 +00:00
date
dd Spell "protections" correctly. 2005-07-28 18:28:11 +00:00
df
domainname
echo
ed
expr
getfacl
hostname
kenv Add a "-q" quiet flag to kenv so that warnings can be suppressed. 2005-09-13 19:01:53 +00:00
kill
ln
ls fix typos: decribed -> described, preceeded -> preceded 2005-09-06 20:14:39 +00:00
mkdir
mv Attempt to complete the userspace integration of POSIX.1e extended ACLs. 2005-09-05 04:36:08 +00:00
pax
ps
pwd
rcp
realpath
rm Give .Dd a tummy rub, forgotten on my last commit. 2005-09-30 02:12:15 +00:00
rmail
rmdir
setfacl
sh Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, 2005-10-28 10:45:19 +00:00
sleep Fix a comment. 2005-08-07 09:11:38 +00:00
stty
sync
test
uuidgen Mention that uuidgen(1) generates DCE version 1 UUIDs only 2005-09-07 07:49:21 +00:00
Makefile
Makefile.inc