summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/sysmouse.c
AgeCommit message (Expand)Author
2025-03-07sysmouse(4): Add wsp(4)-style T-Axis reporting.Joshua Rogers
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-11-18evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2018-06-10Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.Vladimir Kondratyev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-01sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev
2016-12-10[evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko
2014-06-27Use a common tunable to choose between vt(4)/sc(4)Ed Maste
2014-06-18Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko
2009-11-28Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.Ed Schouten
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2008-11-08Reduce the default baud rate of PTY's to 9600.Ed Schouten
2008-08-24Make sysmouse(4) use its own locks, instead of using Giant.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-03-16In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-02-27Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp
2004-10-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-10-14Fix echo in console mode.Poul-Henning Kamp
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-04Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-01Remove unused variable.Poul-Henning Kamp
2004-06-01Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2001-09-12KSE Milestone 2Julian Elischer
2001-07-06Call ttymalloc() when sysmouse is opened, rather thanKazutaka YOKOTA
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
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-08-27Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA
2000-07-25o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray
2000-07-09Add entropy-harvesting calls.Mark Murray
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA