summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scmouse.c
Commit message (Expand)AuthorAgeFilesLines
* syscons: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Trival style fix to previous commit to add this detail.Bruce Evans2017-04-121-1/+1
* Fix removing of the mouse image in vga planar mode with 8x8 fonts, andBruce Evans2017-04-121-15/+18
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+0
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-3/+3
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-0/+52
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-3/+2
* Make the comparsion more obvious.Xin LI2007-05-251-1/+2
* Introduce a spinlock for synchronizing access to the video output hardwareScott Long2006-09-131-4/+4
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-0/+1
* In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues2005-09-071-1/+2
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-301-1/+1
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-12/+6
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* - Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder2003-08-241-7/+9
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing theJuli Mallett2003-06-011-2/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm2002-08-221-1/+1
* In the word selection mode don't append newline if the word ends at theMaxim Sobolev2002-01-051-0/+4
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doubleMaxim Sobolev2001-11-251-0/+4
* Introduce new syscons(4) kernel options:Maxim Sobolev2001-09-211-100/+91
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-101-2/+0
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+7
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-8/+9
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4Andrey A. Chernov2001-04-211-2/+4
* Multiply empty lines pasted as single line, fix itAndrey A. Chernov2001-03-131-2/+2
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-121-2/+1
* Implement keyboard pasteAndrey A. Chernov2001-03-111-5/+4
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+4
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-2/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* Harvest mouse events for the entropy device in a better place. In theMark Murray2000-09-101-0/+4
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-17/+13
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA2000-01-241-2/+5
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-201/+15
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-0/+18
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* Correctly record the mouse position in the current VTY.Kazutaka YOKOTA1999-11-091-23/+22
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA1999-11-081-2/+10