aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/alloc.c
AgeCommit message (Collapse)Author
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-19Smashed some bugsMarvin Borner
2021-05-18Fixed issues with intel emulationMarvin Borner
2021-05-18Inlining is weirdMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-04-10Some changes here and thereMarvin 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-03-26Renamed libsMarvin Borner
Cleaner and more flexible.