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
/
ucom.c
Age
Commit message (
Expand
)
Author
2022-08-03
Pull up following revision(s) (requested by riastradh in ticket #1493):
martin
2020-12-12
Pull up following revision(s) (requested by mrg in ticket #1147):
martin
2019-05-09
clean up ucom parents some more:
mrg
2019-05-05
remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h
mrg
2019-05-01
fix a locking botch in ucomhwiflow():
mrg
2019-04-20
fix umodem(4) detach:
mrg
2018-12-11
restore error reporting in ucomparam() lost in 1.115
jakllsch
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2016-12-14
Don't hold softc lock when calling ucom_read
skrll
2016-12-04
Whitespace
skrll
2016-11-29
Ensure the softc lock is not held in ucom_shutdown as the call to ucom_dtr
skrll
2016-11-19
Pull across various locking and reference counting fixes from nick-nhusb.
skrll
2016-10-03
Do not hold the softc lock (IPL_SOFTUSB) unnecessarily and specifically
skrll
2016-05-14
All com devices have an issue that they sleep in the final close
mlelstv
2016-05-10
Fixup ucom_cleanup to not forget our pipe handles.
skrll
2016-04-23
Merge nick-nhusb
skrll
2015-11-08
Add the port number to the device properties to make it easier to relate
joerg
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-11-15
centralize the dialout/call unit macros.
christos
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-07-25
Add PPS support to ucom(4).
gdt
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-05-04
remove hack for PR/42848
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-12-15
drop trailing whitespace.
jakllsch
2012-12-15
Sometimes the device disappears out from under us and device_lookup_private()
jakllsch
2012-10-17
Don't rely on TS_BUSY to determine wether there is a buffer
mlelstv
2012-03-06
pull down from usbmp branch:
mrg
2012-02-24
remove any remnants of freebsd/openbsd code.
mrg
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2012-01-14
Stopgap XXX kludge for PR kern/42848 and PR kern/45013.
jakllsch
2012-01-14
Don't notify about zero length reads without UCOM_DEBUG && ucomdebug > 0.
jakllsch
2012-01-14
In ucompoll() also bail out if we don't have a valid softc.
jakllsch
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-12-19
It's tp->t_dev, not tp->tp_dev. Corrects commit prior to previous.
jakllsch
2011-12-19
const-ify struct ucom_methods pointer within ucom(4).
jakllsch
2011-12-19
Make commented-out code in ucomstop() compilable.
jakllsch
2011-11-19
First step of random number subsystem rework described in
tls
2011-04-24
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
rmind
2010-11-30
don't clear TS_BUSY in ucomclose().
bsh
2010-11-03
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
dyoung
2010-10-01
remove debugging statements that have no chance of working (they crash)
christos
2010-02-20
printf -> aprint_normal to avoid empty linefeeds and partial messages
pooka
2010-01-06
Optimize for higher speeds, e.g. when used as part of a 3G modem.
martin
2009-12-06
Simplify device-activation hooks.
dyoung
2009-07-30
typo in comment.
skrll
2009-01-20
Change major()/minor() to return 32-bit types again, called
drochner
2009-01-11
make this compile
cegger
[next]