summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
AgeCommit message (Expand)Author
2023-03-05ucom(4): Simplify logic fixing PR kern/57259.riastradh
2023-03-05In the HUP-wait path in ucomopen():thorpej
2023-02-17ucom(4): Missed a spot in previous -- nix now-unused local.riastradh
2023-02-17ucom(4): Nix broken error branch.riastradh
2022-10-26ucom(4): Convert to ttylock/ttyunlock.riastradh
2022-04-17ucom(4): Make sure rndsource is attached before use and detach.riastradh
2022-04-07ucom(4): Use tty_unit -- save a couple lines of code.riastradh
2022-04-07ucom(4): Fix unit numbering for devsw/autoconf cross-wiring.riastradh
2022-03-28ucom(4): Rework open/close/attach/detach logic.riastradh
2021-06-24ucom(4): Fix earlier mistake causing pipes not to be closed.riastradh
2020-10-26properly wait for refcounts to drain.mrg
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2019-05-09clean up ucom parents some more:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-01fix a locking botch in ucomhwiflow():mrg
2019-04-20fix umodem(4) detach:mrg
2018-12-11restore error reporting in ucomparam() lost in 1.115jakllsch
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2016-12-14Don't hold softc lock when calling ucom_readskrll
2016-12-04Whitespaceskrll
2016-11-29Ensure the softc lock is not held in ucom_shutdown as the call to ucom_dtrskrll
2016-11-19Pull across various locking and reference counting fixes from nick-nhusb.skrll
2016-10-03Do not hold the softc lock (IPL_SOFTUSB) unnecessarily and specificallyskrll
2016-05-14All com devices have an issue that they sleep in the final closemlelstv
2016-05-10Fixup ucom_cleanup to not forget our pipe handles.skrll
2016-04-23Merge nick-nhusbskrll
2015-11-08Add the port number to the device properties to make it easier to relatejoerg
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-11-15centralize the dialout/call unit macros.christos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add PPS support to ucom(4).gdt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-05-04remove hack for PR/42848christos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-12-15drop trailing whitespace.jakllsch
2012-12-15Sometimes the device disappears out from under us and device_lookup_private()jakllsch
2012-10-17Don't rely on TS_BUSY to determine wether there is a buffermlelstv
2012-03-06pull down from usbmp branch:mrg
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-14Stopgap XXX kludge for PR kern/42848 and PR kern/45013.jakllsch
2012-01-14Don't notify about zero length reads without UCOM_DEBUG && ucomdebug > 0.jakllsch
2012-01-14In ucompoll() also bail out if we don't have a valid softc.jakllsch
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-12-19It's tp->t_dev, not tp->tp_dev. Corrects commit prior to previous.jakllsch
2011-12-19const-ify struct ucom_methods pointer within ucom(4).jakllsch
2011-12-19Make commented-out code in ucomstop() compilable.jakllsch