Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | kernel: 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-11 | zynq: mouse acceleration | cinap_lenrek | |
2015-06-11 | zynq: make screen and cursor kprocs exit properly | cinap_lenrek | |
2015-06-11 | zynq: add support for hardware cursor | cinap_lenrek | |
to enable hardware cursor, write "addr va" to /dev/mousectl where va is the virtual address of the cursor position register. | |||
2015-06-10 | zynq: fix flushmemscreen() | cinap_lenrek | |
2015-06-09 | zynq: add /dev/fbctl to attach framebuffer to devdraw | cinap_lenrek | |
2015-04-07 | kernel: move arrow cursor definition to port/devmouse.c | cinap_lenrek | |
2015-02-07 | zynq: fix print format warning in screeninit() | cinap_lenrek | |
2014-12-24 | added zynq kernel | aiju | |