| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | net80211(4): Bring back an accidently reverted grammar correction | Gordon Bergling | 2022-09-07 | 1 | -1/+1 |
* | Revert "usb: Remove a double words in a source code comments" | Gordon Bergling | 2022-09-05 | 1 | -1/+1 |
* | usb: Remove a double words in a source code comments | Gordon Bergling | 2022-09-04 | 1 | -1/+1 |
* | Fix busdma resource leak on usb device detach. | Ian Lepore | 2021-09-28 | 1 | -3/+13 |
* | Fix a common typo in source code comments | Gordon Bergling | 2021-08-14 | 1 | -1/+1 |
* | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -18/+0 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste | 2017-05-17 | 1 | -1/+1 |
* | Improve USB polling mode by not locking any mutexes, asserting any | Hans Petter Selasky | 2016-09-14 | 1 | -7/+7 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -2/+2 |
* | Verify that all segments in the loaded segment list are back to back | Hans Petter Selasky | 2016-03-29 | 1 | -11/+16 |
* | Add helper function to check if a USB page cache buffer is properly | Hans Petter Selasky | 2015-11-07 | 1 | -0/+29 |
* | Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising | Hans Petter Selasky | 2015-11-03 | 1 | -2/+6 |
* | Fix a regression issue. Contiguous single segment allocations above | Hans Petter Selasky | 2014-02-05 | 1 | -1/+1 |
* | Fix external compiler warning about write-only assigned variable. | Hans Petter Selasky | 2013-12-05 | 1 | -3/+1 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -0/+4 |
* | Fix regression issue after r244500 and r244503: | Hans Petter Selasky | 2013-01-27 | 1 | -2/+3 |
* | Regression issue: | Hans Petter Selasky | 2012-12-21 | 1 | -5/+13 |
* | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -2/+2 |
* | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -7/+7 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
* | Use saner nsegments and maxsegsz parameters when creating certain DMA tags; | Marius Strobl | 2010-09-14 | 1 | -2/+2 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -3/+3 |
* | Add a reminder comment to optimize bus_dmamap_sync calls. | Alfred Perlstein | 2009-08-24 | 1 | -0/+6 |
* | Fix USB cache sync operations for platforms with non-coherent DMA. | Rafal Jaworowski | 2009-08-19 | 1 | -4/+3 |
* | MFp4: | Marcel Moolenaar | 2009-07-12 | 1 | -1/+2 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -3/+23 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -97/+97 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | Andrew Thompson | 2009-06-15 | 1 | -5/+5 |
* | Revert the size_t part of the last commit for the moment, this blows up the | Andrew Thompson | 2009-05-30 | 1 | -8/+8 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -27/+27 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -53/+53 |
* | Unifdef __NetBSD__ here, the usb stack as a whole doesnt support NetBSD and it | Andrew Thompson | 2009-05-26 | 1 | -396/+1 |
* | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -35/+36 |
* | MFp4 //depot/projects/usb@159392 | Andrew Thompson | 2009-03-20 | 1 | -20/+32 |
* | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
* | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+1426 |