aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* repo-copy the source files from modules/syscons to the normal treePeter Wemm2001-08-092-5/+13
* 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
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-021-0/+5
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-025-111/+215
* Fix grammar nit.Dima Dorfman2001-08-011-1/+1
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Fix off by one error for ESC[1J.Kazutaka YOKOTA2001-07-201-1/+1
* 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-105-17/+26
* Call ttymalloc() when sysmouse is opened, rather thanKazutaka YOKOTA2001-07-061-1/+1
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-302-13/+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
* Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-292-3/+6
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-135-19/+13
* Make the beep duration independent of HZ.Poul-Henning Kamp2001-05-282-2/+3
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman2001-05-271-0/+6
* 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-012-14/+18
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-242-11/+28
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4Andrey A. Chernov2001-04-211-2/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-2/+0
* Multiply empty lines pasted as single line, fix itAndrey A. Chernov2001-03-131-2/+2
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-122-15/+7
* Implement keyboard pasteAndrey A. Chernov2001-03-113-5/+17
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-072-0/+8
* Indent the comment about the Alpha palette evilness correctly.John Baldwin2001-03-061-5/+5
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textAndrey A. Chernov2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAJohn Baldwin2001-03-051-0/+12
* Fixed warnings.Yoshihiro Takahashi2001-02-213-14/+14
* Added necessary include for pc98.Yoshihiro Takahashi2001-01-251-0/+1
* Added PC-98 apm support.Yoshihiro Takahashi2001-01-221-0/+4
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-191-2/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Don't needlessly indirect the APM softstate. It does nothing butNick Sayer2000-10-311-6/+2
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-092-4/+2
* A couple of negative options was not commented out in NOTES/LINT. ThisPoul-Henning Kamp2000-10-091-0/+2
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-089-10/+15
* Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone2000-09-111-0/+12
* Harvest mouse events for the entropy device in a better place. In theMark Murray2000-09-102-3/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-283-0/+3
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA2000-08-271-2/+5