summaryrefslogtreecommitdiff
path: root/sys/netbt
AgeCommit message (Expand)Author
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2010-08-20add format strings implied by surplus argumentsJonathan Gray
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
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2009-11-21User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s,Philip Guenthe
2009-01-14Accoring to the C standard uint16_t can't be the type of the ``last'' argumentAlexander Yurchenko
2008-11-25unbreak build on sgi (thanks jasper)Uwe Stuehler
2008-11-24hopefully that unbreaks macppc; reported by todd and mkUwe Stuehler
2008-11-22Stop a possible race in hci_enable()Uwe Stuehler
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-06-08timeout_del() removes the triggered flag so check if the timeout triggeredClaudio Jeker
2008-05-27bring netbt's usrreqs up to speed on the usrreq changes.Thordur I. Bjornsson
2008-02-24Handle "QOS" L2CAP configuration request option, enabling L2CAPUwe Stuehler
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
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