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
/
usbf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify kthread_create(). no more stdarg
deraadt
2013-11-18
1
-2
/
+2
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-20
/
+20
*
Needs explicit <sys/kthread.h>; fixes build on palm.
miod
2011-09-27
1
-1
/
+2
*
usbdivar.h needs struct timeout. But don't get it indirectly via
krw
2011-09-18
1
-2
/
+2
*
cleanup ;;
deraadt
2010-10-28
1
-4
/
+4
*
Fix a memory leak in usbf_realloc(), and make the speed configuration array
miod
2008-06-10
1
-7
/
+16
*
remove unneeded malloc.h include.
fgsch
2007-09-17
1
-2
/
+1
*
KNF after the recent macro expansion, mostly prototype indendation.
mbalmer
2007-06-19
1
-13
/
+12
*
Apply some KNF after the recent removal of macros and type definitions.
mbalmer
2007-06-13
1
-7
/
+7
*
Remove the usb_proc_ptr type definition, which was really a 'struct proc *'
mbalmer
2007-06-11
1
-2
/
+2
*
Remove the definition and use of the USBDEVNAME macro.
mbalmer
2007-06-10
1
-2
/
+2
*
Mechanical removal of USBBASEDEVICE. No binary change.
mk
2007-06-06
1
-2
/
+2
*
Some other missed bits.
jsg
2007-05-27
1
-4
/
+4
*
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
jsg
2007-05-27
1
-3
/
+5
*
Several improvements to the usb client code. Still not working.
drahn
2007-02-07
1
-2
/
+2
*
Initial USB device controller (UDC) and USB CDC Ethernet function support
uwe
2006-11-25
1
-0
/
+698