summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsevent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A wscons device may only be opened in read/write mode once. However,anton2019-05-221-8/+14
* free size for wscons_event; ok deraadt@ visa@anton2019-02-011-2/+2
* Utilize sigio with wscons. The old behavior of always making the process groupanton2018-11-191-1/+5
* Partially revert previous mallocarray conversions that containdhill2017-04-111-2/+2
* Convert some malloc(9) to mallocarray(9)dhill2017-04-091-2/+2
* Use uiomove() instead of uiomovei(); from Martin Natanostefan2016-01-121-4/+6
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-101-1/+64
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-3/+3
* unnecessary castderaadt2015-01-111-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* KNFgilles2007-09-111-2/+2
* more MALLOC/FREE -> malloc/free and M_ZERO changesgilles2007-09-101-3/+2
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourmiod2005-05-151-18/+22
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* update wscons, nothing serious, mostly api fixes for us; from netbsd through aaron@mickey2000-08-011-3/+3
* import newer wscons source from netbsd.mickey2000-05-161-0/+201