aboutsummaryrefslogtreecommitdiff
path: root/kernel/drivers/interrupts.c
AgeCommit message (Collapse)Author
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-05-05Debugging improvementsMarvin Borner
STILL NOT FOUND (see previous descr)
2021-05-03Fixed TSSMarvin Borner
2021-04-30Some small fixes here and thereMarvin Borner
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-10Some changes here and thereMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-04-02Replaced target macrosMarvin Borner
2021-04-02Huge scheduling/proc-management improvementsMarvin Borner
2021-03-19Some thingsMarvin Borner
2021-03-14Maaany fixes :)Marvin Borner
I don't have the motivation to write better commit messages...
2021-03-13Some security measuresMarvin Borner
2021-03-12Let's gooo!Marvin Borner
2021-03-02Getting closer!Marvin Borner
2021-02-25Added some debugging featuresMarvin Borner
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon.
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Added *many* static keywordsMarvin Borner
2021-01-15Fixed kernel exceptionsMarvin Borner
2020-11-15Added DNS errorsMarvin Borner
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-10-26OptimizationsMarvin Borner
2020-08-15Added some syscall wrappersMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner