index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
usbdevs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-22
code cleanup and rearranging. no intentionnal behaviour change (except a printf(3) changed to warn(3))
semarie
1
-68
/
+66
2019-11-30
unveil(2) /dev with read permissions since it's the only directory usbdevs(8)
mestre
1
-1
/
+6
2019-04-14
use strvis on strings from the device; ok sthen mortimer
deraadt
1
-4
/
+11
2019-01-07
Make the output fit in 80 chars when a serial number is printed.
mpi
1
-2
/
+2
2018-07-12
Instead of having a button for printing the driver(s) attached to a USB
mpi
2
-16
/
+9
2018-07-10
Print USB port status/changes in verbose++ mode.
mpi
1
-34
/
+82
2018-07-08
add missing .Fl macro
schwarze
1
-3
/
+5
2018-07-03
Improve output.
mpi
1
-29
/
+30
2018-07-01
Tweak output to behave more like pcidump(8):
mpi
2
-15
/
+23
2015-12-22
Initialize a char* to NULL rather than 0.
mmcc
1
-2
/
+2
2015-03-31
Do not iterate past the size of the array.
mpi
1
-2
/
+6
2015-02-09
clean up flags++ instances around getopt()
deraadt
1
-2
/
+2
2014-11-17
show super speed status in verbose output
jsg
1
-1
/
+4
2012-05-07
Remove leftovers from last commit, getdevicedesc() cannot be used now
mpi
1
-21
/
+1
2011-01-16
the serial number is now available in struct usb_device_info, so
jakemsr
1
-76
/
+5
2010-05-31
use strtonum() instead of atoi() to parse the device address
deraadt
1
-2
/
+5
2010-04-02
Read description string length before reading description. From
ckuethe
1
-2
/
+10
2008-09-04
Check for the correct ioctl failure case and reflect that
jsg
1
-4
/
+3
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2
-17
/
+3
2008-03-17
"usage:" is lowercase; while here, KNF
sobrado
1
-3
/
+2
2008-02-25
uninitialized variable needs zero'ing, ok kettenis
deraadt
1
-1
/
+2
2008-01-19
some usb devices stale (getstring: ioctl: Input/output error) if a
winiger
1
-5
/
+20
2007-12-04
allow the usb serial number to be printed in verbose mode. this is
ckuethe
1
-3
/
+74
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2004-04-03
- correct SYNOPSIS
jmc
2
-5
/
+4
2004-01-19
knf
deraadt
1
-15
/
+22
2003-07-08
Update to work with new kernel changes
nate
1
-5
/
+1
2002-06-02
minor KNF
deraadt
1
-2
/
+2
2002-05-30
minor KNF
deraadt
1
-3
/
+2
2002-05-29
more snprintf
deraadt
1
-2
/
+2
2002-05-10
Update usb userland stuff to reflect hid changes in the kernel.
nate
2
-29
/
+29
2002-05-02
userland portion of prefixing usb structure members to avoid name clashes.
nate
1
-14
/
+14
2002-02-16
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.
millert
1
-6
/
+6
2001-09-17
Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005
mickey
2
-7
/
+25
2001-07-20
we don't like:
mpech
1
-2
/
+2
2000-10-14
Capitalization.
aaron
1
-3
/
+3
2000-02-04
Ox version error. deraadt@
jakob
1
-2
/
+2
2000-02-03
usbdevs (from NetBSD). OK deraadt@ fgsch@
jakob
3
-0
/
+298