Age | Commit message (Expand) | Author |
2018-11-14 | free(9) sizes for configuration descriptors. | Martin Pieuchot |
2018-05-01 | Simplify/refactor the way vendor/product/serial informations are | Landry Breuil |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-07-21 | Do not permit USB ioctl handler malloc(9)'s to block as this interferes | ians |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2016-03-03 | Convert uiomovei to uiomove. Fixes a few integer truncations along the | Stefan Kempf |
2015-10-19 | Revert transfer submission to r1.85. Seems to make okan@'s scanner | Martin Pieuchot |
2015-10-13 | Prevent a NULL-pointer dereference when closing a ugen(4) node | Martin Pieuchot |
2015-09-15 | Fix kpanic I found the hard way while using pcsc-lite | David Coppa |
2015-09-07 | Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers | Martin Pieuchot |
2015-09-04 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot |
2015-09-03 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot |
2015-07-10 | Do not use usbd_endpoint_count() and usbd_interface_count(), theses | Martin Pieuchot |
2015-06-15 | Set the length of isochronous transfers as the sum of the frames lengths. | Martin Pieuchot |
2015-05-25 | Prevent a use after free in by closing all open endpoints upon detach. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-11 | use mallocarray() | Theo de Raadt |
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Fix debug printf formating and kill some trailing whitespaces while here. | Martin Pieuchot |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-05-17 | Don't leak information to userland in case the actual transfer length is | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-01 | Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc() | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2011-12-07 | Avoid kernel crash by removing double clfree() on endpoint closing for | Marcus Glocker |
2011-10-14 | Return EINVAL when there's no config descriptor for a given index. | Martin Pieuchot |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-19 | clalloc() can't fail, so there's no need to handle failure cases. | Bret Lambert |
2009-06-05 | catch up NetBSD kern/41048. | Yojiro Uo |
2008-12-14 | o Correctly clear UGEN_ASLP in all cases. | Federico G. Schwindt |
2008-09-08 | - don't leave nodes unconfigured, when setting alternate setting | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | remove #ifdef __macppc__ due to a misunderstanding: | Todd T. Fries |
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-06-29 | respect timeouts. prompted by freebsd pr110122, but also proplerly | Henning Brauer |