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
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