NetBSD/sys/arch/macppc
dsl e21a34c25e Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
  the item itself.
In the places where the caller specifies a function and a structure
  address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
  sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
  AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
  fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
2012-06-02 21:36:41 +00:00
..
compile
conf Bump the ramdisk size with 100KB so that the contents fits again. 2012-03-23 18:37:42 +00:00
dev Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
include proper sizing of kmem_arena on different ports 2012-02-10 17:35:47 +00:00
macppc remove some commented out / unused junk 2012-05-02 00:55:26 +00:00
pci actually split device and softc 2011-10-26 04:56:23 +00:00
stand Fix boot failure on OF 2.0 machines. 2012-02-19 12:02:55 +00:00
Makefile Update path to the atheros HAL. 2009-08-07 18:48:38 +00:00