aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-11/+3
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-241-1/+1
* Enable console. There are far too many 'ifdef __i386__' in this file.Doug Rabson2001-10-061-7/+7
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,Robert Watson2001-09-261-2/+3
* KSE Milestone 2Julian Elischer2001-09-121-17/+17
* Don't call wakeup() while we are in DDB. The patch wasKazutaka YOKOTA2001-08-071-3/+16
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanKazutaka YOKOTA2001-08-021-28/+28
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-021-51/+113
* Fix grammar nit.Dima Dorfman2001-08-011-1/+1
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Define a couple of subroutines to replace duplicated common code. YouKazutaka YOKOTA2001-07-201-65/+59
* - Define a convenience macro ISTTYOPEN().Kazutaka YOKOTA2001-07-121-21/+28
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-101-5/+2
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-12/+0
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.Kazutaka YOKOTA2001-06-301-0/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-2/+2
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman2001-05-271-1/+2
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-181-0/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-9/+11
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-3/+19
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-121-13/+6
* Implement keyboard pasteAndrey A. Chernov2001-03-111-0/+11
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+4
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textAndrey A. Chernov2001-03-061-0/+1
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-191-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+3
* Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone2000-09-111-0/+12
* Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith2000-08-311-1/+1
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-251-2/+1
* Don't break the ability to debug the kernel when gathering entropy.Mark Murray2000-07-161-1/+2
* Add entropy-harvesting calls.Mark Murray2000-07-091-0/+4
* Remove old entropy-harvesting hooks; this is going to be re-engineeredMark Murray2000-06-251-7/+0
* Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov2000-05-011-1/+0
* Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-1/+1
* Unbreak LINT.Kazutaka YOKOTA2000-04-031-1/+1
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-53/+43
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-111-3/+5
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-4/+0
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-917/+282
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.Kazutaka YOKOTA1999-12-131-0/+1
* Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA1999-12-101-0/+10
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theKazutaka YOKOTA1999-11-281-4/+4