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
/
sys
/
dev
/
usb
/
uipaq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the UE_GET_XFERTYPE macro where applicable
jasper
2020-02-22
1
-3
/
+3
*
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
mpi
2016-11-06
1
-10
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
mpi
2014-07-12
1
-29
/
+11
*
Sort-out activate functionality for ucom(4) and it's parents.
pirofti
2013-11-15
1
-5
/
+2
*
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
pirofti
2013-11-07
1
-5
/
+3
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-5
/
+5
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-7
/
+1
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-2
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
HTC smartphone
deraadt
2007-10-22
1
-1
/
+2
*
treat usb vendor/product names as a locator, and have usbd_print handle it,
deraadt
2007-10-11
1
-10
/
+5
*
Add support for Alltel UTStarcom PPC6700.
jsg
2007-09-02
1
-4
/
+5
*
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
mbalmer
2007-06-14
1
-2
/
+17
*
Apply some KNF after the recent removal of macros and type definitions.
mbalmer
2007-06-13
1
-8
/
+8
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-4
/
+4
*
Remove the definition and use of the USBDEVNAME macro.
mbalmer
2007-06-10
1
-7
/
+7
*
Remove the definition and use of the USBDEV macro. It only created confusion
mbalmer
2007-06-10
1
-3
/
+3
*
Mechanical removal of USBBASEDEVICE. No binary change.
mk
2007-06-06
1
-2
/
+2
*
Remove the "Static" declaration of many functions. It was defined to be empty
mbalmer
2007-06-05
1
-5
/
+5
*
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
jsg
2007-05-27
1
-9
/
+10
*
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
miod
2006-06-23
1
-2
/
+1
*
add support for the Asus MyPal A730 PocketPC.
brad
2006-04-16
1
-2
/
+3
*
Don't keep the devinfo string on the stack, instead use malloc/free.
brad
2005-08-01
1
-4
/
+5
*
uipaq/ucom support; written by isis@www.cs.umd.edu
deraadt
2005-06-17
1
-0
/
+390