Age | Commit message (Expand) | Author |
2010-08-20 | add format strings implied by surplus arguments | Jonathan Gray |
2010-07-29 | sort pool.h into the list of includes alphabetically | Bret Lambert |
2010-07-29 | #include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it | Bret Lambert |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2009-11-21 | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | Philip Guenthe |
2009-01-14 | Accoring to the C standard uint16_t can't be the type of the ``last'' argument | Alexander Yurchenko |
2008-11-25 | unbreak build on sgi (thanks jasper) | Uwe Stuehler |
2008-11-24 | hopefully that unbreaks macppc; reported by todd and mk | Uwe Stuehler |
2008-11-22 | Stop a possible race in hci_enable() | Uwe Stuehler |
2008-11-22 | Sync bluetooth with NetBSD | Uwe Stuehler |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-08 | timeout_del() removes the triggered flag so check if the timeout triggered | Claudio Jeker |
2008-05-27 | bring netbt's usrreqs up to speed on the usrreq changes. | Thordur I. Bjornsson |
2008-02-24 | Handle "QOS" L2CAP configuration request option, enabling L2CAP | Uwe Stuehler |
2008-02-24 | Sync sys/netbt with NetBSD | Uwe Stuehler |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-07-22 | spacing, chop some of the more obscenely long lines. | Gordon Willem Klok |
2007-06-26 | Fix "the the"s. ok miod@. | Tom Cosgrove |
2007-06-24 | Remove some unused leftover code; original request from jasper@ | Uwe Stuehler |
2007-06-19 | Abort all pending ACL connections when we get an HCI command parameter | Uwe Stuehler |
2007-06-06 | No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk | Uwe Stuehler |
2007-06-06 | Do not dereference a garbage pointer in hci_acl_send() | Uwe Stuehler |
2007-06-02 | Set a flag in hci_usrreq() to allow priviledged operations | Uwe Stuehler |
2007-06-01 | Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwk | Uwe Stuehler |
2007-06-01 | workq_add_task() flags argument position changed | Uwe Stuehler |
2007-06-01 | set debug level to 0 | Uwe Stuehler |
2007-06-01 | complete the sys/netbt import and adopt some more code to our interfaces | Uwe Stuehler |
2007-05-31 | Enable packet flow between HCI driver and controller | Uwe Stuehler |
2007-05-30 | Unbreak the tree for gwk | Uwe Stuehler |
2007-05-30 | Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal | Uwe Stuehler |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2006-12-01 | spelling: queue, not qeueue | Camiel Dobbelaar |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-07-15 | From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5: | Alexander Yurchenko |
2005-01-17 | cleanup rcsids | Michael Shalayeff |
2005-01-14 | Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo and | Alexander Yurchenko |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |