summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbdevs/usbdevs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* code cleanup and rearranging. no intentionnal behaviour change (except a printf(3) changed to warn(3))semarie2019-12-221-68/+66
* unveil(2) /dev with read permissions since it's the only directory usbdevs(8)mestre2019-11-301-1/+6
* use strvis on strings from the device; ok sthen mortimerderaadt2019-04-141-4/+11
* Make the output fit in 80 chars when a serial number is printed.mpi2019-01-071-2/+2
* Instead of having a button for printing the driver(s) attached to a USBmpi2018-07-121-8/+4
* Print USB port status/changes in verbose++ mode.mpi2018-07-101-34/+82
* Improve output.mpi2018-07-031-29/+30
* Tweak output to behave more like pcidump(8):mpi2018-07-011-13/+20
* Initialize a char* to NULL rather than 0.mmcc2015-12-221-2/+2
* Do not iterate past the size of the array.mpi2015-03-311-2/+6
* clean up flags++ instances around getopt()deraadt2015-02-091-2/+2
* show super speed status in verbose outputjsg2014-11-171-1/+4
* Remove leftovers from last commit, getdevicedesc() cannot be used nowmpi2012-05-071-21/+1
* the serial number is now available in struct usb_device_info, sojakemsr2011-01-161-76/+5
* use strtonum() instead of atoi() to parse the device addressderaadt2010-05-311-2/+5
* Read description string length before reading description. Fromckuethe2010-04-021-2/+10
* Check for the correct ioctl failure case and reflect thatjsg2008-09-041-4/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* "usage:" is lowercase; while here, KNFsobrado2008-03-171-3/+2
* uninitialized variable needs zero'ing, ok kettenisderaadt2008-02-251-1/+2
* some usb devices stale (getstring: ioctl: Input/output error) if awiniger2008-01-191-5/+20
* allow the usb serial number to be printed in verbose mode. this isckuethe2007-12-041-3/+74
* - correct SYNOPSISjmc2004-04-031-2/+2
* knfderaadt2004-01-191-15/+22
* Update to work with new kernel changesnate2003-07-081-5/+1
* minor KNFderaadt2002-06-021-2/+2
* minor KNFderaadt2002-05-301-3/+2
* more snprintfderaadt2002-05-291-2/+2
* Update usb userland stuff to reflect hid changes in the kernel.nate2002-05-101-23/+22
* userland portion of prefixing usb structure members to avoid name clashes.nate2002-05-021-14/+14
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005mickey2001-09-171-4/+15
* usbdevs (from NetBSD). OK deraadt@ fgsch@jakob2000-02-031-0/+221