NetBSD/sys/netbt
pooka fbd53556dc Wipe out the last vestiges of POOL_INIT with one swift stroke. In
most cases, use a proper constructor.  For proplib, give a local
equivalent of POOL_INIT for the kernel object implementation.  This
way the code structure can be preserved, and a local link set is
not hazardous anyway (unless proplib is split to several modules,
but that'll be the day).

tested by booting a kernel in qemu and compile-testing i386/ALL
2009-09-13 18:45:10 +00:00
..
bluetooth.h Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
bt_proto.c Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
bt_sysctl.c
files.netbt
hci_event.c slight reordering, plus only deal with ACL links 2009-09-12 18:31:46 +00:00
hci_ioctl.c add a per-unit master setting, to control requesting the master role 2009-08-20 21:40:59 +00:00
hci_link.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
hci_misc.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_socket.c reduce the number of KAUTH_DEVICE_BLUETOOTH_SEND/RECV requests 2009-08-10 20:22:06 +00:00
hci_unit.c do not hold bt_lock while detaching bthub, as devices may need to aquire 2008-06-26 14:17:27 +00:00
hci.h add feature bits from 3.0 specification 2009-09-11 18:35:50 +00:00
l2cap_lower.c adjust message for previous change 2008-08-05 13:08:31 +00:00
l2cap_misc.c Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
l2cap_signal.c use more device_t and device_xxx() accessors 2007-11-10 23:12:22 +00:00
l2cap_socket.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
l2cap_upper.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
l2cap.h Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
Makefile
rfcomm_dlc.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
rfcomm_session.c Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
rfcomm_socket.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
rfcomm_upper.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
rfcomm.h Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00
sco_socket.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
sco_upper.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
sco.h Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00