index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
usbdevs
/
usbdevs.c
Age
Commit message (
Expand
)
Author
2018-07-05
Print USB_SPEED_SUPER_PLUS capability if present
jmcneill
2016-09-07
Fix previous... handle hub ports
skrll
2016-09-07
Don't read beyond the end of the array when given a overly large number
skrll
2016-09-02
Add __RCDIS
skrll
2016-06-26
Print release also in hex.
mlelstv
2014-08-12
Report super speed devices. From Takahiro HAYASHI.
skrll
2013-09-14
Try to dump device at address 0. Allows dumping of xhci(4) root hub.
jakllsch
2013-07-08
Use symbolic constants EXIT_SUCCESS, EXIT_FAILURE, and NULL where appropriate.
jakllsch
2011-08-30
static + __dead
joerg
2011-08-15
Sync usage with SYNOPSIS.
wiz
2010-02-02
The structure returned by USB_DEVICEINFO has the vendor/device strings
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2005-05-08
Print serial number if there is one.
augustss
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-11-12
s/netbsd.org/NetBSD.org/i
grant
2003-07-13
use bounded string op
itojun
2003-01-20
KNF- blank line at start of a function with local variable declarations.
simonb
2002-02-21
Forgot to update this one for the structure prefix changes.
christos
2001-11-17
Adapt to small ioctl(USB_DEVICEINFO) change.
augustss
2001-02-19
convert to use getprogname()
cgd
2001-01-09
Update usage message.
augustss
2000-12-30
Add a flag to show the device driver(s) associated with each device.
augustss
2000-12-30
ANSIfy.
augustss
2000-10-15
Put usage message in KNF order.
bjh21
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
1999-09-08
Make output a little less confusing if run without root priviliges.
augustss
1999-06-30
Improve messages in case of error.
augustss
1999-05-16
Back out last commit, local includes were out of sync.
tron
1999-05-16
Adapt for changes in "src/sys/dev/usb/usb.h".
tron
1999-05-16
s/revision/release/
augustss
1998-12-29
Update for the ioctl(USB_DEVICEINFO) API change.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-07-23
Update man page.
augustss
1998-07-12
Remove some Makefile cruft and improve an error message.
augustss
1998-07-12
Add missing copyright notice.
augustss
1998-07-12
Add USB support. Supported so far:
augustss