Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-03 | Added strnlen for buffer overflow prevention | Marvin Borner | |
2021-04-03 | Enabled SMAP/SMEP protections | 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-04-01 | Started WM improvements | Marvin Borner | |
2021-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-29 | Added more GUI stuff | Marvin Borner | |
2021-03-29 | Added recursive widget locator | Marvin Borner | |
2021-03-28 | Fun with widgets | Marvin Borner | |
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. |