index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
utoppy.c
Age
Commit message (
Expand
)
Author
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-11-25
+#include "opt_usb.h"
skrll
2016-08-20
extract crc16 code from utoppy driver to a separate file in libkern, for use
jdolecek
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-04-23
Merge nick-nhusb
skrll
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-08-30
Remove race introduced by using usbd_sync_transfer_sig with a callback
skrll
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-06-10
merge the jmcneill-usbmp branch. many thanks to jared for the
mrg
2012-03-11
minor cleanups from usbmp:
mrg
2012-03-06
pull down from usbmp branch:
mrg
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2009-12-06
Simplify device-activation hooks.
dyoung
2009-09-23
fix up USB drivers printing of autoconf information
plunky
2008-05-24
Split device_t and softc for all USB device drivers, and related cosmetic
cube
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-03
add missing initializer.
christos
2006-04-11
Add "goto done;" in the usbd_open_pipe(IN) failure case.
scw
2006-04-11
Apply the correct fix for Coverity CID 2862.
scw
2006-04-11
Coverity CID 2861: Check for out_data before cancelling.
christos
2006-04-11
Coverity CID 2862: Don't initialize crc with garbage from the stack. For
christos
2006-04-03
Add a kernel driver and userland program for the Topfield TF5000PVR range
scw