Go to file
jym 07829955b6 Add latest CR4 bits:
- CR4_VMXE: VMX operations, used for hardware virtualization.
- CR4_SMXE: SMX operations, used for safer Mode Extensions (ground for
            Intel's TXT - Trusted Execution Technology - platform).
- CR4_FSGSBASE: enable *FSBASE and *GSBASE instructions, for R/W access
                to FS/GS segment base addresses.
- CR4_PCIDE: enable Process Context IDentifiers (other architectures may call
             these "address space identifiers").
- CR4_OSXSAVE: enable xsave and xrestore instructions
- CR4_SMEP: Supervisor Mode Execution Prevention. Allows enforcing --x rights
            from cpl 0.

From Intel® 64 and IA-32 Architectures Software Developer’s Manual,
March 2012.

Align declarations.

CPUID_* bits for these features follow.
2012-05-05 15:08:29 +00:00
bin Increase width of table column so it formats more nicely. 2012-04-15 21:20:16 +00:00
common
compat
crypto bump 2012-05-02 02:41:13 +00:00
dist
distrib bump libssh 2012-05-02 02:43:00 +00:00
doc Drop extra ")" symbol near "OpenSSH". 2012-05-03 19:07:13 +00:00
etc Add the ability for staticroute to evaluate lines from /etc/route.conf 2012-05-02 15:57:15 +00:00
external Add .include <bsd.sys.mk> for initializing USE_SSP. 2012-05-02 13:35:03 +00:00
extsrc
games use modern shell constructs 2012-04-26 03:16:13 +00:00
gnu
include PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv() 2012-04-20 17:31:29 +00:00
lib avoid using cpp variadic macros and explain why. 2012-05-05 15:04:57 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress
rescue
sbin Bump date to date of previous change. 2012-05-02 15:42:58 +00:00
share Remove trailing whitespace. 2012-05-02 22:38:31 +00:00
sys Add latest CR4 bits: 2012-05-05 15:08:29 +00:00
tests Revert previous, si_addr is expected to be the faulting *data* address 2012-04-23 15:07:56 +00:00
tools Replace not only space but also '(' and ')' on generating BUILD_PLATFORM 2012-04-18 11:28:30 +00:00
usr.bin Update all variable days 2012-05-05 01:29:56 +00:00
usr.sbin The new apropos(1) incorrectly displays hyphens in the first line 2012-05-04 23:50:26 +00:00
x11
build.sh
BUILDING
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING