aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/actions/sys_read.c
AgeCommit message (Collapse)Author
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-05-06Removed vfs - ext2 ftw!Marvin Borner
I should really start thinking before I implement features. Now I did and I have quite a good plan for the future of Melvix (hint: not unix/posix-compliant!).
2020-05-02Some work in the vfsMarvin Borner
2020-05-02Added many syscalls to get better POSIX complianceMarvin Borner
2020-04-28Fixed userspace entering...Marvin Borner
Many other fixes too, but I won't mention them because I don't want to :)
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-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
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-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-09Lars, your wish may come true if you fix this!Marvin Borner
2019-12-08Working text input!Marvin Borner
2019-12-07Added userspace libc and began userspace based shellMarvin Borner