| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r255090 and r255128: | Hans Petter Selasky | 2013-09-07 | 1 | -0/+61 |
| * | MFC r244704, r244714 and r244715: | Raphael Kubo da Costa | 2013-04-04 | 1 | -1/+7 |
| * | MFC: r233774 | Marius Strobl | 2012-06-06 | 1 | -6/+6 |
| * | MFC r223486, r223489, r223490, r223511, r223512, r223513, | Hans Petter Selasky | 2011-06-27 | 2 | -3/+3 |
| * | MFC r222051,222055: usb: change to one-pass probing of device drivers | Andriy Gapon | 2011-06-22 | 1 | -4/+5 |
| * | MFC 217265: | John Baldwin | 2011-04-27 | 2 | -2/+0 |
| * | MFC r197083 | Maksim Yevmenkin | 2011-04-19 | 1 | -2/+2 |
| * | MFC r218757: | Bjoern A. Zeeb | 2011-04-16 | 3 | -3/+21 |
| * | MFC r218909: | Rebecca Cran | 2011-02-24 | 1 | -1/+1 |
| * | MFC r210783. Fix typo | Maksim Yevmenkin | 2010-08-06 | 1 | -1/+1 |
| * | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -3/+4 |
| * | Fix a typeo in the frame len function to unbreak the build, make it shorter | Andrew Thompson | 2009-06-23 | 1 | -2/+2 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 2 | -106/+172 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 2 | -52/+52 |
| * | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 1 | -14/+9 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 2 | -16/+16 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 3 | -42/+42 |
| * | Hook ubt and ubtbcmfw back up to the build. | Andrew Thompson | 2009-05-27 | 1 | -2/+1 |
| * | move ng_ubt_var.h back to its original place | Andrew Thompson | 2009-05-27 | 1 | -0/+131 |
| * | move ng_ubt.c back to its original place | Andrew Thompson | 2009-05-27 | 1 | -0/+1722 |
| * | move ubtbcmfw.c back to its original place | Andrew Thompson | 2009-05-27 | 1 | -0/+427 |
| * | Delete the bluetooth drivers for the old usb stack. | Andrew Thompson | 2009-05-27 | 4 | -3091/+0 |
| * | Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number. | Ed Schouten | 2009-04-17 | 1 | -39/+21 |
| * | Update comment. soalloc() is no longer performing M_WAITOK memory allocations. | Maksim Yevmenkin | 2009-02-10 | 1 | -14/+6 |
| * | Allow unprivileged users to run l2ping(8). | Maksim Yevmenkin | 2009-02-04 | 1 | -5/+0 |
| * | Properly return error code to the caller. This should fix the following | Maksim Yevmenkin | 2009-01-19 | 1 | -20/+26 |
| * | Change message severity level from WARN to INFO. This should reduce | Maksim Yevmenkin | 2008-12-24 | 1 | -1/+1 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 11 | -46/+41 |
| * | Abort transfers on all pipes before closing them. This fixes the crash | Maksim Yevmenkin | 2008-10-03 | 1 | -0/+5 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -2/+2 |
| * | Implement ratelimiting for debug messages. For now, allow at most | Maksim Yevmenkin | 2008-08-01 | 5 | -20/+50 |
| * | Increase maximum input queue size limit for raw Bluetooth HCI sockets. | Maksim Yevmenkin | 2008-08-01 | 1 | -2/+1 |
| * | Fix locking bug, i.e. lock "wildcard" matched pcb before return. | Maksim Yevmenkin | 2008-08-01 | 1 | -0/+3 |
| * | Introduce support for Bluetooth SCO sockets. This is based on older | Maksim Yevmenkin | 2008-07-30 | 3 | -1/+2132 |
| * | Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug. | Maksim Yevmenkin | 2008-07-29 | 1 | -28/+18 |
| * | Fill in the string portion of the bluetooth stack version sysctl. | Tom Rhodes | 2008-07-14 | 1 | -1/+1 |
| * | Dust off old code for support of USB isochronous transfers. | Maksim Yevmenkin | 2008-07-11 | 3 | -215/+341 |
| * | Get in some basic infrastructure for Bluetooth SCO support. | Maksim Yevmenkin | 2008-07-10 | 3 | -0/+59 |
| * | Several changes breaking netgraph module ABI collected together: | Alexander Motin | 2008-04-15 | 1 | -23/+15 |
| * | Fix locking issue in ng_btsocket_l2cap_ctloutput() | Maksim Yevmenkin | 2007-10-31 | 1 | -2/+4 |
| * | Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel | Maksim Yevmenkin | 2007-10-29 | 1 | -31/+53 |
| * | Return EADDRNOTAVAIL instead of EDESTADDRREQ error when | Maksim Yevmenkin | 2007-08-23 | 2 | -2/+2 |
| * | Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy. | Maksim Yevmenkin | 2007-08-13 | 4 | -188/+174 |
| * | Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now. | Maksim Yevmenkin | 2007-07-10 | 1 | -1/+1 |
| * | These modules depend on usb, make that explicit | Warner Losh | 2007-06-23 | 2 | -0/+4 |
| * | Replace sosend() with direct call to .pru_send method on the | Maksim Yevmenkin | 2007-06-21 | 1 | -2/+2 |
| * | Fix build problem caused by a set of typos. | Xin LI | 2007-06-19 | 1 | -6/+6 |
| * | Finish removing usb_port.h compat macros. | Warner Losh | 2007-06-18 | 2 | -26/+71 |
| * | Remove two more instances of the USBDEV() macro. | Ruslan Ermilov | 2007-06-13 | 1 | -2/+2 |