aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/serial.h
AgeCommit message (Collapse)Author
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-02-26Removed serial driver from userspaceMarvin Borner
2020-08-09Temporary cpu and serial drivers in libcMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner