summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/wacom.c
AgeCommit message (Collapse)Author
2021-12-14aux/wacom: fix race in read queueqwx
this fixes `no concurrent reads, please' errors when using aux/wacom with aux/tablet on eg. x61t
2021-05-01lib9p: remove Srv.srvfd, make postsrv() and threadpostsrv() return the ↵cinap_lenrek
mountable file descriptor, update documentation Now that we have these new functions, we can also make them return an error instead of calling sysfatal() like postmountsrv(). Remove the confusing Srv.srvfd, as it is only temporarily used and return it from postsrv() instead.
2011-05-09added aux/wacom and aux/tabletaiju