Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | Kinda working paging | Marvin Borner | |
2021-02-28 | Fixed memory mapping detection | Marvin Borner | |
2021-02-27 | Reimplemented memory map detection | Marvin Borner | |
2021-02-27 | Started basic paging port from skiftOS | Marvin Borner | |
2021-02-26 | Made ext2 reading around 300% faster (10MB reads) | Marvin Borner | |
This is the result of indirect block caching. Melvix can now read at a speed of around 8MB/s - WROOOM! | |||
2021-02-26 | Removed serial driver from userspace | Marvin Borner | |
2021-02-26 | Full UBSan support - many fixes! | Marvin Borner | |
2021-02-26 | Started UBSan and stack-smashing check support | Marvin Borner | |
2021-02-25 | Added some debugging features | Marvin Borner | |
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon. | |||
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-02-25 | Added *many* static keywords | Marvin Borner | |
2021-02-25 | Updated makefiles | Marvin Borner | |
2021-02-21 | Activated SSE/FPU features for better performance | Marvin Borner | |
2021-02-18 | Switched to default lodepng version | Marvin Borner | |
This should be a bit faster and less buggy | |||
2021-02-18 | Started GUI rewrite | Marvin Borner | |
It's a mess right now.. | |||
2021-02-16 | Okay! | Marvin Borner | |
2021-02-14 | Message waiting and more! | Marvin Borner | |
2021-02-12 | Added "random" heap position | Marvin Borner | |
2021-02-10 | Print to streams instead of serial console | Marvin Borner | |
2021-02-09 | Added basic streams | Marvin Borner | |
2021-02-09 | Quite many message queue fixes and impl start | 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-02-05 | No buffer mallocing in ext2 read | Marvin Borner | |
2021-01-21 | Implementing new features... | Marvin Borner | |
2021-01-21 | Fixed some dumb bugs | Marvin Borner | |
2021-01-21 | Fixed stray keyboard characters | Marvin Borner | |
2021-01-20 | Added proc wait struct with function | Marvin Borner | |
2021-01-16 | Fixed vfs dev finder | Marvin Borner | |
2021-01-15 | Implemented basic dev ready-state waiting | Marvin Borner | |
2021-01-15 | Fixed kernel exceptions | Marvin Borner | |
2021-01-14 | Added kernel idle process | Marvin Borner | |
2021-01-13 | VFS ready function and read yielding | Marvin Borner | |
2021-01-11 | Much work.. | Marvin Borner | |
2021-01-10 | Started procfs | Marvin Borner | |
2021-01-09 | Let's make a procfs for IPC instead | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2021-01-09 | Finding memory leaks is SO exhausting argh | Marvin Borner | |
2021-01-09 | Started new heap implementation (not working yet) | 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 | Working VFS path resolving | 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-12-05 | Some casual network fixes | Marvin Borner | |
2020-12-03 | Quite important network stuff | Marvin Borner | |
2020-11-29 | Fixed some things | Marvin Borner | |
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE! | |||
2020-11-28 | Fixed process wake up without data receiving | Marvin Borner | |
2020-11-24 | Started HTML rendering | Marvin Borner | |
2020-11-24 | Fixed timer counting with yield() | Marvin Borner | |
2020-11-24 | Added userspace-based network timeout | Marvin Borner | |
The network in my whole city is down right now, so I've done some error catching using timeouts etc without the kernel blocking everything. Not having internet is exhausting though :( | |||
2020-11-22 | Added file-based HTTP server | Marvin Borner | |
And fixed/added some other things | |||
2020-11-21 | Fixed TCP/HTTP serving | Marvin Borner | |
2020-11-21 | Added TCP RST support | Marvin Borner | |
2020-11-21 | Added net_installed check | Marvin Borner | |
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-20 | Fixed some network race conditions | Marvin Borner | |
2020-11-19 | Reimplemented basic webserver | Marvin Borner | |
2020-11-18 | Added browser and many networking things | Marvin Borner | |
2020-11-18 | Started libnet | Marvin Borner | |
2020-11-17 | I think this fixes quite many bugs! | Marvin Borner | |
For real though! First tests show no weird bugs anymore. | |||
2020-11-15 | Added DNS errors | Marvin Borner | |
2020-11-14 | Some fixes | Marvin Borner | |
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH | |||
2020-11-14 | Added ugly dns implementation | Marvin Borner | |
2020-11-14 | Added udp sockets | Marvin Borner | |
2020-11-13 | Many small network improvements | Marvin Borner | |
2020-11-13 | Removed some useless code | Marvin Borner | |
I spent several hours tracing the bug that followed me since months, but I haven't found it yet :( Where are you, HEISENBUG?! | |||
2020-11-12 | Traced some issues; disabled malloc alignment | Marvin Borner | |
2020-11-10 | Fixes | Marvin Borner | |
yup | |||
2020-11-10 | Oops, I'm dumb | Marvin Borner | |
I believe I was wrong in my previous commit message. Let's see... | |||
2020-11-09 | Removed non-net support and fixed some bugs | Marvin Borner | |
2020-11-09 | Added subnet mask etc | Marvin Borner | |
This doesn't work right now due to the strange alignment, memory, whatever bugs I have somewhere. I'm gonna fix them next! I guess.. | |||
2020-11-08 | Added sockets, requests and net wrappers | Marvin Borner | |
2020-11-08 | Started socket implementation | Marvin Borner | |
2020-11-08 | Probably fixed packet dropping | Marvin Borner | |
2020-11-07 | Fixed TCP handling, basic HTTP server | Marvin Borner | |
2020-11-05 | TCP.. | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-11-04 | Further TCP work | Marvin Borner | |
Can now send ACKs with correct checksum | |||
2020-11-03 | Started TCP implementation | Marvin Borner | |
2020-11-02 | Reverted rtl driver, improvements caused crashing | Marvin Borner | |
2020-11-02 | Better logging | Marvin Borner | |
2020-11-02 | Improved error handling in rtl driver | Marvin Borner | |
2020-11-01 | New (working!) network approach | Marvin Borner | |
2020-11-01 | Added files demo and needed functions | Marvin Borner | |
2020-11-01 | New binary directory structure | Marvin Borner | |
2020-10-26 | Optimizations | Marvin Borner | |
2020-10-25 | Some fixes :) | Marvin Borner | |
2020-10-24 | Started new GFX/GUI abstraction | Marvin Borner | |
2020-10-24 | Fixed Ofast - unfinished debugging! | Marvin Borner | |
Don't ask how I came up with the flags.. | |||
2020-10-24 | Forced ccache compilation | Marvin Borner | |
...and some fixes :) | |||
2020-09-28 | Added icmp checksum, identifier and sequence | Marvin Borner | |
2020-09-27 | Networky things | Marvin Borner | |
Idk, really |