Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | Even more I/O - started new PS/2 driver | Marvin Borner | |
2021-04-13 | Started IO dev manager | Marvin Borner | |
2021-04-10 | Some changes here and there | Marvin Borner | |
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-05 | Fixed some minor bugs | Marvin Borner | |
2021-04-05 | Restructured make layout and cleaned some apps | Marvin Borner | |
2021-04-05 | Added some documentation | Marvin Borner | |
2021-04-05 | Added new randomization features | Marvin Borner | |
2021-04-05 | Made kernel elf-bootable | Marvin Borner | |
2021-04-04 | Added missing crt files | Marvin Borner | |
2021-04-04 | Implemented basic user program ASLR | Marvin Borner | |
2021-04-03 | Added strnlen for buffer overflow prevention | 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-02 | Huge scheduling/proc-management improvements | 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-04-01 | Started WM improvements | Marvin Borner | |
2021-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-29 | Added more GUI stuff | Marvin Borner | |
2021-03-29 | Added recursive widget locator | Marvin Borner | |
2021-03-28 | Fun with widgets | Marvin Borner | |
2021-03-28 | Added ring0 privileges to kernel processes | Marvin Borner | |
This enables a more efficient idling process using the hlt instruction. The context-switching is a bit slower now, too. I have to look into that. | |||
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. |