| Age | Commit message (Expand) | Author |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-19 | KASSERT -> KASSERTMSG and while I'm here update a comment | skrll |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-12-04 | Whitespace | skrll |
| 2016-05-17 | initialize buf to NULL for error branch on line 532 | pooka |
| 2016-05-06 | Fix polling mode and USB keyboards in ddb | skrll |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-12-22 | In usbd_transfer deal with errors from the HCD transfer (and start) | skrll |
| 2015-12-22 | Improve debug/comments (mostly from nhusb) | skrll |
| 2015-12-22 | Can't use usbd_errstr in USBHIST_LOG as vmstat(1) doesn't like it | skrll |
| 2015-09-26 | Deal with polling in usbd_start_next | skrll |
| 2015-08-23 | Expose usbd_xfer_isread | skrll |
| 2015-02-09 | clip xfer->actlen also in the !DIAGNOSTIC case | aymeric |
| 2014-09-12 | Improve USB debugging with USBHIST based on KERNHIST. | skrll |
| 2014-08-05 | Simplify the freeing of the interrupt pipe transfer. Inspired by OpenBSD. | skrll |
| 2013-11-30 | Simplify | skrll |
| 2013-10-04 | Small KNF | skrll |
| 2013-10-03 | Simply the code now that all (real) HCDs provide a get_lock method. | skrll |
| 2013-09-26 | Remove the usbd_do_request_async_cb prototype. This was missed from the | skrll |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2013-08-22 | Check that the xfer we are about to abort didn't finish yet since abort | aymeric |
| 2013-07-11 | In usbd_transfer(), abort the xfer if it is interrupted by a signal while in | aymeric |
| 2013-07-06 | Use NULL instead of 0 when returning a NULL pointer. | jakllsch |
| 2013-04-04 | Don't take the bus lock in usbd_transfer_complete when polling. | skrll |
| 2013-03-24 | Add || defined(OHCI_DEBUG) to pick up usbd_dump_pipe | skrll |
| 2013-01-22 | usbd_open_pipe and usbd_open_pipe_intr take different flags! Make sure | jmcneill |
| 2013-01-22 | Use usbd_setup_pipe_flags instead of usbd_setup_pipe so the supplied flags | jmcneill |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-22 | Improve a DIAGNOSTIC so it doesn't confuse people who need more coffee, | skrll |
| 2013-01-19 | Pay attention to the return value from cv_wait_sig as well in | skrll |
| 2013-01-19 | Improve some DIAGNOSTIC stuff | skrll |
| 2013-01-16 | don't wait for completion if we were interrupted. | christos |
| 2013-01-15 | Don't do the xfer once, wait till it is done. I did not find this, someone | christos |
| 2013-01-05 | fix debug variables. | christos |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-12-04 | Improve DIAGNOSTIC printf | skrll |
| 2012-07-15 | commit my workaround for PR 46648 for now, as the more involved | mrg |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-03-11 | pull down from usbmp branch: | mrg |
| 2012-03-06 | pull down from usbmp branch: | mrg |
| 2011-11-27 | assert kernel_lock in usbd_transfer, usb_transfer_complete, | jmcneill |
| 2011-07-30 | PR# port-i386/18818: cannot enter ddb with usb keyboard | jmcneill |
| 2011-06-09 | Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h | matt |
| 2010-12-20 | usbd_dump_*() functions are also needed when just EHCI_DEBUG is defined, | phx |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-09-04 | revert previous. | cegger |
| 2010-09-03 | fix NULL pointer dereference on detaching: | cegger |
| 2010-01-16 | Fix leak of a usbd_xfer_handle when a interrupt pipe is aborted then | bouyer |
| 2009-11-12 | Typo in a debug printf. | uebayasi |