summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbd/usbd.c
Commit message (Expand)AuthorAgeFilesLines
* fix spelling of ATTACHjmg2003-10-251-1/+1
* The second argument to fgetln() is a size_t *, not an int *.tmm2003-07-121-1/+1
* Include sys/param.h for both modfind and kldloadimp2003-06-091-2/+5
* Use stdlib.h for getopt interface.imp2003-06-071-2/+0
* Fix usbd.conf parsing: fgetln(3) returns a string without terminatingmaxim2002-12-241-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-21/+21
* Merge from NetBSD.joe2002-01-281-21/+56
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-021-10/+10
* Check the return value of strdupn_hibma2000-11-121-0/+8
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
* And another buffer overflow. Maybe next time I should read the manpage forn_hibma2000-07-161-1/+1
* Oops. I originally extended the bcopy to 8 characters to include thepeter2000-07-141-1/+1
* Correct an additional off-by-one bug and buffer overflow. A malloc()peter2000-07-141-2/+3
* Fix an off-by-one error which breaks this (detected by malloc flags):green2000-07-111-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Add a comment to deconfuse a few lines of code I've tripped over twon_hibma2000-05-121-1/+6
* if USB support is not compiled into the kernel,jmb2000-04-021-0/+8
* Don't fail if less then MAXDEV /dev/usb\d+ entries exist.n_hibma2000-01-101-1/+1
* Complain if we get an error that is not ENXIO while opening /dev/usb\d+n_hibma1999-12-061-0/+7
* Add the ability to match on device names attached to.n_hibma1999-11-281-25/+144
* Avoid null dereference on verbose output.n_hibma1999-11-241-7/+7
* Flip the sequence of vendor, product around, to make it consistentn_hibma1999-11-221-19/+19
* Add event queue handling. It triggers activities on events read fromn_hibma1999-11-211-51/+785
* Cleanup of the code before we add a few thins.n_hibma1999-11-181-33/+49
* Syncing with NetBSD version 1998/12/14n_hibma1999-04-111-8/+7
* Added Idn_hibma1998-12-141-0/+1
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+183
OpenPOWER on IntegriCloud