| Age | Commit message (Expand) | Author |
| 2007-11-03 | struct callout => callout_t | plunky |
| 2007-11-03 | "struct callout" -> callout_t | plunky |
| 2007-11-02 | constify hci_devname | plunky |
| 2007-10-15 | for PRU_ATTACH, we should make sure that so_pcb is not allocated when | plunky |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-17 | Macros that are meant for statements (instead of expressions) SHALL | rillig |
| 2007-09-16 | improve memo taking of known bluetooth devices | plunky |
| 2007-09-07 | add event processing for "Inquiry result with RSSI", and modify the memo | plunky |
| 2007-09-07 | adjust typedef name for consistency with other parts, since hci_rssi_response | plunky |
| 2007-07-19 | not necessary to cast to (void *) (from caddr_t removal) | plunky |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-16 | use the sizeof the header, not the pointer to the header | plunky |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-21 | Add 'service level' security for L2CAP and RFCOMM connections, following | plunky |
| 2007-04-06 | rework ordering of error conditions for setopt, prefer to return EINVAL | plunky |
| 2007-04-06 | add const attribute to the CRC table | plunky |
| 2007-04-06 | use structure initializers for protocol switch table | plunky |
| 2007-04-05 | remove default setting of bluetooth_debug, since 'options BLUETOOTH_DEBUG' | plunky |
| 2007-03-31 | change declaration for protosw.h const symbolic strings to static, so that | plunky |
| 2007-03-30 | be more explicit and consistent in use of KASSERT with pointers, | plunky |
| 2007-03-21 | disallow sending command packets of unexpected length | plunky |
| 2007-03-20 | discard inbound packets if the channel is not open | plunky |
| 2007-03-15 | remove C++ style comments | plunky |
| 2007-03-12 | clean up the mess that is the channel state, now | plunky |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-07 | add validity check for inbound packets | plunky |
| 2007-03-06 | don't reset MTU when invalid value is given | plunky |
| 2007-03-05 | return ENOPROTOOPT when protocol options are not known | plunky |
| 2007-03-05 | whitespace | plunky |
| 2007-03-05 | add extra validity check for inbound requests | plunky |
| 2007-03-05 | remove extraneous prototype | plunky |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-20 | Supprot Bluetooth HCI UART (H4) driver and daemon. | kiyohara |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-26 | CID-3819: `n' is always NULL here, remove dead code. | alc |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-07 | Do not use the output buffer to store data unless we mean it to go in | plunky |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-10 | change the MOWNER_INIT define to take two args; fix extant struct mowner | dogcow |
| 2006-10-04 | fix empty if | christos |
| 2006-10-01 | Reduce memory usage by not allocating a chunk for a bitmask. | plunky |
| 2006-10-01 | fix silent dependencies (uintN_t) | plunky |
| 2006-09-11 | Endian issues: | plunky |
| 2006-09-11 | hci_link.c: | plunky |
| 2006-09-10 | update to bluetooth device attachment: | plunky |
| 2006-08-28 | add newline to (debug) printf | plunky |
| 2006-08-28 | add missing initializers. | christos |