NetBSD/sys/netbt
rillig feff384922 Macros that are meant for statements (instead of expressions) SHALL
never be defined to an empty string, because in that case,

	if (condition) DPRINTF(...); else err(...);

results in a gcc warning, and possibly worse things.
2007-09-17 01:23:17 +00:00
..
Makefile
bluetooth.h Macros that are meant for statements (instead of expressions) SHALL 2007-09-17 01:23:17 +00:00
bt_proto.c Eliminate address family-specific route caches (struct route, struct 2007-05-02 20:40:22 +00:00
bt_sysctl.c
files.netbt
hci.h improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_event.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_ioctl.c
hci_link.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_misc.c improve memo taking of known bluetooth devices 2007-09-16 19:59:30 +00:00
hci_socket.c not necessary to cast to (void *) (from caddr_t removal) 2007-07-19 20:48:51 +00:00
hci_unit.c be more explicit and consistent in use of KASSERT with pointers, 2007-03-30 20:47:02 +00:00
l2cap.h Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
l2cap_lower.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
l2cap_misc.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
l2cap_signal.c use the sizeof the header, not the pointer to the header 2007-05-16 18:34:49 +00:00
l2cap_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
l2cap_upper.c fix typos 2007-04-29 20:23:34 +00:00
rfcomm.h Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
rfcomm_dlc.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
rfcomm_session.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
rfcomm_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
rfcomm_upper.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
sco.h
sco_socket.c Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
sco_upper.c be more explicit and consistent in use of KASSERT with pointers, 2007-03-30 20:47:02 +00:00