index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wscons
/
wsevent.c
Age
Commit message (
Expand
)
Author
2022-07-02
Remove unused device poll functions.
Visa Hankala
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-08-08
wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@
cheloha
2019-05-22
A wscons device may only be opened in read/write mode once. However,
anton
2019-02-01
free size for wscons_event; ok deraadt@ visa@
anton
2018-11-19
Utilize sigio with wscons. The old behavior of always making the process group
anton
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Convert some malloc(9) to mallocarray(9)
David Hill
2016-01-12
Use uiomove() instead of uiomovei(); from Martin Natano
Stefan Kempf
2015-09-10
kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-11
unnecessary cast
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2007-09-11
KNF
Gilles Chehade
2007-09-10
more MALLOC/FREE -> malloc/free and M_ZERO changes
Gilles Chehade
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-05-15
Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2000-08-01
update wscons, nothing serious, mostly api fixes for us; from netbsd through ...
Michael Shalayeff
2000-05-16
import newer wscons source from netbsd.
Michael Shalayeff