aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/def.h
AgeCommit message (Collapse)Author
2021-06-12Fixed weird bugs without optimizationsMarvin Borner
I may have to revisit the exact problem in the future though.
2021-05-24Added more tests and fixed dumb bugsMarvin Borner
typical
2021-05-24Added better float supportMarvin Borner
2021-05-19Smashed some bugsMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-05-08Better cmdline parsingMarvin Borner
2021-05-02Some GDT improvements (attempts to fix no I/O GPF)Marvin Borner
2021-04-29Multiboot/Grub progressMarvin Borner
2021-04-27Better malloc optimizationsMarvin 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-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-26Renamed libsMarvin Borner
Cleaner and more flexible.