Remove building with NOCRYPTO option
Infrastructure change to come in a separate commit.
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
Patch for CVE-2018-049.
Prevent shell execution with r command.
Check bounds before dereferencing in encryption routines.
Document -S to disable ! commands.
Sync with NetBSD-8
closes #268
Change-Id: I1c2849e0097b0cc9f89beef5ee24ccd9d73b4ee2
Sync some manuals from bin & sbin with NetBSD-8
Grammar fixes.
Add/correct HISTORY section.
closes #276
Change-Id: I0640104acea9be90f4cbbda34abfb47c8a0b753b
sbin/newfs_msdos: sync with NetBSD-8
Allow 0 timestamp.
Grammar fixes.
Use the create_size if given to compute the real size instead of stat'ing
the file again, which might have been larger to start with.
Document history.
closes #274
Change-Id: Ibf881f22f351c7a17488b24a05c2110be1d65ae0
Replace misplaced string VMware with VirtualBox
In the case of vbfs the host is VirtualBox so mentions of VMware must be
copy-paste errors.
closes #264
Change-Id: Ieb1316155be8f8fb81e3e5a2b21147594f6cb4d9
minix/tests/arm: naive tests to cause data aborts
Some assembly code to cause unaligned access as well as
segmentation faults to exercise the data abort path.
Change-Id: Ie419114b76a8db849537a94fda781019cf14d50d
kernel/arm: send SIGSEGV to processes
On second thought, handle unknown faults caused by processes by sending
SIGSEGV to them instead of bringing the whole system to a grind.
arm/archconst: use values defined in armreg.h
Change-Id: Ieed5bb06910ab0c8eef1e68b0b4eec680867acd3