aboutsummaryrefslogtreecommitdiff
path: root/kernel/drivers/mouse.c
AgeCommit message (Collapse)Author
2021-04-14Even more I/O - started new PS/2 driverMarvin Borner
2021-04-13Started IO dev managerMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin 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-02Huge scheduling/proc-management improvementsMarvin Borner
2021-03-21Hardened syscallsMarvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-14Maaany fixes :)Marvin Borner
I don't have the motivation to write better commit messages...
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-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-10Print to streams instead of serial consoleMarvin Borner
2021-02-07Added poll syscallMarvin Borner
2021-02-07Fixed some memory leaks (broke some stuff too)Marvin Borner
2021-01-21Implementing new features...Marvin Borner
2021-01-09Let's make a procfs for IPC insteadMarvin 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-08-26Some cursor thingsMarvin Borner
2020-08-25Added mouse driver and better event systemMarvin Borner