aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/net
AgeCommit message (Collapse)Author
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-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-04-15Added ext2 filesystemMarvin Borner
2020-03-27Added and applied tidy commandMarvin 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-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-08Added very basic network and PCI driverMarvin Borner