aboutsummaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2021-04-05Added new randomization featuresMarvin Borner
2021-04-05Made kernel elf-bootableMarvin Borner
2021-04-04Added missing crt filesMarvin Borner
2021-04-04Implemented basic user program ASLRMarvin Borner
2021-04-03Added strnlen for buffer overflow preventionMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-04-02Replaced target macrosMarvin Borner
2021-04-02Fixed serious race condition exploitsMarvin Borner
2021-04-02Huge scheduling/proc-management improvementsMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-04-01Started WM improvementsMarvin Borner
2021-03-30Widget fg/bg and gfx filtersMarvin Borner
2021-03-29Added more GUI stuffMarvin Borner
2021-03-29Added recursive widget locatorMarvin Borner
2021-03-28Fun with widgetsMarvin Borner
2021-03-28Added ring0 privileges to kernel processesMarvin 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-26Renamed libsMarvin Borner
Cleaner and more flexible.