summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wseventvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* A wscons device may only be opened in read/write mode once. However,anton2019-05-221-2/+2
* Utilize sigio with wscons. The old behavior of always making the process groupanton2018-11-191-3/+5
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-101-1/+2
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* KNOTE() after selwakeup(); ok miodderaadt2009-10-311-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* in async mode, send SIGIO to the process group of the process thatmatthieu2003-02-121-2/+2
* First round of __P removal in sysmillert2002-03-141-5/+5
* import newer wscons source from netbsd.mickey2000-05-161-0/+118