summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2018-02-19Add Turkish keyboard layout.maya
2018-01-21Try to fix previous to make it compile.martin
2018-01-21make check cleaner, and simplify the code.christos
2018-01-20Correct wrong assertion code introduced by rev 1.41:rin
2017-12-18ifdef speeding ticket.christos
2017-12-18Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate withjmcneill
2017-12-18If the wskbd driver returns type 0, return "no data" from wskbd_cngetcjmcneill
2017-11-04use sizeof(*var) instead of sizeof(type)christos
2017-11-03Remove redundant includes of malloc.hmaya
2017-11-03Use __arraycount a bunchmaya
2017-11-03Use M_WAITOK if we aren't going to check for NULL before dereferencingmaya
2017-11-03Use c99 initializer for wsemul_opsmaya
2017-11-03Don't #ifdef DIAGNOSTIC around KASSERTs.maya
2017-11-03use kmem, don't check for allocation failure with KM_SLEEPmaya
2017-10-25Use C99 initializer for filteropsmaya
2017-08-31Instead of a Linux keymap, convert Linux event codes to USB scan codes andjmcneill
2017-08-30Add a keymap for converting Linux event codes to wscons keysyms.jmcneill
2017-08-26add WSKBD_TYPE_TCAKP for Texas Instruments TCA8418jmcneill
2017-06-18wsbellmux.c doesn't need a needs-flagpgoyette
2017-06-13Implement missing ioctls for the default bell.nat
2017-06-13Change sc_dying from u_char to bool.nat
2017-06-13Remove dying ftom vb_args and use sc_dying instead.nat
2017-06-13Move duplicate definition of SETBELL macro into wsbelldata.h.nat
2017-06-12There is no longer a NWSBELL (since nothing depends on it), so there's nopgoyette
2017-06-12Revert previous - it's no longer needed since data structure sizes nopgoyette
2017-06-12Always include declarations/definitions for NWSMUX and NWSDISPLAY evenpgoyette
2017-06-12Nothing needs the NWSBELL flag, so don't bother creating itpgoyette
2017-06-12For now, #include wsdisplay.h to get the definition of NWSDISPLAYpgoyette
2017-06-11Add module infrastructure for wsbell(4)pgoyette
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2017-06-11Seperate the definitions for the console beep. This code will be sharednat
2017-06-03Add type for ARM PrimeCell PL11xjmcneill
2017-06-02- add a cookie to show_screen_cb()macallan
2017-06-02make glyph caches reconfigurablemacallan
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-19add support for loading fonts in vcons and subsequently resizing screensmacallan
2017-04-26properly optimize drawing stretches of blanks that are interrupted only bymacallan
2017-04-06don't forget to store bounds rectangle in raw modemacallan
2017-03-24add fbinfo flag for wildcat split framebuffer workaroundmacallan
2017-01-25Double size of WSDISPLAYIO_SFONT name buffer to 32 characters.jakllsch
2017-01-10Needed <sys/time.h> that it got in the past by side-effect loadingchristos
2016-12-10remove VAUDIOSPEAKER, needs to be done differently.christos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10add WSDISPLAY_TYPE_PLATINUM, for platinumfbmacallan
2016-06-02provide a default attributemacallan
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