aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/mlibc/stdio/getch.c
AgeCommit message (Collapse)Author
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2019-12-17Finally fixed text input syscalls!Marvin Borner
I guess I can officially call me dumb now as I just forgot to return the actual value from the syscall handler...
2019-12-07Added userspace libc and began userspace based shellMarvin Borner