Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | Hardened entire system | Marvin Borner | |
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf. | |||
2021-03-20 | LGTM! | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-12 | Started basic ioctl fb interface | Marvin Borner | |