| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from project branch via main. Uninteresting commits are trimmed. | markm | 2013-10-12 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Add support for VT200-style mouse input. | ed | 2009-09-27 | 1 | -0/+52 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -3/+2 |
* | Make the comparsion more obvious. | delphij | 2007-05-25 | 1 | -1/+2 |
* | Introduce a spinlock for synchronizing access to the video output hardware | scottl | 2006-09-13 | 1 | -4/+4 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -0/+1 |
* | In set_mouse_pos(), try to avoid division by zero errors. | rodrigc | 2005-09-07 | 1 | -1/+2 |
* | Prevent division by zero errors in sc_mouse_move() | rodrigc | 2005-08-30 | 1 | -1/+1 |
* | Add VESA mode support for syscons, which enables the support of 15, 16, | delphij | 2005-05-29 | 1 | -12/+6 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | - Add a font width field to struct scr_stat. Use this instead of '8'. | jake | 2003-08-24 | 1 | -7/+9 |
* | Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing the | jmallett | 2003-06-01 | 1 | -2/+4 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Use machine/limits.h rather than userland limits.h (which may come from | peter | 2002-08-22 | 1 | -1/+1 |
* | In the word selection mode don't append newline if the word ends at the | sobomax | 2002-01-05 | 1 | -0/+4 |
* | Fix POLA - when selecting line into syscons' cut'n'paste buffer (double | sobomax | 2001-11-25 | 1 | -0/+4 |
* | Introduce new syscons(4) kernel options: | sobomax | 2001-09-21 | 1 | -100/+91 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Fix dependencies between kernel options: | yokota | 2001-07-10 | 1 | -2/+0 |
* | Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary | yokota | 2001-06-29 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+7 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -8/+9 |
* | Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4 | ache | 2001-04-21 | 1 | -2/+4 |
* | Multiply empty lines pasted as single line, fix it | ache | 2001-03-13 | 1 | -2/+2 |
* | Don't require that mouse cursor must be visible before mouse paste. | ache | 2001-03-12 | 1 | -2/+1 |
* | Implement keyboard paste | ache | 2001-03-11 | 1 | -5/+4 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+4 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -2/+1 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+2 |
* | Harvest mouse events for the entropy device in a better place. In the | markm | 2000-09-10 | 1 | -0/+4 |
* | - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. | yokota | 2000-03-31 | 1 | -17/+13 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -5/+0 |
* | Fix a bug exposed by the previous commit. Do not use scp->font_size, | yokota | 2000-01-24 | 1 | -2/+5 |
* | Fix wrong usage of FONT_NONE. It was not meant to be set in | yokota | 2000-01-20 | 1 | -1/+1 |
* | This is the 3rd stage of syscons code reorganization. | yokota | 2000-01-15 | 1 | -201/+15 |
* | Make the mouse cursor char code configurable via the CONS_MOUSECTL | yokota | 2000-01-12 | 1 | -0/+18 |
* | Fix mouse cursor logic which I broke in 1.1 ;-< | yokota | 1999-12-06 | 1 | -26/+30 |
* | Correctly record the mouse position in the current VTY. | yokota | 1999-11-09 | 1 | -23/+22 |
* | - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. | yokota | 1999-11-08 | 1 | -2/+10 |
* | Change isspace() macro name to avoid conflict. | archie | 1999-11-02 | 1 | -10/+10 |
* | - Hang the scr_stat struct from dev_t. | yokota | 1999-09-19 | 1 | -34/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | The second phase of syscons reorganization. | yokota | 1999-06-22 | 1 | -0/+1083 |