Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
2021-04-06 | Made exec syscall relative using app name | Marvin Borner | |
My plan is to implement a mobile-OS-like sandboxing using manifests and permission middlewares. Let's see if I can manage to do this without sacrificing too much performance. I'm also wondering whether I should implement open/close syscalls which would result in a cleaner block/unblock mechanism. I need to think. Hmmm.. Naa | |||
2021-04-03 | Added readonly remap of readonly elf sections | 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-21 | Hardened syscalls | Marvin Borner | |
2021-03-20 | Reimplemented memory range validation | Marvin Borner | |
2021-03-16 | This could actually work | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-12 | Boots successfully... | Marvin Borner | |
2021-03-02 | Getting closer! | Marvin Borner | |
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-01-14 | Added kernel idle process | Marvin Borner | |
2020-08-15 | Added some syscall wrappers | Marvin Borner | |
2020-08-15 | Some elf things | Marvin Borner | |
2020-08-10 | Started elf parser/loader | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |