aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/interrupts.h
AgeCommit message (Collapse)Author
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-03-02Getting closer!Marvin Borner
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2020-11-14Some fixesMarvin Borner
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner