summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Check for signals when locking the USB enumeration thread fromhselasky2016-05-251-1/+7
* dev/usb: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Don't wait forever for USB data to be flushed.hselasky2015-06-051-1/+2
* Resolve a special case deadlock: When two or more threads arehselasky2015-01-131-6/+6
* When we fail to get a USB reference we should just return, becausehselasky2014-10-031-9/+12
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Resolve a deadlock setting the USB configuration index from userspacehselasky2014-06-081-3/+8
* Try to resolve a possible deadlock when detaching USB devices whichhselasky2014-03-201-10/+9
* Clear the knote list before destroying it.hselasky2014-02-271-0/+2
* Add missing call to "knlist_destroy()".hselasky2014-02-271-15/+11
* Add support for kqfilter to USB character devices.hselasky2014-02-271-2/+171
* Hide now harmless warning from dmesg.hselasky2014-01-241-1/+1
* Fix a possible memory use after free and leak situation associatedhselasky2014-01-171-16/+10
* Close a minor deadlock.hselasky2014-01-171-0/+7
* Fix a deadlock when trying to power off a USB device. The deadlockhselasky2013-10-271-1/+1
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-5/+6
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+4
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-2/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-3/+3
* Remove direct access to si_name.ed2012-02-101-1/+1
* Style change.hselasky2011-11-121-4/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Fix for recursive locking in usb_close() after change 224777.hselasky2011-08-201-6/+18
* Use synchronous device destruction instead of asynchronous, so that a newhselasky2011-08-111-28/+7
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-041-13/+36
* Correct IOCTL return code.hselasky2010-10-041-1/+5
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-1/+1
* Staticise usb_ref_device and usb_unref_device.thompsa2010-05-121-2/+2
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-221-1/+1
* Properly name the sxlocks, mutexes and condvars.thompsa2010-04-221-4/+4
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+2
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* - Patch to allow USB controller to resume operation afteralfred2009-08-241-11/+8
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+6
* USB core:alfred2009-07-301-16/+67
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-4/+33
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-233/+233
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-13/+13
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-34/+34
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-021-99/+90
* Fix multithread issue where the is_uref variable was not set and clearedthompsa2009-06-021-8/+23
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-9/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-21/+21
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-93/+93
OpenPOWER on IntegriCloud