summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scmouse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Use machine/limits.h rather than userland limits.h (which may come frompeter2002-08-221-1/+1
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doublesobomax2001-11-251-0/+4
* Introduce new syscons(4) kernel options:sobomax2001-09-211-100/+91
* KSE Milestone 2julian2001-09-121-3/+3
* Fix dependencies between kernel options:yokota2001-07-101-2/+0
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryyokota2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+7
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-8/+9
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4ache2001-04-211-2/+4
* 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-121-2/+1
* Implement keyboard pasteache2001-03-111-5/+4
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+4
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-2/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Harvest mouse events for the entropy device in a better place. In themarkm2000-09-101-0/+4
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-17/+13
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* Fix a bug exposed by the previous commit. Do not use scp->font_size,yokota2000-01-241-2/+5
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-201/+15
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-0/+18
* Fix mouse cursor logic which I broke in 1.1 ;-<yokota1999-12-061-26/+30
* Correctly record the mouse position in the current VTY.yokota1999-11-091-23/+22
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-2/+10
* Change isspace() macro name to avoid conflict.archie1999-11-021-10/+10
* - Hang the scr_stat struct from dev_t.yokota1999-09-191-34/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The second phase of syscons reorganization.yokota1999-06-221-0/+1083
OpenPOWER on IntegriCloud