summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/sysmouse.c
Commit message (Expand)AuthorAgeFilesLines
* 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