Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-15 | Strange fixes | Marvin Borner | |
I have no ideas halp | |||
2021-04-05 | Added new randomization features | 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-28 | Added ring0 privileges to kernel processes | Marvin Borner | |
This enables a more efficient idling process using the hlt instruction. The context-switching is a bit slower now, too. I have to look into that. | |||
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. |