aboutsummaryrefslogtreecommitdiff
path: root/libs/libc
AgeCommit message (Collapse)Author
2021-04-14Even more I/O - started new PS/2 driverMarvin Borner
2021-04-13Started IO dev managerMarvin Borner
2021-04-10Some changes here and thereMarvin Borner
2021-04-05Fixed some minor bugsMarvin Borner
2021-04-05Restructured make layout and cleaned some appsMarvin Borner
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-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.