NetBSD/bin
riastradh ef315f7931 Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
2017-05-21 15:28:36 +00:00
..
cat When invoked with -se, print a '$' on blank lines 2016-06-16 00:52:37 +00:00
chio Move the description of CHANGER variable to ENVIRONMENT section 2016-08-25 18:16:10 +00:00
chmod Document the version chmod first appeared. 2016-08-11 00:10:42 +00:00
cp Document the version cp first appeared. 2016-08-11 00:17:23 +00:00
csh switch to a backtracking instead of a recursive pattern matcher. 2017-04-27 18:50:34 +00:00
date The range of the SS field is [0,60] 2017-01-03 16:01:05 +00:00
dd Drop main() prototype. 2016-09-05 01:00:07 +00:00
df Bump date 2016-08-10 23:48:14 +00:00
domainname
echo Drop main() prototype. 2016-09-05 01:00:07 +00:00
ed Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
expr Drop main() prototype. 2016-09-05 01:00:07 +00:00
hostname
kill Clarify 0 2017-04-22 23:01:36 +00:00
ksh PR/52210: David H. Gutteridge: revert var pattern handling. 2017-05-03 00:41:34 +00:00
ln When called as "link" (not currently installed that way) always simply 2017-04-22 12:22:31 +00:00
ls white space 2017-02-06 21:06:04 +00:00
mkdir Grammar 2016-08-10 18:42:00 +00:00
mt
mv Forgot to bump date with previous commit 2016-08-10 18:08:14 +00:00
pax Document the version pax first appeared. 2016-08-12 01:52:22 +00:00
ps simplify logic; there must be no CPU usage when p_swtime is zero 2016-12-26 20:52:39 +00:00
pwd Document the version pwd first appeared. 2016-08-12 02:03:26 +00:00
rcmd
rcp
rm Document the version rm first appeared. 2016-08-12 02:26:42 +00:00
rmdir Document the version rmdir first appeared. 2016-08-12 02:30:37 +00:00
sh DEBUG mode only change - mostly to output when option to show shell 2017-05-18 15:42:37 +00:00
sleep Document the version sleep first appeared. 2016-08-12 02:36:38 +00:00
stty need <time.h> for time(3) 2017-01-10 20:44:05 +00:00
sync Drop main() prototype. 2016-09-05 01:00:07 +00:00
test Drop main() prototype. 2016-09-05 01:00:07 +00:00
Makefile
Makefile.inc