Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-23 | Cleanup, linting, formatting | Marvin Borner | |
2021-04-18 | Fixed some memory leaks | Marvin Borner | |
2021-04-05 | Restructured make layout and cleaned some apps | Marvin Borner | |
2021-04-04 | Implemented basic user program ASLR | Marvin Borner | |
2021-04-02 | Replaced target macros | Marvin Borner | |
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-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. |