NetBSD/sys/dev/bluetooth
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
..
bcsp.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
bcsp.h
bluetoothdevices.config Add config(5) fragment for MI bluetooth(4) drivers. 2011-07-20 22:42:59 +00:00
btdev.h
bthid.h
bthidev.c register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
bthidev.h
bthub.c register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
btkbd.c register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
btmagic.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
btms.c register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
btsco.c register/deregister pmf(9) NULL handlers for bthub(4) and 2012-04-03 09:32:53 +00:00
btsco.h
btuart.c Put back #include "ioconf.h" per popular demand. 2011-07-31 13:51:53 +00:00
files.bluetooth
Makefile