Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-19 | Smashed some bugs | Marvin Borner | |
2021-05-18 | Fixed issues with intel emulation | Marvin Borner | |
2021-05-18 | Inlining is weird | Marvin Borner | |
2021-05-18 | Improved entire building chain (especially debugging) | Marvin Borner | |
2021-04-10 | Some changes here and there | Marvin Borner | |
2021-04-02 | Added kernel section clear/protect after init | Marvin Borner | |
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data. | |||
2021-04-02 | Replaced target macros | Marvin Borner | |
2021-04-02 | Fixed serious race condition exploits | Marvin Borner | |
2021-04-02 | Huge scheduling/proc-management improvements | 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. |