Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-18 | Inlining is weird | Marvin Borner | |
2021-05-18 | Improved entire building chain (especially debugging) | Marvin Borner | |
2021-04-17 | Added I/O bus implementation for efficient IPC | Marvin Borner | |
This was a nice coding session. See ya tomorrow! | |||
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. |