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