| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -3/+20 |
| * | Spell #if 0 correctly | Andrew Gallatin | 2002-02-14 | 1 | -2/+2 |
| * | In the word selection mode don't append newline if the word ends at the | Maxim Sobolev | 2002-01-05 | 1 | -0/+4 |
| * | Fix POLA - when selecting line into syscons' cut'n'paste buffer (double | Maxim Sobolev | 2001-11-25 | 1 | -0/+4 |
| * | More drive-by stylification, and some clarifications | Dag-Erling Smørgrav | 2001-11-06 | 1 | -10/+16 |
| * | More drive-by stylification | Dag-Erling Smørgrav | 2001-11-06 | 1 | -4/+4 |
| * | Drive-by stylification + reintroduce set_border(). | Dag-Erling Smørgrav | 2001-11-06 | 3 | -211/+218 |
| * | Some fix for the recent apm module changes. | Mitsuru IWASAKI | 2001-11-01 | 1 | -11/+3 |
| * | Add the TGA video driver. This is a great accomplishtment and will help | David E. O'Brien | 2001-11-01 | 1 | -711/+163 |
| * | 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 |
| * | Introduce new syscons(4) kernel options: | Maxim Sobolev | 2001-09-21 | 1 | -100/+91 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 8 | -35/+35 |
| * | Fix some malformed macro concatenation that gcc-3 has objections about. | Peter Wemm | 2001-09-10 | 1 | -4/+4 |
| * | repo-copy the source files from modules/syscons to the normal tree | Peter Wemm | 2001-08-09 | 2 | -5/+13 |
| * | 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 |
| * | Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be- | Kazutaka YOKOTA | 2001-08-02 | 1 | -0/+5 |
| * | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA | 2001-08-02 | 5 | -111/+215 |
| * | 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 |
| * | Fix off by one error for ESC[1J. | Kazutaka YOKOTA | 2001-07-20 | 1 | -1/+1 |
| * | 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 | 5 | -17/+26 |
| * | Call ttymalloc() when sysmouse is opened, rather than | Kazutaka YOKOTA | 2001-07-06 | 1 | -1/+1 |
| * | 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 |