| Commit message (Expand) | Author | Age | Files | Lines |
* | After the rev. 1.108 commit we see some issues with ugen(4) behaviour, |  mglocker | 2021-02-03 | 1 | -1/+5 |
* | Align the mixed naming for the variables used to reference to |  mglocker | 2021-02-01 | 1 | -7/+7 |
* | Don't rely on USB interfaces being at compliant indices. |  edd | 2021-01-29 | 1 | -5/+16 |
* | The usb configuration descriptor parameter providing the number of |  mglocker | 2021-01-27 | 1 | -2/+2 |
* | Move the responsibility of syncing the data buffers from the USB |  patrick | 2020-04-03 | 1 | -23/+9 |
* | USB control requests to the root hub differ from those to devices. For |  patrick | 2020-04-01 | 1 | -2/+3 |
* | Instead of passing the flags as part of a struct that's supposed to be |  patrick | 2020-03-21 | 1 | -3/+3 |
* | use the UE_GET_XFERTYPE macro where applicable |  jasper | 2020-02-22 | 1 | -2/+2 |
* | Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods. |  mpi | 2019-10-21 | 1 | -1/+2 |
* | tsleep(9) to tsleep_nsec(9) conversions. |  mpi | 2019-10-06 | 1 | -3/+3 |
* | Use "%s", __func__ in DPRINTF() to reduce grep noise. |  mpi | 2018-11-18 | 1 | -17/+17 |
* | free(9) sizes for endpoints array. |  mpi | 2018-11-10 | 1 | -4/+5 |
* | Fail early when transfers aren't completed in order. |  mpi | 2018-04-29 | 1 | -5/+3 |
* | Add support for dumping USB transfers via bpf(4) using USBPcap headers. |  mpi | 2018-02-03 | 1 | -4/+9 |
* | Disable a splsoftassert() at least until ohci(4) has been fixed. |  mpi | 2017-09-21 | 1 | -1/+4 |
* | Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB). |  mpi | 2017-05-15 | 1 | -3/+3 |
* | It is unsafe to dereference ``xfer'' after calling the callback as it |  mpi | 2017-05-10 | 1 | -5/+12 |
* | Revert r1.61 and partially 1.60. The resulting logic is currently a |  mpi | 2017-05-10 | 1 | -10/+1 |
* | Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer, |  jsg | 2017-05-05 | 1 | -7/+1 |
* | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 2017-04-08 | 1 | -3/+2 |
* | ubcmtp(4) works because of a use-after-free. Many more drivers are |  mpi | 2017-03-17 | 1 | -13/+6 |
* | Fix a use-after-free when sending root hub control transfers. |  mpi | 2017-03-10 | 1 | -2/+2 |
* | Move per HC polling code to the stack. |  mpi | 2017-03-10 | 1 | -17/+36 |
* | Do not print uninitialized variable in DPRINTFN(). |  mpi | 2017-03-06 | 1 | -2/+2 |
* | It is unsafe to dereference ``xfer'' after calling the callback as it |  mpi | 2017-03-06 | 1 | -9/+15 |
* | Let the stack perform DMA synchronization instead of doing it (partially) |  mpi | 2016-10-04 | 1 | -7/+21 |
* | Remove the restriction for the usbd_ref_* functions to work just in case |  mglocker | 2016-06-13 | 1 | -2/+2 |
* | usbd_{endpoint,interface}_count() are no longer used and die. |  mpi | 2015-07-10 | 1 | -23/+1 |
* | Set the length of isochronous transfers as the sum of the frames lengths. |  mpi | 2015-06-15 | 1 | -9/+10 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | KNF. |  uebayasi | 2015-02-12 | 1 | -2/+2 |
* | Reduce the number of intermediate buffers by pre-allocating DMA buffers |  mpi | 2015-01-22 | 1 | -15/+17 |
* | There's no simple way so check for DMA buffer overrun with isochronous |  mpi | 2015-01-11 | 1 | -2/+2 |
* | Always check for DMA buffer overrun, not just for some specific xfers. |  mpi | 2015-01-09 | 1 | -26/+8 |
* | Add an asynchronous version of uhidev_get_report(), from David Higgs |  mpi | 2015-01-09 | 1 | -5/+7 |
* | Make it clear that dma buffers are link to xfers, no functional change. |  mpi | 2014-11-01 | 1 | -8/+5 |
* | Use understandable messages when the per-xfer poison value is incorrect. |  mpi | 2014-10-31 | 1 | -11/+8 |
* | Fix format signedness |  guenther | 2014-09-26 | 1 | -2/+2 |
* | Set and check for XFER_BUSY in the common methods instead of doing it |  mpi | 2014-08-10 | 1 | -2/+11 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | We already have three identical copies of the *hci_str() function, |  mpi | 2014-03-07 | 1 | -1/+19 |
* | Turn usbd_xfer_isread() into a public function so that we can use |  mpi | 2014-03-06 | 1 | -11/+1 |
* | Makes the "cleartoggle" function provided by HC drivers optional |  mpi | 2014-03-06 | 1 | -4/+5 |
* | Clean-up usbd_abort_pipe() usage. |  pirofti | 2013-11-15 | 1 | -5/+3 |
* | Polling is done per controller not per interface. |  pirofti | 2013-11-13 | 1 | -10/+3 |
* | Make usbd_free_xfer return void, since no callers use the return value. |  jeremy | 2013-11-06 | 1 | -3/+3 |
* | Begin conversion of USB stack to return int instead of usbd_status, |  jeremy | 2013-11-02 | 1 | -7/+7 |
* | Pipe don't have states. Kill an useless & commented out chunk of code. |  mpi | 2013-10-31 | 1 | -8/+2 |
* | usbd_pipe2device_handle() is not used, should not be used and die. |  mpi | 2013-10-31 | 1 | -7/+1 |
* | If a transfer terminates with an I/O error status, do not modify the |  mpi | 2013-10-14 | 1 | -10/+10 |