Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-20 | Coding style fixes | Marvin Borner | |
2021-05-20 | Fixed codacy badge | Marvin Borner | |
2021-05-19 | Smashed some bugs | Marvin Borner | |
2021-05-18 | Fixed issues with intel emulation | Marvin Borner | |
2021-05-18 | Inlining is weird | Marvin Borner | |
2021-05-18 | Fixed build config | Marvin Borner | |
2021-05-18 | Improved entire building chain (especially debugging) | Marvin Borner | |
2021-05-18 | New toolchain versions | Marvin Borner | |
2021-05-15 | Strange fixes | Marvin Borner | |
I have no ideas halp | |||
2021-05-08 | Better cmdline parsing | Marvin Borner | |
2021-05-08 | Better serial management | Marvin Borner | |
Yay, I wrote my final information technology exam yesterday (abitur). Only english and mathematics are left now - hype!! (sorry for polluting my commit messages with useless personal news but this will affect the future of Melvix as my free time and therefore the time that I'm working on this project will increase massively once I'm finished with all my exams) | |||
2021-05-05 | Debugging improvements | Marvin Borner | |
STILL NOT FOUND (see previous descr) | |||
2021-05-04 | General fixes (see description) - closes #17 | Marvin Borner | |
Somehow the Grub conversion (or anything before/between that) seems to have caused a *very* weird memory bug involving the heap/stack/sth overflowing into the video memory which will obviously result in strange undefined behaviour when data is written to the video memory. VERY STRANGE. Well, I need to prepare for my finals (Abitur) so I don't know whether I can fix this issue in the next few days. We'll see... | |||
2021-05-04 | Added image caching | Marvin Borner | |
2021-05-03 | Fixed TSS | Marvin Borner | |
2021-05-03 | PURE | Marvin Borner | |
2021-05-02 | Some GDT improvements (attempts to fix no I/O GPF) | Marvin Borner | |
2021-04-30 | Some small fixes here and there | Marvin Borner | |
2021-04-30 | Added MBR driver and better disk creation | Marvin Borner | |
2021-04-29 | Alright! | Marvin Borner | |
2021-04-29 | Multiboot/Grub progress | Marvin Borner | |
2021-04-28 | Started conversion to Grub (#17) | Marvin Borner | |
Yes, the CI won't like this. | |||
2021-04-27 | Chess (-> and libgui) improvements | Marvin Borner | |
2021-04-27 | Huge compositor, timer and yielding improvements | Marvin Borner | |
2021-04-27 | Improved fuzzer | Marvin Borner | |
"Improved"? I guess... | |||
2021-04-27 | Better makefile debugging structure | Marvin Borner | |
2021-04-27 | Better malloc optimizations | Marvin Borner | |
2021-04-26 | PS/2 mouse aah | Marvin Borner | |
2021-04-26 | Added VMMouse support and improved PS/2 mouse | Marvin Borner | |
2021-04-25 | Added range-based memory validator | 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-24 | Started syscall fuzzer | Marvin Borner | |
2021-04-23 | Fixed makefiles | Marvin Borner | |
2021-04-18 | Fixed some memory leaks | Marvin Borner | |
2021-04-17 | Added I/O bus implementation for efficient IPC | Marvin Borner | |
This was a nice coding session. See ya tomorrow! | |||
2021-04-17 | Implemented I/O polling | 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-15 | Basic block/unblock | Marvin Borner | |
2021-04-14 | Implemented some I/O interfaces | Marvin Borner | |
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-10 | Gave procs own kernel stack (TSS) | Marvin Borner | |
2021-04-09 | Added readable/writable checks | Marvin Borner | |
2021-04-09 | Using booting drive instead of ata detection | Marvin Borner | |
2021-04-08 | Added UMIP | Marvin Borner | |
2021-04-08 | Renamed ext2 functions | Marvin Borner | |
2021-04-07 | Fixed wrong test exec name | 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 | Updated README and added MMAP | Marvin Borner | |
2021-04-05 | Added new randomization features | Marvin Borner | |
2021-04-05 | Made kernel elf-bootable | Marvin Borner | |
2021-04-05 | Added ELF and disk detection support to bootloader | Marvin Borner | |
2021-04-04 | Added missing crt files | Marvin Borner | |
2021-04-04 | Implemented basic user program ASLR | Marvin Borner | |
2021-04-04 | Added readonly stack page boundary | Marvin Borner | |
2021-04-03 | Added readonly remap of readonly elf sections | Marvin Borner | |
2021-04-03 | Added strnlen for buffer overflow prevention | Marvin Borner | |
2021-04-03 | Added section logging to page fault handler | 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 | Mapped .text and .rodata readonly | Marvin Borner | |
2021-04-02 | Replaced target macros | Marvin Borner | |
2021-04-02 | Fixed serious race condition exploits | Marvin Borner | |
2021-04-02 | Added memory leak detector | 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-31 | Added older inkscape version support | Marvin Borner | |
2021-03-31 | Added inkscape to build dependencies | Marvin Borner | |
2021-03-30 | Replaced imagemagick with inkscape | Marvin Borner | |
2021-03-30 | Basic FEN parsing, buggy af | Marvin Borner | |
The entire GUI system is kinda buggy and sluggish. Might need to rethink some design choices. I've got some ideas to improve everything though. | |||
2021-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-30 | Added icon generator/converter | 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-28 | Added contribution tips | Marvin Borner | |
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. | |||
2021-03-25 | Implemented window moving | Marvin Borner | |
Really slow right now, need to optimize some stuff | |||
2021-03-24 | Huge GUI improvements | Marvin Borner | |
2021-03-21 | Added hashing functions | Marvin Borner | |
2021-03-21 | Cleaner shared memory implementation | Marvin Borner | |
2021-03-21 | Hardened syscalls | Marvin Borner | |
2021-03-21 | Added basic shared memory support | Marvin Borner | |
This will be improved soon. It's very insecure right now. | |||
2021-03-20 | Reimplemented memory range validation | Marvin Borner | |
2021-03-20 | Merged ELF loading | Marvin Borner | |
2021-03-20 | LGTM! | Marvin Borner | |
2021-03-20 | Even more fixes! :^) | Marvin Borner | |
2021-03-20 | Optimized images | Marvin Borner | |
[ImgBot] Optimize images | |||
2021-03-20 | [ImgBot] Optimize images | ImgBotApp | |
/screenshot.png -- 675.94kb -> 461.78kb (31.68%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> | |||
2021-03-19 | Some things | Marvin Borner | |
2021-03-17 | Awesome! | Marvin Borner | |
2021-03-17 | Added offset and correct size in ext2 | Marvin Borner | |
2021-03-16 | This could actually work | Marvin Borner | |
2021-03-16 | Cleanup and atexit | Marvin Borner | |