| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | "It's not the years, honey; it's the mileage." | 2014-07-11 | 25 | -14380/+0 | |
| | | | | | | | bluetooth support doesn't work and isn't going anywhere. the current design is a dead end, and should not be the basis for any future support. general consensus says to whack it so as to not mislead the unwary. | ||||
| * | acknowlege -> acknowledge | 2013-01-06 | 1 | -2/+2 | |
| | | | | | | | compatability -> compatibility OK jmc@. | ||||
| * | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 4 | -12/+4 | |
| | | | | | ok guenther millert kettenis | ||||
| * | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | 2011-07-06 | 1 | -6/+6 | |
| | | |||||
| * | add format strings implied by surplus arguments | 2010-08-20 | 1 | -2/+3 | |
| | | | | | found via the clang static analyser | ||||
| * | sort pool.h into the list of includes alphabetically | 2010-07-29 | 3 | -6/+6 | |
| | | | | | pointed out by kettenis@, ok miod@ | ||||
| * | #include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it | 2010-07-29 | 3 | -3/+6 | |
| | | | | | ok miod@ tedu@ | ||||
| * | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | 2010-07-02 | 3 | -7/+8 | |
| | | | | | | | | | | are required to detect that. Change the function to take a wait argument (used in nfs server, but M_NOWAIT everywhere else for now) and to return an error ok claudio@ henning@ krw@ | ||||
| * | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | 2009-11-21 | 11 | -87/+130 | |
| | | | | | | | | found by Clement LECIGNE, localhost DoS everywhere. Also, don't leak the mbuf when the wrong level is used. ok claudio@, "just commit" deraadt@ | ||||
| * | Accoring to the C standard uint16_t can't be the type of the ``last'' argument | 2009-01-14 | 1 | -3/+3 | |
| | | | | | | | | of va_start() since it's not compatible with the type that results after application of the default argument promotion. So change it to uint32_t. ok miod@ | ||||
| * | unbreak build on sgi (thanks jasper) | 2008-11-25 | 1 | -2/+3 | |
| | | |||||
| * | hopefully that unbreaks macppc; reported by todd and mk | 2008-11-24 | 1 | -2/+2 | |
| | | |||||
| * | Stop a possible race in hci_enable() | 2008-11-22 | 1 | -1/+8 | |
| | | |||||
| * | Sync bluetooth with NetBSD | 2008-11-22 | 20 | -410/+478 | |
| | | |||||
| * | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | 2008-09-10 | 5 | -24/+22 | |
| | | | | | | | | Really just the low-hanging fruit of (hopefully) forthcoming timeout conversions. ok art@, krw@ | ||||
| * | timeout_del() removes the triggered flag so check if the timeout triggered | 2008-06-08 | 1 | -4/+4 | |
| | | | | | | | before doing the timeout_del() -- which is actually not needed as triggered timeouts are already removed. While there fix a obvious use after free issue. with mk@ OK canacar@ | ||||
| * | bring netbt's usrreqs up to speed on the usrreq changes. | 2008-05-27 | 8 | -19/+22 | |
| | | | | | | | allows it too compile again. pointed out by mk@ and deraadt@ | ||||
| * | Handle "QOS" L2CAP configuration request option, enabling L2CAP | 2008-02-24 | 1 | -1/+46 | |
| | | | | | connections to Sony Ericsson W880i mobile phones | ||||
| * | Sync sys/netbt with NetBSD | 2008-02-24 | 17 | -506/+1317 | |
| | | | | | ok deraadt@ | ||||
| * | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | 2007-10-01 | 4 | -14/+9 | |
| | | | | | where obvious. | ||||
| * | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | 2007-09-17 | 3 | -9/+6 | |
| | | | | | | MALLOC/FREE, etc. Just adding M_ZERO to malloc() and deleting an immediately adjacent bzero(). | ||||
| * | spacing, chop some of the more obscenely long lines. | 2007-07-22 | 3 | -53/+55 | |
| | | |||||
| * | Fix "the the"s. ok miod@. | 2007-06-26 | 1 | -2/+2 | |
| | | |||||
| * | Remove some unused leftover code; original request from jasper@ | 2007-06-24 | 5 | -55/+8 | |
| | | |||||
| * | Abort all pending ACL connections when we get an HCI command parameter | 2007-06-19 | 3 | -4/+34 | |
| | | | | | | | error in response to a HCI_CMD_CREATE_CON command instead of waiting that the user aborts due to boredom. Unfortunately, the command status event does not include a hint to tells us which connection failed. | ||||
| * | No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk | 2007-06-06 | 1 | -11/+1 | |
| | | |||||
| * | Do not dereference a garbage pointer in hci_acl_send() | 2007-06-06 | 1 | -1/+2 | |
| | | | | | testing ckuethe | ||||
| * | Set a flag in hci_usrreq() to allow priviledged operations | 2007-06-02 | 1 | -5/+2 | |
| | | |||||
| * | Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwk | 2007-06-01 | 1 | -3/+4 | |
| | | |||||
| * | workq_add_task() flags argument position changed | 2007-06-01 | 1 | -3/+3 | |
| | | |||||
| * | set debug level to 0 | 2007-06-01 | 1 | -2/+2 | |
| | | |||||
| * | complete the sys/netbt import and adopt some more code to our interfaces | 2007-06-01 | 19 | -54/+5466 | |
| | | |||||
| * | Enable packet flow between HCI driver and controller | 2007-05-31 | 4 | -55/+49 | |
| | | | | | | | - not all platforms have generic sofintr support, use schednetisr() - enable HCI driver at attach time (for development, since we have no userland tools yet) | ||||
| * | Unbreak the tree for gwk | 2007-05-30 | 2 | -13/+8 | |
| | | |||||
| * | Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal | 2007-05-30 | 18 | -4671/+7120 | |
| | | | | | of the existing code | ||||
| * | one extern seems to be better than 20 for ifqmaxlen; ok krw | 2007-05-26 | 1 | -2/+1 | |
| | | |||||
| * | spelling: queue, not qeueue | 2006-12-01 | 1 | -2/+2 | |
| | | |||||
| * | With the exception of two other small uncommited diffs this moves | 2006-03-04 | 2 | -5/+5 | |
| | | | | | | | the remainder of the network stack from splimp to splnet. ok miod@ | ||||
| * | From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5: | 2005-07-15 | 1 | -2/+2 | |
| | | | | | | | | Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure. class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de > | ||||
| * | cleanup rcsids | 2005-01-17 | 9 | -18/+9 | |
| | | |||||
| * | Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo and | 2005-01-14 | 1 | -2/+6 | |
| | | | | | markus. | ||||
| * | First step in Bluetooth protocol stack support. | 2005-01-14 | 12 | -0/+5597 | |
| The code is adopted from the FreeBSD netgraph-based Bluetooth implementation by Maksim Yevmenkin <m_evmenkin@yahoo.com> but all netgraph glue was replaced with usual BSD network stack hooks. This is a work in progress. Only HCI layer works for now, L2CAP and RFCOMM are on the way. Help in testing from many, ok markus@. | |||||
