summaryrefslogtreecommitdiff
path: root/sys/netbt/hci_link.c
AgeCommit message (Expand)Author
2010-07-29sort pool.h into the list of includes alphabeticallyBret Lambert
2010-07-29#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude itBret Lambert
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-07-22spacing, chop some of the more obscenely long lines.Gordon Willem Klok
2007-06-19Abort all pending ACL connections when we get an HCI command parameterUwe Stuehler
2007-06-06Do not dereference a garbage pointer in hci_acl_send()Uwe Stuehler
2007-06-01complete the sys/netbt import and adopt some more code to our interfacesUwe Stuehler
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removalUwe Stuehler