summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/sysmouse.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+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