summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2015-11-08Untangle.christos
2015-11-08PR/50413: Vicente Chaves: Check the allocattr return and return an error.christos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-07-19use optimized refresh with VCONS_DRAW_INTR even when in polling mode.mlelstv
2015-05-18add WSDISPLAY_TYPE_TEGRAjmcneill
2015-03-20add WSDISPLAY_TYPE_MESONjmcneill
2015-01-06add MGXchristos
2015-01-06tab policechristos
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-11-10allocate char and attr buffers with M_ZEROjmcneill
2014-11-09add WSDISPLAY_TYPE_ALLWINNERjmcneill
2014-10-17Give up making wscons modular for now.uebayasi
2014-10-10Normalize wscons devices (except leaving one strange definition).uebayasi
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-03-14Fixed wrong cast and invalid array access in the calibration framework, askhorben
2014-01-21fix buildmlelstv
2014-01-21keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows andmlelstv
2014-01-21add function to detach wscons from a console. This allows tomlelstv
2014-01-13try not to crash when calling glyphcache_wipe() on an uninitialized cachemacallan
2013-11-23get rid of CIRCLEQchristos
2013-10-25Consistently ifdef a variable and all usesmartin
2013-10-19use __USE() where appropriate.mrg
2013-09-15Remove unused variablemartin
2013-09-14Comment out a variable only used in #if 0 codemartin
2013-05-28in vcons_redraw_screen():macallan
2013-04-29Add WS{DISPLAY,KBD}_TYPE_* for epoc32.kiyohara
2013-03-18If there are no devices attached to the mux and software doesjmcneill
2013-02-19fix a bunch of _IO() ioctl()s to actually work on LP64/BEmacallan
2013-01-31add ioctl(WSDISPLAYIO_GET_FBINFO)macallan
2013-01-27fix a typo in a commentmacallan
2013-01-21add WSDISPLAY_TYPE_OMAP3macallan
2013-01-08add WSDISPLAY_TYPE_VC4 and WSDISPLAYIO_BUS_SOCjmcneill
2012-11-13glyphcache_init(): bail if we don't have enough off-screen memory to be usefulmacallan
2012-10-04defflag GLYPHCACHE_DEBUGmacallan
2012-10-04allow caching of glyphs with attributes other than the defaultmacallan
2012-09-02Now that we use keysym_t, make sure <dev/wscons/wsksymvar.h> is included.he
2012-08-29support an optional table to translate scancodes when in event modemacallan
2012-07-12deal with negative cache sizesmacallan
2012-05-24Add the following above the version = 0 line, just to provide a hint...abs
2012-04-22Implemented extra keys as found on Sun Type 7 USB keyboards, andkhorben
2012-04-22Add newline at end of file; fix ALL build for me.uebayasi
2012-04-19no need to convert cell number to coordinates every time we draw a glyphmacallan
2012-04-17Support i.MX51's LCD framebuffer on Netwalker.bsh
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-16generic support for caching glyphs in video memorymacallan
2012-02-02delete virtual screens on detach - this allows to hot-unplugdrochner