summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
2001-06-29Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin
2001-06-29Don't free buffers we didn't allocate.Kazutaka YOKOTA
2001-06-29Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA
2001-06-29Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA
2001-06-13With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm
2001-05-28Make the beep duration independent of HZ.Poul-Henning Kamp
2001-05-27In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman
2001-05-27Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman
2001-05-18Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton
2001-05-01Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray
2001-04-24Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin
2001-04-21Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4Andrey A. Chernov
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-03-13Multiply empty lines pasted as single line, fix itAndrey A. Chernov
2001-03-12Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov
2001-03-11Implement keyboard pasteAndrey A. Chernov
2001-03-07Grab the process lock while calling psignal and before calling psignal.John Baldwin
2001-03-06Indent the comment about the Alpha palette evilness correctly.John Baldwin
2001-03-06Fix longstanding mouse cursor bug: blinking and eating all CPU while near textAndrey A. Chernov
2001-03-05The SRM console gets the red and blue attributes backwards in the VGAJohn Baldwin
2001-02-21Fixed warnings.Yoshihiro Takahashi
2001-01-25Added necessary include for pc98.Yoshihiro Takahashi
2001-01-22Added PC-98 apm support.Yoshihiro Takahashi
2001-01-19Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm
2001-01-09select() DKI is now in <sys/selinfo.h>.Garrett Wollman
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-10-31Don't needlessly indirect the APM softstate. It does nothing butNick Sayer
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-09Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp
2000-10-09A couple of negative options was not commented out in NOTES/LINT. ThisPoul-Henning Kamp
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-09-11Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone
2000-09-10Harvest mouse events for the entropy device in a better place. In theMark Murray
2000-08-31Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith
2000-08-28* Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson
2000-08-27Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA
2000-07-25o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray
2000-07-21Make Reset (ESC c) reset attributes too, not only clear screenAndrey A. Chernov
2000-07-20Implement SGR 22,24,25,27 from ECMA-48Andrey A. Chernov
2000-07-20Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetAndrey A. Chernov
2000-07-16Don't break the ability to debug the kernel when gathering entropy.Mark Murray
2000-07-15Shorten 49m attr resetting expressionAndrey A. Chernov
2000-07-15Reset corresponding color attributes on 39m and 49mAndrey A. Chernov
2000-07-09Add entropy-harvesting calls.Mark Murray
2000-06-25Remove old entropy-harvesting hooks; this is going to be re-engineeredMark Murray
2000-06-25Remove unneeded header.Mark Murray
2000-06-10Argh. This is what I get for trying to do too many things at once.Peter Wemm
2000-06-10Unused include: #include "sc.h"Peter Wemm
2000-06-06Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsAndrey A. Chernov
2000-06-05Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)Andrey A. Chernov