NetBSD/sys/arch/x86
dholland bb0514ffb3 LDT handling fixes:
- add missing membar_store_store ("membar_producer") when setting a
    new ldt;
  - use UVM_KMF_WAITVA when allocating space for a new ldt instead of
    crashing if uvm_km_alloc fails;
  - if uvm_km_alloc fails in pmap_fork, bail instead of crashing;
  - clarify what else is going on in pmap_fork;
  - don't uvm_km_free while holding a mutex.
2016-09-24 21:13:44 +00:00
..
acpi Set hw.acpi.sleep.vbios when a non-HW accelerated VGA driver attaches. 2016-09-21 00:00:06 +00:00
conf
include Set hw.acpi.sleep.vbios when a non-HW accelerated VGA driver attaches. 2016-09-21 00:00:06 +00:00
isa
pci more fix line break position in verbose message. 2016-08-25 12:21:21 +00:00
x86 LDT handling fixes: 2016-09-24 21:13:44 +00:00