aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/sanitize.c
AgeCommit message (Collapse)Author
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-15Strange fixesMarvin Borner
I have no ideas halp
2021-04-05Added new randomization featuresMarvin 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-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.