summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq/screen.c
AgeCommit message (Collapse)Author
2015-06-18kernel: do not inherit Proc.dot (current working directory) in kproc()cinap_lenrek
making sure to close the dot in every kproc appears repetitive, so instead stop inheriting the dot in kproc() as this is usually never what you wanted in the first place.
2015-06-11zynq: mouse accelerationcinap_lenrek
2015-06-11zynq: make screen and cursor kprocs exit properlycinap_lenrek
2015-06-11zynq: add support for hardware cursorcinap_lenrek
to enable hardware cursor, write "addr va" to /dev/mousectl where va is the virtual address of the cursor position register.
2015-06-10zynq: fix flushmemscreen()cinap_lenrek
2015-06-09zynq: add /dev/fbctl to attach framebuffer to devdrawcinap_lenrek
2015-04-07kernel: move arrow cursor definition to port/devmouse.ccinap_lenrek
2015-02-07zynq: fix print format warning in screeninit()cinap_lenrek
2014-12-24added zynq kernelaiju