NetBSD/sys/arch/xen
dyoung c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
..
compile
conf Enable SSP (Stack Smash Protection) in x86 kernels by default (except 2009-11-25 17:08:08 +00:00
i386 Remove 3rd and 4th clauses. OK cl@ (copyright holder). 2009-10-23 02:32:33 +00:00
include Declare pci_mode_set(). 2010-02-16 00:47:46 +00:00
x86 A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
xen Enlarge temporary buffer, so that event counter's name is not truncated 2010-02-06 17:48:54 +00:00
xenbus sprintf -> snprintf 2009-04-28 05:44:43 +00:00
Makefile Make the 'tags' target work by borrowing stuff from sys/arch/i386/Makefile. 2009-08-18 17:21:51 +00:00