Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-12 | Dynamic inode size detection using extensions | Marvin Borner | |
2021-09-12 | Fixed new mke2fs 256B inode due to 2038 prevention | Marvin Borner | |
2021-06-18 | Renamed device prefix from 'io_' to 'dev_' | Marvin Borner | |
2021-05-20 | Major restructuring | Marvin Borner | |
2021-04-30 | Added MBR driver and better disk creation | Marvin Borner | |
2021-04-25 | Added range-based memory validator | Marvin Borner | |
2021-04-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
2021-04-13 | Started IO dev manager | 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-03-21 | Hardened syscalls | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-12 | Started basic ioctl fb interface | Marvin Borner | |
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-02-14 | Message waiting and more! | Marvin Borner | |
2021-02-07 | Added poll syscall | Marvin Borner | |
2021-02-07 | Added filesystem and proc permissions | Marvin Borner | |
2021-02-07 | Fixed some memory leaks (broke some stuff too) | Marvin Borner | |
2021-01-16 | Fixed vfs dev finder | Marvin Borner | |
2021-01-15 | Implemented basic dev ready-state waiting | Marvin Borner | |
2021-01-13 | VFS ready function and read yielding | Marvin Borner | |
2021-01-08 | Cleanup | Marvin Borner | |
2021-01-08 | Major IDE/ATA driver rewrite | Marvin Borner | |
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware. | |||
2021-01-08 | Kinda working VFS implementation | Marvin Borner | |
2021-01-07 | New read parameters | Marvin Borner | |
2021-01-07 | Started conversion to VFS | Marvin Borner | |
2021-01-07 | Several things | Marvin Borner | |
Sorry :D | |||
2021-01-04 | Some vfs fixes | Marvin Borner | |
2020-12-11 | Some FS stuff | Marvin Borner | |
2020-12-10 | Started VFS | Marvin Borner | |
I have plans to remove the whole event system and make everything a file - just like Unix does. It's way easier that way actually. | |||
2020-11-20 | Added stat syscall | Marvin Borner | |
This currently only returns the file size, other stats will follow soon! | |||
2020-11-20 | Some fixes here and there | Marvin Borner | |
Ya, professional commit messages as always | |||
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |