summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2020-12-27Explicitly include generated ioconf.h for struct cfdrivers.tsutsui
2020-12-25Use C99 designated initializers for struct consdev.tsutsui
2019-12-06localifymaxv
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-25Halt the old console on both cnattach and preattachjmcneill
2019-07-24Call cn_halt for old console in wsdisplay_preattach toojmcneill
2019-07-23Enable us to enter DDB from serial console when WSDISPLAY_MULTICONSrin
2019-07-23Call cn_halt on the old console devicejmcneill
2019-02-07be consistent in checking cn_getc return value.mlelstv
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-30Suspend multicons output to the old console device while replayingjmcneill
2019-01-30Revert previous as it does not completely solve the problem of detaching a ws...jmcneill
2019-01-30Remove KASSERT in wsdisplay_cndetach. The caller likely doesn't know thejmcneill
2018-11-29Add hw.wsdisplay.multicons sysctl that can be used to disable mirroring wsdis...jmcneill
2018-11-15WSDISPLAYIO_SFONT: Do not attempt to print to the console in the middle ofjmcneill
2018-09-26Introduce wsdisplay_isconsole(struct wsdisplay_softc *), whichbouyer
2018-09-18fix wsdisplay/wskbd and cngetc() return value issues:mrg
2017-12-18ifdef speeding ticket.christos
2017-12-18Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate withjmcneill
2017-11-03Use M_WAITOK if we aren't going to check for NULL before dereferencingmaya
2017-05-19add support for loading fonts in vcons and subsequently resizing screensmacallan
2017-01-25Double size of WSDISPLAYIO_SFONT name buffer to 32 characters.jakllsch
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-01-21add function to detach wscons from a console. This allows tomlelstv
2012-02-02delete virtual screens on detach - this allows to hot-unplugdrochner
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-04-11add just as much "detach" code to keep the box from panicking ondrochner
2010-03-11various aprint_* fixes.mrg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-02give up some silly macros which were only used ~once, and reducedrochner
2010-02-02add hooks to allow terminal emulations to be installed by LKMsdrochner
2010-01-28-rename the "KS_GROUP_Ascii" key symbol category to "Plain" becausedrochner
2010-01-08Expand PMF_FN_* macros.dyoung
2009-01-22Avoid deadlock in tty code if a terminal emulation responds todrochner
2009-01-15- reduce the number of #ifdefs.yamt
2009-01-13provide wscons_event compatibility with 5.0.christos
2008-11-07In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL.he
2008-06-12use device_lookup_private to get softccegger
2008-06-11use device_lookup_private to get sccegger
2008-03-25Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).cube
2008-03-12-add a function to vga_post which can be called from DDB to get adrochner
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-20-Don't detach/attach the X server in the pmf suspend/resume functionsdrochner
2008-02-13make the mutex securing a flag which controls screen switched adaptivedrochner
2008-01-14On suspend/resume, just detach/attach the X server (or whatever mightdrochner
2007-12-13Switch to console on suspend and shutdown, switch back to where thejoerg
2007-12-09Merge jmcneill-pm branch.jmcneill