summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner
1999-12-21change decoding function to return multiple symbols per keypressdrochner
1999-12-21add a symbol for keyboard variant bits which are not handled by thedrochner
1999-12-21introduce a METAESC keyboard variant bitdrochner
1999-12-12defopt RCONS_4BPP.scottr
1999-12-06-allow the "show_screen" call to the display driver to completedrochner
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
1999-12-01Make it compile even if there is no wsdisplay.augustss
1999-11-10allow to set multiple keyboard "variants" simultanously.drochner
1999-11-08Return -1 from wsmux_displayioctl() if no muxes components like the ioctl().augustss
1999-11-08Apply wrstuden's stopgap change to make alpha/macppc X work without wsmux.mycroft
1999-11-03Don't flag an error when doing ioctl() on a mux without anyaugustss
1999-11-03Only update the cursor state if it's enabled.mycroft
1999-10-19Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependentmycroft
1999-10-12add wsdisplay_switchtoconsole() to allow other parts of kernel to forcejdolecek
1999-10-01At shutdown, switch to screen 0 on console display so that we see somead
1999-09-20Add one new dispaly type for DEC TC TX 8/24bpp framebuffer. Currently actsnisimura
1999-09-16introduce new variable wsdisplay_defaultscreens (initialized tojdolecek
1999-08-26One more ioctl() fix. Most of WSDISPLAYIO_xxx were never been called whennisimura
1999-08-25Fix an ioctl() problem. From nisimura@itc.aist-nara.ac.jp (Toru Nishimura).augustss
1999-08-16Mention mux # when ignoring it for the console.augustss
1999-08-14defopt COMPAT_14augustss
1999-08-14Initialise "error" in wsmux_detach_sc() before testing if it set.simonb
1999-08-07Make it possible to open wskbd devices for write (i.e. ioctl) evenaugustss
1999-08-04Get the dependencies on NWSMUX right (I hope).augustss
1999-07-30Eliminate the need for needs-count for wsmux. This should makeaugustss
1999-07-30GRR! Kludge around the extremely annoying wsmux configuration lossagethorpej
1999-07-29Add the wsmux pseudo device.augustss
1999-07-06Add the detach and activate entry points to the cfattach struct.augustss
1999-07-01make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not,drochner
1999-06-30Make it possible to detach wsmouse and wskbd.augustss
1999-05-30Don't let bd.which be unitialized... Thanks Dave!christos
1999-05-30PR/7665: Dave Sainty: X server bell pitch setting doesn't reflect realitychristos
1999-05-17add some #ifdefs to make it link w/o wskbddrochner
1999-05-16Make this build without wsdisplay.thorpej
1999-05-15Get rid of the timeout-driven wscons_glue stuff which caused a lot ofdrochner
1999-05-14Sort out the inclusion of wscons source files: the files are onlydrochner
1999-05-11define swedish layout and "dvorak" variantdrochner
1999-05-03Add ioctl definitions for setting mouse resolution, scale factor and samplead
1999-04-22Map the Home and End keys as xterm does.mycroft
1999-04-01defopt WSCONS_SUPPORT_PCVTFONTSdrochner
1999-03-27remove a diagnostic panic in the keyboard autorepeat timeout() handler.drochner
1999-03-27defopt RCONS_2BPP and RCONS_16BPPdbj
1999-03-23If no screen got the "focus" (which happens with serial console or ifdrochner
1999-03-22defopt WSDISPLAY_DEFAULTSCREENSsommerfe
1999-03-13Don't initialize any virtual screens (except the system console) atdrochner
1999-03-10don't erase the characters moved over on a <TAB>, a real VT100 doesn'tdrochner
1999-02-20complete the font tables for the DEC special fonts; assign some codesdrochner
1999-02-12change the "mapchar" interface to return a "quality" or "match level"drochner
1999-02-12"NEXT" is a keyboard type, not a keymap variation.drochner