summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-135-19/+13
* Make the beep duration independent of HZ.phk2001-05-282-2/+3
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofdd2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historydd2001-05-271-0/+6
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-181-0/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-14/+18
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-242-11/+28
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4ache2001-04-211-2/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-2/+0
* Multiply empty lines pasted as single line, fix itache2001-03-131-2/+2
* Don't require that mouse cursor must be visible before mouse paste.ache2001-03-122-15/+7
* Implement keyboard pasteache2001-03-113-5/+17
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-0/+8
* Indent the comment about the Alpha palette evilness correctly.jhb2001-03-061-5/+5
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* Fixed warnings.nyan2001-02-213-14/+14
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Added PC-98 apm support.nyan2001-01-221-0/+4
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-2/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-311-6/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-092-4/+2
* A couple of negative options was not commented out in NOTES/LINT. Thisphk2000-10-091-0/+2
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-089-10/+15
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+12
* Harvest mouse events for the entropy device in a better place. In themarkm2000-09-102-3/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-283-0/+3
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-252-6/+2
* Make Reset (ESC c) reset attributes too, not only clear screenache2000-07-211-1/+6
* Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
* Don't break the ability to debug the kernel when gathering entropy.markm2000-07-161-1/+2
* Shorten 49m attr resetting expressionache2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mache2000-07-151-16/+17
* Add entropy-harvesting calls.markm2000-07-092-0/+10
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-7/+0
* Remove unneeded header.markm2000-06-253-3/+0
* Argh. This is what I get for trying to do too many things at once.peter2000-06-101-0/+1
* Unused include: #include "sc.h"peter2000-06-101-1/+0
* Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsache2000-06-061-7/+7
* Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)ache2000-06-051-0/+10
* Fix the TAB not cause scrolling when entered at the end of the last line.ache2000-05-291-3/+8
* Back out the previous change to the queue(3) interface.jake2000-05-263-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-233-4/+4
* Added PC-98 supports.nyan2000-05-083-0/+18
OpenPOWER on IntegriCloud