| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fix for the recent apm module changes. | Mitsuru IWASAKI | 2001-11-01 | 1 | -11/+3 |
| * | cn_tab no longer exists, use cnadd() to add a console device. Note that | Jonathan Lemon | 2001-10-24 | 1 | -1/+1 |
| * | Enable console. There are far too many 'ifdef __i386__' in this file. | Doug Rabson | 2001-10-06 | 1 | -7/+7 |
| * | o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look, | Robert Watson | 2001-09-26 | 1 | -2/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -17/+17 |
| * | Don't call wakeup() while we are in DDB. The patch was | Kazutaka YOKOTA | 2001-08-07 | 1 | -3/+16 |
| * | Use #ifdef DEV_SPLASH (from opt_splash.h) rather than | Kazutaka YOKOTA | 2001-08-02 | 1 | -28/+28 |
| * | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA | 2001-08-02 | 1 | -51/+113 |
| * | Fix grammar nit. | Dima Dorfman | 2001-08-01 | 1 | -1/+1 |
| * | - Fix "off by one" error in VT_WAITACTIVATE. Correctly accept | Kazutaka YOKOTA | 2001-07-22 | 1 | -5/+5 |
| * | Define a couple of subroutines to replace duplicated common code. You | Kazutaka YOKOTA | 2001-07-20 | 1 | -65/+59 |
| * | - Define a convenience macro ISTTYOPEN(). | Kazutaka YOKOTA | 2001-07-12 | 1 | -21/+28 |
| * | Fix dependencies between kernel options: | Kazutaka YOKOTA | 2001-07-10 | 1 | -5/+2 |
| * | Remove the resume method. It is not necessary any more, because | Kazutaka YOKOTA | 2001-06-30 | 1 | -12/+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 |
| * | Test "sc->kbd != NULL" rather than "sc != NULL" before | Kazutaka YOKOTA | 2001-06-29 | 1 | -1/+1 |
| * | 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 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 | 1 | -9/+11 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -3/+19 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Don't require that mouse cursor must be visible before mouse paste. | Andrey A. Chernov | 2001-03-12 | 1 | -13/+6 |
| * | Implement keyboard paste | Andrey A. Chernov | 2001-03-11 | 1 | -0/+11 |
| * | Grab the process lock while calling psignal and before calling psignal. | John Baldwin | 2001-03-07 | 1 | -0/+4 |
| * | Fix longstanding mouse cursor bug: blinking and eating all CPU while near text | Andrey A. Chernov | 2001-03-06 | 1 | -0/+1 |
| * | Convert apm from a bogus 'count' into a plain option. Clean out some | Peter Wemm | 2001-01-19 | 1 | -2/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -1/+3 |
| * | Add the ability to define a "shutdown" and "shutdown and poweroff" key | David Malone | 2000-09-11 | 1 | -0/+12 |
| * | Make it possible to pass boot()'s flags to shutdown_nice() so that the | Mike Smith | 2000-08-31 | 1 | -1/+1 |
| * | o Fix a horrible bug where small reads (< 8 bytes) would return the | Mark Murray | 2000-07-25 | 1 | -2/+1 |
| * | Don't break the ability to debug the kernel when gathering entropy. | Mark Murray | 2000-07-16 | 1 | -1/+2 |
| * | Add entropy-harvesting calls. | Mark Murray | 2000-07-09 | 1 | -0/+4 |
| * | Remove old entropy-harvesting hooks; this is going to be re-engineered | Mark Murray | 2000-06-25 | 1 | -7/+0 |
| * | Back out t_timeout initializing, now in ttyregister | Andrey A. Chernov | 2000-05-01 | 1 | -1/+0 |
| * | Initialize t_timeout to -1 for console to set its default value once in ttyopen | Andrey A. Chernov | 2000-05-01 | 1 | -0/+1 |
| * | * Use sys/sys/random.h rather than a i386 specific one. | David E. O'Brien | 2000-04-24 | 1 | -1/+1 |
| * | Unbreak LINT. | Kazutaka YOKOTA | 2000-04-03 | 1 | -1/+1 |
| * | - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. | Kazutaka YOKOTA | 2000-03-31 | 1 | -53/+43 |
| * | - Fix text cursor logic so that multiple instances of the "normal" cursor | Kazutaka YOKOTA | 2000-02-11 | 1 | -3/+5 |
| * | Use config's conditional compilation rather than using #ifdefs that make | Peter Wemm | 2000-01-29 | 1 | -4/+0 |
| * | Unconditionally define sc_paste(). | Kazutaka YOKOTA | 2000-01-20 | 1 | -2/+0 |
| * | Fix wrong usage of FONT_NONE. It was not meant to be set in | Kazutaka YOKOTA | 2000-01-20 | 1 | -1/+1 |
| * | This is the 3rd stage of syscons code reorganization. | Kazutaka YOKOTA | 2000-01-15 | 1 | -917/+282 |
| * | Add a new mechanism, cndbctl(), to tell the console driver that | Kazutaka YOKOTA | 2000-01-11 | 1 | -27/+28 |
| * | - Remember the keyboard repeat delay and rate. | Kazutaka YOKOTA | 1999-12-13 | 1 | -0/+1 |
| * | Add "panic key" function to syscons. When this key is defined in a | Kazutaka YOKOTA | 1999-12-10 | 1 | -0/+10 |
| * | Fix cursor position calculation. | Kazutaka YOKOTA | 1999-12-05 | 1 | -1/+2 |
| * | - Fail VT switching when the controlling program, such as the | Kazutaka YOKOTA | 1999-11-28 | 1 | -4/+4 |