aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/print.c
AgeCommit message (Collapse)Author
2021-07-01Math improvements and basic plottingMarvin Borner
2021-06-18Renamed device prefix from 'io_' to 'dev_'Marvin Borner
2021-06-09Better stack tracingMarvin Borner
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-24Added more tests and fixed dumb bugsMarvin Borner
typical
2021-05-24Added better float supportMarvin Borner
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-05-18Fixed issues with intel emulationMarvin Borner
2021-05-18Inlining is weirdMarvin Borner
2021-04-25Chu chuu, using the bus for everything now!Marvin Borner
Well, I know: bus != train. But I like trains. So I don't care. Go away!
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-10Some changes here and thereMarvin 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-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.