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
2023-03-05
ucom(4): Simplify logic fixing PR kern/57259.
riastradh
2023-03-05
In the HUP-wait path in ucomopen():
thorpej
2023-02-17
ucom(4): Missed a spot in previous -- nix now-unused local.
riastradh
2023-02-17
ucom(4): Nix broken error branch.
riastradh
2022-10-26
ucom(4): Convert to ttylock/ttyunlock.
riastradh
2022-04-17
ucom(4): Make sure rndsource is attached before use and detach.
riastradh
2022-04-07
ucom(4): Use tty_unit -- save a couple lines of code.
riastradh
2022-04-07
ucom(4): Fix unit numbering for devsw/autoconf cross-wiring.
riastradh
2022-03-28
ucom(4): Rework open/close/attach/detach logic.
riastradh
2021-06-24
ucom(4): Fix earlier mistake causing pipes not to be closed.
riastradh
2020-10-26
properly wait for refcounts to drain.
mrg
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
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
[next]