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