summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scmouse.c
AgeCommit message (Expand)Author
2024-01-14sc: Use current console rather than first console for mouse inputVadim Ushakov
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-21syscons: silent 'set but unused' warning in some configurationsKonstantin Belousov
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2018-08-26Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-12Trival style fix to previous commit to add this detail.Bruce Evans
2017-04-12Fix removing of the mouse image in vga planar mode with 8x8 fonts, andBruce Evans
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2015-06-30Huge cleanup of random(4) code.Mark Murray
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2009-09-27Add support for VT200-style mouse input.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2007-05-25Make the comparsion more obvious.Xin LI
2006-09-13Introduce a spinlock for synchronizing access to the video output hardwareScott Long
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-09-07In set_mouse_pos(), try to avoid division by zero errors.Craig Rodrigues
2005-08-30Prevent division by zero errors in sc_mouse_move()Craig Rodrigues
2005-05-29Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-24- Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder
2003-06-01Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing theJuli Mallett
2003-04-29Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-08-22Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm
2002-01-05In the word selection mode don't append newline if the word ends at theMaxim Sobolev
2001-11-25Fix POLA - when selecting line into syscons' cut'n'paste buffer (doubleMaxim Sobolev
2001-09-21Introduce new syscons(4) kernel options:Maxim Sobolev
2001-09-12KSE Milestone 2Julian Elischer
2001-07-10Fix dependencies between kernel options:Kazutaka YOKOTA
2001-06-29Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA
2001-05-01Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray
2001-04-24Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin
2001-04-21Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4Andrey A. Chernov
2001-03-13Multiply empty lines pasted as single line, fix itAndrey A. Chernov
2001-03-12Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov
2001-03-11Implement keyboard pasteAndrey A. Chernov
2001-03-07Grab the process lock while calling psignal and before calling psignal.John Baldwin
2000-10-09Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-09-10Harvest mouse events for the entropy device in a better place. In theMark Murray
2000-03-31- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-24Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA
2000-01-20Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA