aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio
AgeCommit message (Collapse)Author
2020-05-31OMGMarvin Borner
2020-05-29Added more printf featuresMarvin Borner
2020-05-28Fixed clean buffer and added TODO :)Marvin Borner
2020-05-28Added vsprintf support for serial connectionsMarvin Borner
2020-05-28Added sprintf functionMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
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-04-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-28Fixed userspace entering...Marvin Borner
Many other fixes too, but I won't mention them because I don't want to :)
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-02-16Revert to good ol' pagingMarvin Borner
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-08Working text input!Marvin Borner
2019-12-07Added userspace libc and began userspace based shellMarvin Borner