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
/
ucycom.c
Age
Commit message (
Expand
)
Author
2013-10-14
Handle an error from uhidev_get_report in ucycom_get_cfg
skrll
2013-09-15
Mark a potentially unused variable
martin
2013-01-09
Add usmsc(4) - a driver for the SMSC95XX USB ethernet devices.
skrll
2012-03-06
pull down from usbmp branch:
mrg
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2010-11-15
Dereferencing struct lwp * needs sys/lwp.h.
uebayasi
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2009-12-06
Simplify device-activation hooks.
dyoung
2009-08-06
Make ucycomstart use usbd_setup_xfer and a callback so that it doesn't
skrll
2009-07-24
spaces to tab.
skrll
2009-07-24
Remove trailing whitespace
skrll
2009-07-24
Wrap some long lines.
skrll
2009-01-20
Change major()/minor() to return 32-bit types again, called
drochner
2009-01-11
make this compile
cegger
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
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-12-11
use __KERNEL_RCSID() instead of __RCSID()
lukem
2007-11-19
- Factor out too many copies of the same bit of tty code.
ad
2007-11-10
Call ttyflush() with tty_lock held.
ad
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-10-04
fix empty if
christos
2006-10-01
More from Matt Fleming:
elad
2006-10-01
Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
elad
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2006-03-28
Use device_unit().
thorpej
2006-03-05
cleanup more SET/CLR/ISSET lossage
christos
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2005-09-01
Complete the attach message - there is nothing interesting to report.
skrll
2005-08-05
+#include <sys/device.h>
skrll
2005-08-01
Debug code tidy up.
skrll
2005-07-30
Add a driver for Cypress microcontroller based USB serial adapters.
skrll