aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/sysmouse.c
Commit message (Expand)AuthorAgeFilesLines
* syscons: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.Vladimir Kondratyev2018-06-101-6/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev2017-11-011-3/+3
* [evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko2016-12-101-1/+83
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-1/+2
* Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko2014-06-181-0/+2
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.Ed Schouten2009-11-281-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Reduce the default baud rate of PTY's to 9600.Ed Schouten2008-11-081-1/+1
* Make sysmouse(4) use its own locks, instead of using Giant.Ed Schouten2008-08-241-14/+10
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-103/+32
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-271-2/+2
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Fix echo in console mode.Poul-Henning Kamp2004-10-141-6/+9
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4
* Remove unused variable.Poul-Henning Kamp2004-06-011-1/+0
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-7/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-2/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-4/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Call ttymalloc() when sysmouse is opened, rather thanKazutaka YOKOTA2001-07-061-1/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* 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/+1
* Harvest mouse events for the entropy device in a better place. In theMark Murray2000-09-101-3/+0
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA2000-08-271-2/+5
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-251-4/+1
* Add entropy-harvesting calls.Mark Murray2000-07-091-0/+6
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-0/+344