summaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-10-28getopt optstring doesn't need '?'.David Gwynne
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2019-12-22code cleanup and rearranging. no intentionnal behaviour change (except a prin...Sebastien Marie
2019-11-30unveil(2) /dev with read permissions since it's the only directory usbdevs(8)Ricardo Mestre
2019-04-14use strvis on strings from the device; ok sthen mortimerTheo de Raadt
2019-01-07Make the output fit in 80 chars when a serial number is printed.Martin Pieuchot
2018-07-12Instead of having a button for printing the driver(s) attached to a USBMartin Pieuchot
2018-07-10Print USB port status/changes in verbose++ mode.Martin Pieuchot
2018-07-08add missing .Fl macroIngo Schwarze
2018-07-03Improve output.Martin Pieuchot
2018-07-01Tweak output to behave more like pcidump(8):Martin Pieuchot
2015-12-22Initialize a char* to NULL rather than 0.mmcc
2015-03-31Do not iterate past the size of the array.Martin Pieuchot
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2014-11-17show super speed status in verbose outputJonathan Gray
2012-05-07Remove leftovers from last commit, getdevicedesc() cannot be used nowMartin Pieuchot
2011-01-16the serial number is now available in struct usb_device_info, soJacob Meuser
2010-05-31use strtonum() instead of atoi() to parse the device addressTheo de Raadt
2010-04-02Read description string length before reading description. FromChris Kuethe
2008-09-04Check for the correct ioctl failure case and reflect thatJonathan Gray
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-03-17"usage:" is lowercase; while here, KNFIgor Sobrado
2008-02-25uninitialized variable needs zero'ing, ok kettenisTheo de Raadt
2008-01-19some usb devices stale (getstring: ioctl: Input/output error) if aMarc Winiger
2007-12-04allow the usb serial number to be printed in verbose mode. this isChris Kuethe
2007-05-31convert to new .Dd format;Jason McIntyre
2004-04-03- correct SYNOPSISJason McIntyre
2004-01-19knfTheo de Raadt
2003-07-08Update to work with new kernel changesNathan Binkert
2002-06-02minor KNFTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-10Update usb userland stuff to reflect hid changes in the kernel.Nathan Binkert
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-17Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005Michael Shalayeff
2001-07-20we don't like:Mike Pechkin
2000-10-14Capitalization.Aaron Campbell
2000-02-04Ox version error. deraadt@Jakob Schlyter
2000-02-03usbdevs (from NetBSD). OK deraadt@ fgsch@Jakob Schlyter