Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-29 | Alright! | Marvin Borner | |
2021-04-27 | Better malloc optimizations | Marvin Borner | |
2021-04-05 | Made kernel elf-bootable | Marvin Borner | |
2021-04-03 | Enabled SMAP/SMEP protections | 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. |