aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/fb.h
AgeCommit message (Collapse)Author
2021-05-20Added BGA driver and generic FB wrapperMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-04-29Alright!Marvin Borner
2021-04-28Started conversion to Grub (#17)Marvin Borner
Yes, the CI won't like this.
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-20LGTM!Marvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-12Started basic ioctl fb interfaceMarvin Borner