aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/input/ps2/mouse.c
AgeCommit message (Collapse)Author
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06Added event mapping driverMarvin Borner
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-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-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-07Added userspace libc and began userspace based shellMarvin Borner
2019-12-05Some mouse cursor improvementsMarvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-11-07Some improvementsMarvin Borner
Artifacts still not fixed though
2019-11-06Added better cursor designMarvin Borner
2019-11-05Added basic PS/2 mouse supportMarvin Borner
2019-10-26Using compiler-based include methodsMarvin Borner
2019-10-26Removed VGA driver supportMarvin Borner
2019-09-29Added some minor improvementsMarvin Borner
2019-09-24Improved mouse featuresMarvin Borner
2019-09-21Added ACPI based shutdown commandMarvin Borner
2019-09-19Moved source to kernel directoryMarvin Borner