| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix build breakage for 8-stable and older. | hselasky | 2011-11-06 | 1 | -1/+5 |
* | Fix for panic at USB controller attach failure during cold boot. | hselasky | 2011-11-04 | 1 | -0/+5 |
* | Add support for new USB serial driver. | hselasky | 2011-06-01 | 1 | -1/+6 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -1/+1 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -1/+1 |
* | Provide tunables for some of the usb sysctls that affect boot behaviour. | thompsa | 2009-11-22 | 1 | -0/+2 |
* | It is possible for all the kthreads to exit (hci modules unloaded) which in | thompsa | 2009-08-25 | 1 | -0/+9 |
* | - Patch to allow USB controller to resume operation after | alfred | 2009-08-24 | 1 | -0/+26 |
* | Change the usb workers from kernel processes to threads, this is mostly a | thompsa | 2009-08-16 | 1 | -5/+7 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -2/+24 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -17/+17 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -12/+12 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -1/+1 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -1/+1 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -16/+16 |
* | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | thompsa | 2009-05-21 | 1 | -2/+2 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -1/+1 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+426 |