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