summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Get in some basic infrastructure for Bluetooth SCO support.emax2008-07-103-0/+59
* Several changes breaking netgraph module ABI collected together:mav2008-04-151-23/+15
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelemax2007-10-291-31/+53
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenemax2007-08-232-2/+2
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-134-188/+174
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.emax2007-07-101-1/+1
* These modules depend on usb, make that explicitimp2007-06-232-0/+4
* Replace sosend() with direct call to .pru_send method on theemax2007-06-211-2/+2
* Fix build problem caused by a set of typos.delphij2007-06-191-6/+6
* Finish removing usb_port.h compat macros.imp2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Catch up with USB cleanups and fix the worldemax2007-06-131-21/+15
* Eliminate usb_thread_t.imp2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-122-6/+4
* Expand USB_ATTACH_SETUP inline.imp2007-06-092-8/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-4/+4
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* o Update a comment: sonewconn() lives in uipc_socket.c now.maxim2007-03-261-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-063-3/+6
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-072-110/+105
* more usb fallout changesmjacob2006-09-073-75/+86
* - Catch up with ongoing rwatson's socket work;emax2006-08-252-184/+68
* Define mtu as u_int16_t not as int. This should fix problem with rfcommemax2006-08-241-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-5/+4
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-218-5/+39
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()emax2006-07-052-8/+12
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canemax2006-05-173-1/+75
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-017-39/+17
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-017-12/+12
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-55/+31
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-304-6/+6
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* Fix commentemax2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Stop callout before freeing memory, so it won't panic from softclock.pjd2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.pjd2005-08-211-0/+1
* Fix typo and check correct (rsp) pointer against the NULL value.emax2005-07-291-1/+1
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
OpenPOWER on IntegriCloud