aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2154-54/+54
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-3/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-52/+52
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-14/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-292-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-283-42/+42
* Hook ubt and ubtbcmfw back up to the build.Andrew Thompson2009-05-271-2/+1
* move ng_ubt_var.h back to its original placeAndrew Thompson2009-05-271-0/+131
* move ng_ubt.c back to its original placeAndrew Thompson2009-05-271-0/+1722
* move ubtbcmfw.c back to its original placeAndrew Thompson2009-05-271-0/+427
* Delete the bluetooth drivers for the old usb stack.Andrew Thompson2009-05-274-3091/+0
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.Ed Schouten2009-04-171-39/+21
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin2009-02-101-14/+6
* Allow unprivileged users to run l2ping(8).Maksim Yevmenkin2009-02-041-5/+0
* Properly return error code to the caller. This should fix the followingMaksim Yevmenkin2009-01-191-20/+26
* Change message severity level from WARN to INFO. This should reduceMaksim Yevmenkin2008-12-241-1/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-2311-46/+41
* Abort transfers on all pipes before closing them. This fixes the crashMaksim Yevmenkin2008-10-031-0/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Implement ratelimiting for debug messages. For now, allow at mostMaksim Yevmenkin2008-08-015-20/+50
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.Maksim Yevmenkin2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.Maksim Yevmenkin2008-08-011-0/+3
* Introduce support for Bluetooth SCO sockets. This is based on olderMaksim Yevmenkin2008-07-303-1/+2132
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.Maksim Yevmenkin2008-07-291-28/+18
* Fill in the string portion of the bluetooth stack version sysctl.Tom Rhodes2008-07-141-1/+1
* Dust off old code for support of USB isochronous transfers.Maksim Yevmenkin2008-07-113-215/+341
* Get in some basic infrastructure for Bluetooth SCO support.Maksim Yevmenkin2008-07-103-0/+59
* Several changes breaking netgraph module ABI collected together:Alexander Motin2008-04-151-23/+15
* Fix locking issue in ng_btsocket_l2cap_ctloutput()Maksim Yevmenkin2007-10-311-2/+4
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelMaksim Yevmenkin2007-10-291-31/+53
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenMaksim Yevmenkin2007-08-232-2/+2
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-134-188/+174
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Maksim Yevmenkin2007-07-101-1/+1
* These modules depend on usb, make that explicitWarner Losh2007-06-232-0/+4
* Replace sosend() with direct call to .pru_send method on theMaksim Yevmenkin2007-06-211-2/+2
* Fix build problem caused by a set of typos.Xin LI2007-06-191-6/+6
* Finish removing usb_port.h compat macros.Warner Losh2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.Ruslan Ermilov2007-06-131-2/+2
* Catch up with USB cleanups and fix the worldMaksim Yevmenkin2007-06-131-21/+15
* Eliminate usb_thread_t.Warner Losh2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-122-6/+4
* Expand USB_ATTACH_SETUP inline.Warner Losh2007-06-092-8/+2
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-4/+4
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* Try to silence Coverity by adding (void) in front of function call.Maksim Yevmenkin2007-03-281-1/+11
* o Update a comment: sonewconn() lives in uipc_socket.c now.Maxim Konovalov2007-03-261-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1