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
/
usbdivar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use a pointer to an opaque softc, we'll need to access its unit
mpi
2012-05-15
1
-6
/
+2
*
Remove usb_event_cookie_t type and instances of it found in various structs;
miod
2012-01-08
1
-2
/
+1
*
* instead of NULLing pointers to interface descriptors in the uaa, mark
jakemsr
2011-01-16
1
-1
/
+3
*
* add a process reference counting variable to struct usbd_device
jakemsr
2010-12-30
1
-2
/
+3
*
* add dying flag to struct usbd_device
jakemsr
2010-12-06
1
-1
/
+2
*
add a 'dying' flag to struct usbd_bus. use this to signify the bus
jakemsr
2010-09-23
1
-1
/
+2
*
instead of running usb_explore() from individual kthreads for each
jakemsr
2010-09-23
1
-3
/
+6
*
Avoid using the trick of malloc'ing more than a struct to grow the array
deraadt
2009-11-12
1
-2
/
+2
*
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
kettenis
2009-11-04
1
-4
/
+1
*
Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),
miod
2009-08-30
1
-15
/
+1
*
add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.
yuo
2008-06-29
1
-1
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS
mbalmer
2007-06-15
1
-5
/
+1
*
Remove the definition and (single) use of the DECLARE_USB_DMA_T macro.
mbalmer
2007-06-13
1
-2
/
+6
*
Apply some KNF after the recent removal of macros and type definitions.
mbalmer
2007-06-13
1
-10
/
+7
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-4
/
+4
*
Remove definitions and usage of usb_callout and related macros. These macros
mbalmer
2007-06-10
1
-3
/
+3
*
Mechanical removal of USBBASEDEVICE. No binary change.
mk
2007-06-06
1
-2
/
+2
*
Forgot this in my last committ.
mbalmer
2007-06-04
1
-15
/
+1
*
addess -> address
miod
2007-05-20
1
-2
/
+2
*
Save and restore the data toggle value when a pipe to an endpoint
pascoe
2006-05-31
1
-1
/
+2
*
Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.
pascoe
2005-03-13
1
-2
/
+7
*
get rid of uhub_reset_device
dlg
2004-12-12
1
-2
/
+1
*
better way to do the reattachement of a device
dlg
2004-12-12
1
-1
/
+3
*
code to let us cause a detach and reattach of a device from software
dlg
2004-12-09
1
-1
/
+2
*
Sync USB code with NetBSD.
nate
2003-07-08
1
-10
/
+17
*
string cleanup; nate ok
deraadt
2003-05-07
1
-2
/
+2
*
get rid of trailing whitespace
nate
2002-07-25
1
-3
/
+3
*
Meant to commit only ulpt and committed everything. Most things weren't ready
nate
2002-05-07
1
-17
/
+10
*
Sync ulpt driver with NetBSD
nate
2002-05-07
1
-10
/
+17
*
Synchronize usb code with NetBSD.
nate
2001-10-31
1
-3
/
+13
*
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
aaron
2001-05-03
1
-3
/
+3
*
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
aaron
2001-01-28
1
-4
/
+4
*
Sync with NetBSD. Too many changes to mention. For now I have skipped
aaron
2000-11-08
1
-45
/
+42
*
sync with NetBSD... well almost. someone w/ the hw should check umass.
fgsch
2000-07-04
1
-3
/
+6
*
Sync with NetBSD. USB Ethernet drivers should work now.
aaron
2000-03-30
1
-6
/
+4
*
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
aaron
2000-03-28
1
-31
/
+42
*
Sync with NetBSD.
aaron
2000-03-26
1
-34
/
+47
*
sync with NetBSD.
fgsch
1999-11-07
1
-4
/
+7
*
Sync with NetBSD.
fgsch
1999-09-27
1
-15
/
+50
*
sync with NetBSD;
fgsch
1999-08-31
1
-3
/
+3
*
Sync with NetBSD;
fgsch
1999-08-27
1
-8
/
+6
*
Sync with NetBSD.
fgsch
1999-08-19
1
-4
/
+4
*
From NetBSD; USB support.
fgsch
1999-08-13
1
-0
/
+242