freebsd-nq/bin
Stefan Eßer 8da97f0057 Fix overflow check for multiplication:
- Add special test to detect the case of -1 * INTMAX_MIN
- Protect against elimination of the test division by the optimizer

Garrett Cooper noticed that the overflow checks were incomplete, and Bruce
Evans suggested the use of the "volatile" qualifier to counter the effect
of the undefined behaviour, when the prior multiplication caused overflow,
and he also suggested improvements to the comments.

Reviewed by:	bde
MFC after:	1 week
2015-01-27 18:04:41 +00:00
..
cat Install d_align.{in,out} for the :align test 2015-01-05 20:38:47 +00:00
chflags
chio
chmod
cp cp,mv,touch: Set timestamps with nanosecond precision. 2015-01-24 13:50:13 +00:00
csh Add a ${CP} alias for copying files in the build. 2015-01-16 21:39:08 +00:00
date
dd bin/dd: revert 273734, as it fails on 32bit platforms 2014-10-27 17:39:37 +00:00
df Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
domainname
echo
ed Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
expr Fix overflow check for multiplication: 2015-01-27 18:04:41 +00:00
freebsd-version Don't include newvers.sh into freebsd-version. 2015-01-22 17:13:43 +00:00
getfacl
hostname
kenv
kill
ln Add futimens and utimensat system calls. 2015-01-23 21:07:08 +00:00
ls Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
mkdir
mv cp,mv,touch: Set timestamps with nanosecond precision. 2015-01-24 13:50:13 +00:00
pax
pkill Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
ps Add facility to stop all userspace processes. The supposed use of the 2014-12-13 16:18:29 +00:00
pwait
pwd
rcp
realpath
rm
rmail Convert bin/ to LIBADD, reduce overlinking allow to build all components as 2014-11-25 11:15:40 +00:00
rmdir
setfacl
sh sh: Move some code from onint() to onsig(), making onint() noreturn. 2014-12-21 23:09:59 +00:00
sleep Integrate bin/sleep/tests from NetBSD into atf/kyua 2014-10-09 01:39:07 +00:00
stty
sync
test
tests
uuidgen
Makefile
Makefile.inc