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
/
usbdi.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bring back changes in usb.c revision 1.73
jakemsr
2011-02-09
1
-6
/
+10
*
revert usb.c to r1.72, and all subsequent changes that depend on it.
jakemsr
2011-02-09
1
-12
/
+6
*
* merge 'onqueue' and 'running' members of struct usb_task into
jakemsr
2011-02-04
1
-6
/
+12
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-6
/
+3
*
* instead of NULLing pointers to interface descriptors in the uaa, mark
jakemsr
2011-01-16
1
-1
/
+5
*
* add a process reference counting variable to struct usbd_device
jakemsr
2010-12-30
1
-1
/
+5
*
* add dying flag to struct usbd_device
jakemsr
2010-12-06
1
-1
/
+4
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-2
/
+11
*
add two members to struct usb_task
jakemsr
2010-09-23
1
-4
/
+7
*
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
kettenis
2009-11-04
1
-10
/
+1
*
Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64.
miod
2009-09-23
1
-1
/
+9
*
Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(),
miod
2009-08-30
1
-1
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
KNF, especially re-indent prototypes. No binary change.
mbalmer
2007-06-18
1
-34
/
+28
*
Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS
mbalmer
2007-06-15
1
-6
/
+2
*
Remove the definition and use of the device_ptr_t which was a struct device *.
mbalmer
2007-06-12
1
-2
/
+2
*
Kill some #if define(__OtherBSD__). OK dlg@
claudio
2007-05-29
1
-30
/
+1
*
add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.
dlg
2005-09-20
1
-1
/
+9
*
Don't keep the devinfo string on the stack, instead use malloc/free.
brad
2005-08-01
1
-2
/
+6
*
backout the original method of reattaching a usb device now that we have
dlg
2004-12-12
1
-2
/
+1
*
ugly ugly hack to allow a usb device to do a full reset of the port during
dlg
2004-11-08
1
-1
/
+2
*
Sync USB code with NetBSD.
nate
2003-07-08
1
-33
/
+34
*
make this function available to others
nate
2003-05-17
1
-1
/
+2
*
string cleanup; nate ok
deraadt
2003-05-07
1
-2
/
+2
*
get rid of trailing whitespace
nate
2002-07-25
1
-4
/
+4
*
make the timeout a function parameter
nate
2002-07-09
1
-3
/
+4
*
Meant to commit only ulpt and committed everything. Most things weren't ready
nate
2002-05-07
1
-38
/
+35
*
Sync ulpt driver with NetBSD
nate
2002-05-07
1
-35
/
+38
*
Add support for a bunch of new adapters.
nate
2002-04-01
1
-1
/
+11
*
Synchronize usb code with NetBSD.
nate
2001-10-31
1
-2
/
+3
*
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
aaron
2001-05-03
1
-6
/
+20
*
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
aaron
2001-01-28
1
-3
/
+3
*
Sync with NetBSD. Too many changes to mention. For now I have skipped
aaron
2000-11-08
1
-91
/
+82
*
sync with NetBSD... well almost. someone w/ the hw should check umass.
fgsch
2000-07-04
1
-2
/
+2
*
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
aaron
2000-03-28
1
-6
/
+6
*
Sync with NetBSD.
aaron
2000-03-26
1
-29
/
+46
*
sync with NetBSD.
fgsch
1999-11-07
1
-42
/
+24
*
Sync with NetBSD.
fgsch
1999-09-27
1
-17
/
+17
*
sync with NetBSD;
fgsch
1999-08-31
1
-2
/
+2
*
Sync with NetBSD;
fgsch
1999-08-27
1
-4
/
+9
*
Sync with NetBSD. Mostly FreeBSD related changes.
fgsch
1999-08-16
1
-3
/
+2
*
From NetBSD; USB support.
fgsch
1999-08-13
1
-0
/
+261