summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/dev/vncfb.c
AgeCommit message (Expand)Author
2012-01-04implement cngetc and cnpollcjmcneill
2012-01-02fix range check for mmapjmcneill
2011-12-30add wsmouse supportjmcneill
2011-12-30add mmap supportjmcneill
2011-12-30no need to poll for pending drawing ops if no client is connectedjmcneill
2011-12-30add a barrier before copyrows(), and add an RRE based fillrect functino,jmcneill
2011-12-30Implement VNC's copyrect sending and let the copyrows use the newreinoud
2011-12-30support wskbd belljmcneill
2011-12-30use O_ASYNC + SIGIO instead of polling for inputjmcneill
2011-12-30take nrows into account when calculating the update rectangle in vncfb_copyrowsjmcneill
2011-12-30send framebuffer updates for cursor changes toojmcneill
2011-12-29Replace the SDL based genfb driver with a wsdisplay and wskbd driver thatjmcneill