summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/sysmouse.c
Commit message (Expand)AuthorAgeFilesLines
* 267622 Log:ray2014-07-071-0/+3
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.ed2009-11-281-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Make sysmouse(4) use its own locks, instead of using Giant.ed2008-08-241-14/+10
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-103/+32
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Fix -Wundef.ru2005-12-041-1/+1
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-2/+2
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Fix echo in console mode.phk2004-10-141-6/+9
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* Remove unused variable.phk2004-06-011-1/+0
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-7/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-4/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* KSE Milestone 2julian2001-09-121-5/+5
* Call ttymalloc() when sysmouse is opened, rather thanyokota2001-07-061-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-2/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Harvest mouse events for the entropy device in a better place. In themarkm2000-09-101-3/+0
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).yokota2000-08-271-2/+5
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-4/+1
* Add entropy-harvesting calls.markm2000-07-091-0/+6
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-0/+344
OpenPOWER on IntegriCloud