summaryrefslogtreecommitdiff
path: root/sys/netbt
AgeCommit message (Expand)Author
2007-10-01Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'Kenneth R Westerback
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-26Fix "the the"s. ok miod@.Tom Cosgrove
2007-06-24Remove some unused leftover code; original request from jasper@Uwe Stuehler
2007-06-19Abort all pending ACL connections when we get an HCI command parameterUwe Stuehler
2007-06-06No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwkUwe Stuehler
2007-06-06Do not dereference a garbage pointer in hci_acl_send()Uwe Stuehler
2007-06-02Set a flag in hci_usrreq() to allow priviledged operationsUwe Stuehler
2007-06-01Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwkUwe Stuehler
2007-06-01workq_add_task() flags argument position changedUwe Stuehler
2007-06-01set debug level to 0Uwe Stuehler
2007-06-01complete the sys/netbt import and adopt some more code to our interfacesUwe Stuehler
2007-05-31Enable packet flow between HCI driver and controllerUwe Stuehler
2007-05-30Unbreak the tree for gwkUwe Stuehler
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removalUwe Stuehler
2007-05-26one extern seems to be better than 20 for ifqmaxlen; ok krwJason Wright
2006-12-01spelling: queue, not qeueueCamiel Dobbelaar
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2005-07-15From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5:Alexander Yurchenko
2005-01-17cleanup rcsidsMichael Shalayeff
2005-01-14Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo andAlexander Yurchenko
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko