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
/
umbg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
support Meinberg DCF600USB, from weerd@, ok phessler
sthen
2019-03-22
1
-4
/
+17
*
Delete unnecessary <sys/file.h> includes
guenther
2017-12-30
1
-2
/
+1
*
Avoid calling usbd_set_config_index() in *_attach() and let the stack
mpi
2016-09-02
1
-8
/
+2
*
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
mpi
2014-07-12
1
-23
/
+5
*
Clean-up usbd_abort_pipe() usage.
pirofti
2013-11-15
1
-9
/
+3
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-8
/
+8
*
Instead of using a wrapper around usbd_transfer() when submitting a
mpi
2013-04-12
1
-5
/
+5
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+2
*
you probably don't need to include vnode.h or reboot.h. you most definitely
tedu
2013-03-28
1
-3
/
+1
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-3
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-5
/
+1
*
* replace per-driver dying and/or other state variables with use of
jakemsr
2010-12-06
1
-6
/
+5
*
check that a timeout(9) has been initialized before deleting it
jakemsr
2010-10-23
1
-3
/
+5
*
create another kthread to run xfer abort tasks. xfer abort tasks cannot
jakemsr
2010-10-23
1
-2
/
+2
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-3
/
+1
*
in the detach function remove our usb task before calling any other
deraadt
2009-11-21
1
-3
/
+3
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
in ca_attach() there is no need to set .value and .flags of sensors to 0,
cnst
2009-04-26
1
-5
/
+1
*
Kill whitespace, remove unneeded ,
mbalmer
2008-11-21
1
-10
/
+10
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-11
/
+6
*
Don't use uninitialized variables in umbg_detach.
mbalmer
2007-11-23
1
-26
/
+24
*
Degrade sensor status in an interrupt context.
mbalmer
2007-11-23
1
-17
/
+2
*
Don't use utc_off, time is always reported in UTC.
mbalmer
2007-11-12
1
-4
/
+4
*
Clean up some debugging left-overs.
mbalmer
2007-11-10
1
-11
/
+6
*
knf.
mbalmer
2007-11-10
1
-3
/
+2
*
umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77
mbalmer
2007-11-10
1
-0
/
+500