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