summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s) (requested by riastradh in ticket #1493):martin
2020-12-12Pull up following revision(s) (requested by mrg in ticket #1147):martin
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
2011-11-19First step of random number subsystem rework described intls
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-11-30don't clear TS_BUSY in ucomclose().bsh
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-10-01remove debugging statements that have no chance of working (they crash)christos
2010-02-20printf -> aprint_normal to avoid empty linefeeds and partial messagespooka
2010-01-06Optimize for higher speeds, e.g. when used as part of a 3G modem.martin
2009-12-06Simplify device-activation hooks.dyoung
2009-07-30typo in comment.skrll
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11make this compilecegger