summaryrefslogtreecommitdiffstats
path: root/usr.sbin/usbdevs
AgeCommit message (Expand)AuthorFilesLines
2019-12-22code cleanup and rearranging. no intentionnal behaviour change (except a printf(3) changed to warn(3))semarie1-68/+66
2019-11-30unveil(2) /dev with read permissions since it's the only directory usbdevs(8)mestre1-1/+6
2019-04-14use strvis on strings from the device; ok sthen mortimerderaadt1-4/+11
2019-01-07Make the output fit in 80 chars when a serial number is printed.mpi1-2/+2
2018-07-12Instead of having a button for printing the driver(s) attached to a USBmpi2-16/+9
2018-07-10Print USB port status/changes in verbose++ mode.mpi1-34/+82
2018-07-08add missing .Fl macroschwarze1-3/+5
2018-07-03Improve output.mpi1-29/+30
2018-07-01Tweak output to behave more like pcidump(8):mpi2-15/+23
2015-12-22Initialize a char* to NULL rather than 0.mmcc1-2/+2
2015-03-31Do not iterate past the size of the array.mpi1-2/+6
2015-02-09clean up flags++ instances around getopt()deraadt1-2/+2
2014-11-17show super speed status in verbose outputjsg1-1/+4
2012-05-07Remove leftovers from last commit, getdevicedesc() cannot be used nowmpi1-21/+1
2011-01-16the serial number is now available in struct usb_device_info, sojakemsr1-76/+5
2010-05-31use strtonum() instead of atoi() to parse the device addressderaadt1-2/+5
2010-04-02Read description string length before reading description. Fromckuethe1-2/+10
2008-09-04Check for the correct ioctl failure case and reflect thatjsg1-4/+3
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray2-17/+3
2008-03-17"usage:" is lowercase; while here, KNFsobrado1-3/+2
2008-02-25uninitialized variable needs zero'ing, ok kettenisderaadt1-1/+2
2008-01-19some usb devices stale (getstring: ioctl: Input/output error) if awiniger1-5/+20
2007-12-04allow the usb serial number to be printed in verbose mode. this isckuethe1-3/+74
2007-05-31convert to new .Dd format;jmc1-2/+2
2004-04-03- correct SYNOPSISjmc2-5/+4
2004-01-19knfderaadt1-15/+22
2003-07-08Update to work with new kernel changesnate1-5/+1
2002-06-02minor KNFderaadt1-2/+2
2002-05-30minor KNFderaadt1-3/+2
2002-05-29more snprintfderaadt1-2/+2
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.nate2-29/+29
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.nate1-14/+14
2002-02-16Part 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.millert1-6/+6
2001-09-17Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005mickey2-7/+25
2001-07-20we don't like:mpech1-2/+2
2000-10-14Capitalization.aaron1-3/+3
2000-02-04Ox version error. deraadt@jakob1-2/+2
2000-02-03usbdevs (from NetBSD). OK deraadt@ fgsch@jakob3-0/+298