aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbd
Commit message (Expand)AuthorAgeFilesLines
* fix spelling of ATTACHJohn-Mark Gurney2003-10-251-1/+1
* The second argument to fgetln() is a size_t *, not an int *.Thomas Moestl2003-07-121-1/+1
* Include sys/param.h for both modfind and kldloadWarner Losh2003-06-091-2/+5
* Use stdlib.h for getopt interface.Warner Losh2003-06-071-2/+0
* A few grammatical improvements.Murray Stokely2003-05-041-3/+5
* Eliminate hard sentence breaks.Tom Rhodes2003-01-301-4/+4
* Grammar cleanup.Tom Rhodes2003-01-302-5/+5
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Fix usbd.conf parsing: fgetln(3) returns a string without terminatingMaxim Konovalov2002-12-241-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-21/+21
* Merge from NetBSD.Josef Karthauser2002-01-281-21/+56
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser2002-01-021-10/+10
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-132-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
* Fix brokeness in rev. 1.6: this manpage appeared in NetBSD 1.4.Ruslan Ermilov2001-03-011-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-5/+7
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Check the return value of strdupNick Hibma2000-11-121-0/+8
* Don't check for ohci/uhci to be loaded, check for the usb module.Nick Hibma2000-09-021-3/+2
* And another buffer overflow. Maybe next time I should read the manpage forNick Hibma2000-07-161-1/+1
* Oops. I originally extended the bcopy to 8 characters to include thePeter Wemm2000-07-141-1/+1
* Correct an additional off-by-one bug and buffer overflow. A malloc()Peter Wemm2000-07-141-2/+3
* Fix an off-by-one error which breaks this (detected by malloc flags):Brian Feldman2000-07-111-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add a comment to deconfuse a few lines of code I've tripped over twoNick Hibma2000-05-121-1/+6
* Mention that each criterium can only be used once.Nick Hibma2000-05-121-0/+3
* Add a comment about the fact that the usb module is automaticallyNick Hibma2000-04-021-0/+7
* if USB support is not compiled into the kernel,Jonathan M. Bresler2000-04-021-0/+8
* Remove gratuitous dashes (-) in Fl macro arguments.Sheldon Hearn2000-03-061-2/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-21/+42
* Don't fail if less then MAXDEV /dev/usb\d+ entries exist.Nick Hibma2000-01-101-1/+1
* usbd.conf is in section 5, not 8.Jun Kuriyama1999-12-301-1/+1
* Add a missing '"' in the examples.David E. O'Brien1999-12-171-1/+1
* Complain if we get an error that is not ENXIO while opening /dev/usb\d+Nick Hibma1999-12-061-0/+7
* Add the ability to match on device names attached to.Nick Hibma1999-11-282-28/+166
* Avoid null dereference on verbose output.Nick Hibma1999-11-241-7/+7
* Flip the sequence of vendor, product around, to make it consistentNick Hibma1999-11-221-19/+19
* Clarify the functionality of usbd a bit more.Nick Hibma1999-11-221-3/+24
* Add event queue handling. It triggers activities on events read fromNick Hibma1999-11-214-59/+949
* Cleanup of the code before we add a few thins.Nick Hibma1999-11-181-33/+49
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2