NetBSD/sys/arch/i386
jym a511dc0633 Enable the NX bit feature early in i386 MP trampoline code (do not rely on
cpu_init_msrs() to do it). Having NX bit set on a page will raise a #GP
on fetch if NXE is not enabled, which can happen early when structures
(like idlelwp) are allocated with just rw- rights.

NX is enabled with PAE (if host supports it).

Exact same issue as for amd64, some weeks ago. Same player, shoot again...
2010-07-28 17:05:51 +00:00
..
acpi Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64. 2010-04-10 17:55:24 +00:00
bioscall remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
compile
conf Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
eisa Don't #include <sys/extent.h> any more because this module doesn't use 2009-11-17 23:51:59 +00:00
gdbscripts
i386 Enable the NX bit feature early in i386 MP trampoline code (do not rely on 2010-07-28 17:05:51 +00:00
include map npx control/status codes into siginfo codes. 2010-07-25 19:19:57 +00:00
isa map npx control/status codes into siginfo codes. 2010-07-25 19:19:57 +00:00
mca dmaiot is supposed to be a bus_space_tag_t, not a bus_space_handle_t. 2010-03-23 21:18:23 +00:00
pci Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
pnpbios Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
stand remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
xbox On x86, change the bus_space_tag_t to a pointer to a struct 2010-04-28 19:17:03 +00:00
Makefile Compute tags for sys/external/intel-public/acpica/dist/ instead of 2009-08-30 02:00:56 +00:00