| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r363420: | Mark Johnston | 2020-07-29 | 1 | -10/+5 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -13/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Improve USB polling mode by not locking any mutexes, asserting any | Hans Petter Selasky | 2016-09-14 | 1 | -3/+3 |
| * | Check for signals when locking the USB enumeration thread from | Hans Petter Selasky | 2016-05-25 | 1 | -1/+7 |
| * | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -1/+1 |
| * | Don't wait forever for USB data to be flushed. | Hans Petter Selasky | 2015-06-05 | 1 | -1/+2 |
| * | Resolve a special case deadlock: When two or more threads are | Hans Petter Selasky | 2015-01-13 | 1 | -6/+6 |
| * | When we fail to get a USB reference we should just return, because | Hans Petter Selasky | 2014-10-03 | 1 | -9/+12 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | Resolve a deadlock setting the USB configuration index from userspace | Hans Petter Selasky | 2014-06-08 | 1 | -3/+8 |
| * | Try to resolve a possible deadlock when detaching USB devices which | Hans Petter Selasky | 2014-03-20 | 1 | -10/+9 |
| * | Clear the knote list before destroying it. | Hans Petter Selasky | 2014-02-27 | 1 | -0/+2 |
| * | Add missing call to "knlist_destroy()". | Hans Petter Selasky | 2014-02-27 | 1 | -15/+11 |
| * | Add support for kqfilter to USB character devices. | Hans Petter Selasky | 2014-02-27 | 1 | -2/+171 |
| * | Hide now harmless warning from dmesg. | Hans Petter Selasky | 2014-01-24 | 1 | -1/+1 |
| * | Fix a possible memory use after free and leak situation associated | Hans Petter Selasky | 2014-01-17 | 1 | -16/+10 |
| * | Close a minor deadlock. | Hans Petter Selasky | 2014-01-17 | 1 | -0/+7 |
| * | Fix a deadlock when trying to power off a USB device. The deadlock | Hans Petter Selasky | 2013-10-27 | 1 | -1/+1 |
| * | Resolve a LOR after r246616. Protect control requests using the USB device | Hans Petter Selasky | 2013-02-13 | 1 | -5/+6 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -0/+4 |
| * | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | Hans Petter Selasky | 2012-10-26 | 1 | -2/+1 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -3/+3 |
| * | Remove direct access to si_name. | Ed Schouten | 2012-02-10 | 1 | -1/+1 |
| * | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -4/+4 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
| * | Fix for recursive locking in usb_close() after change 224777. | Hans Petter Selasky | 2011-08-20 | 1 | -6/+18 |
| * | Use synchronous device destruction instead of asynchronous, so that a new | Hans Petter Selasky | 2011-08-11 | 1 | -28/+7 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Serialise USB re-enumeration with the USB explore thread. | Hans Petter Selasky | 2010-10-04 | 1 | -13/+36 |
| * | Correct IOCTL return code. | Hans Petter Selasky | 2010-10-04 | 1 | -1/+5 |
| * | fix a few cases where a string is passed via format argument instead of | Andriy Gapon | 2010-06-11 | 1 | -1/+1 |
| * | Staticise usb_ref_device and usb_unref_device. | Andrew Thompson | 2010-05-12 | 1 | -2/+2 |
| * | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Properly name the sxlocks, mutexes and condvars. | Andrew Thompson | 2010-04-22 | 1 | -4/+4 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -2/+2 |
| * | Provide tunables for some of the usb sysctls that affect boot behaviour. | Andrew Thompson | 2009-11-22 | 1 | -0/+2 |
| * | - Patch to allow USB controller to resume operation after | Alfred Perlstein | 2009-08-24 | 1 | -11/+8 |
| * | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -6/+0 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -0/+6 |
| * | USB core: | Alfred Perlstein | 2009-07-30 | 1 | -16/+67 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -4/+33 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -233/+233 |
| * | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | Andrew Thompson | 2009-06-15 | 1 | -13/+13 |
| * | Make variables static where appropriate. | Andrew Thompson | 2009-06-13 | 1 | -1/+1 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -34/+34 |
| * | Place the fifo and ref counting variables on the stack to prevent races. | Andrew Thompson | 2009-06-02 | 1 | -99/+90 |