| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fxi a bunch of typos. | Eitan Adler | 2013-05-10 | 1 | -1/+1 |
| * | Add blacklist entries for Atheros bluetooth device IDs that are known to | Adrian Chadd | 2013-04-05 | 1 | -0/+33 |
| * | Use DEVMETHOD_END, as suggested by hselasky@. | Raphael Kubo da Costa | 2012-12-26 | 1 | -1/+1 |
| * | Use the correct USB interface macros instead of USB_IF_CSI. | Raphael Kubo da Costa | 2012-12-26 | 1 | -1/+3 |
| * | Add vendor IDs for Broadcom USB dongles (BCM20702). | Gleb Smirnoff | 2012-12-26 | 1 | -0/+4 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 15 | -46/+46 |
| * | The USB Bluetooth driver should only grab its own interfaces. This allows the | Hans Petter Selasky | 2012-09-30 | 1 | -4/+16 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -6/+6 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 5 | -5/+5 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 5 | -6/+6 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 2 | -3/+3 |
| * | usb: fix a missed use of use_generic in r222051 | Andriy Gapon | 2011-05-18 | 1 | -4/+5 |
| * | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 2 | -8/+2 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 3 | -3/+21 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 6 | -21/+21 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 2 | -2/+0 |
| * | Fix typo | Maksim Yevmenkin | 2010-08-02 | 1 | -1/+1 |
| * | Get those pesky RFCOMM RPM data bits right. This is likely a noop. | Maksim Yevmenkin | 2009-09-10 | 1 | -2/+2 |
| * | 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 |