Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | Math improvements and basic plotting | Marvin Borner | |
2021-06-18 | Renamed device prefix from 'io_' to 'dev_' | Marvin Borner | |
2021-06-09 | Better stack tracing | Marvin Borner | |
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-24 | Added more tests and fixed dumb bugs | Marvin Borner | |
typical | |||
2021-05-24 | Added better float support | Marvin Borner | |
2021-05-23 | Cleanup, linting, formatting | Marvin Borner | |
2021-05-20 | Major restructuring | Marvin Borner | |
2021-05-18 | Fixed issues with intel emulation | Marvin Borner | |
2021-05-18 | Inlining is weird | Marvin Borner | |
2021-04-25 | Chu 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-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
2021-04-10 | Some changes here and there | Marvin Borner | |
2021-04-03 | Enabled SMAP/SMEP protections | Marvin Borner | |
2021-04-02 | Added kernel section clear/protect after init | Marvin Borner | |
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data. | |||
2021-04-02 | Replaced target macros | Marvin Borner | |
2021-04-02 | Fixed serious race condition exploits | Marvin Borner | |
2021-04-01 | Hardened entire system | Marvin Borner | |
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf. | |||
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. |