aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Collapse)Author
2021-02-28Kinda working pagingMarvin Borner
2021-02-28Fixed memory mapping detectionMarvin Borner
2021-02-27Reimplemented memory map detectionMarvin Borner
2021-02-27Started basic paging port from skiftOSMarvin Borner
2021-02-26Made 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-26Removed serial driver from userspaceMarvin Borner
2021-02-26Full UBSan support - many fixes!Marvin Borner
2021-02-26Started UBSan and stack-smashing check supportMarvin Borner
2021-02-25Added some debugging featuresMarvin 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-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-25Updated makefilesMarvin Borner
2021-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-18Switched to default lodepng versionMarvin Borner
This should be a bit faster and less buggy
2021-02-18Started GUI rewriteMarvin Borner
It's a mess right now..
2021-02-16Okay!Marvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-12Added "random" heap positionMarvin Borner
2021-02-10Print to streams instead of serial consoleMarvin Borner
2021-02-09Added basic streamsMarvin Borner
2021-02-09Quite many message queue fixes and impl startMarvin Borner
2021-02-07Added poll syscallMarvin Borner
2021-02-07Added filesystem and proc permissionsMarvin Borner
2021-02-07Fixed some memory leaks (broke some stuff too)Marvin Borner
2021-02-05No buffer mallocing in ext2 readMarvin Borner
2021-01-21Implementing new features...Marvin Borner
2021-01-21Fixed some dumb bugsMarvin Borner
2021-01-21Fixed stray keyboard charactersMarvin Borner
2021-01-20Added proc wait struct with functionMarvin Borner
2021-01-16Fixed vfs dev finderMarvin Borner
2021-01-15Implemented basic dev ready-state waitingMarvin Borner
2021-01-15Fixed kernel exceptionsMarvin Borner
2021-01-14Added kernel idle processMarvin Borner
2021-01-13VFS ready function and read yieldingMarvin Borner
2021-01-11Much work..Marvin Borner
2021-01-10Started procfsMarvin Borner
2021-01-09Let's make a procfs for IPC insteadMarvin Borner
2021-01-09To be continuedMarvin Borner
2021-01-09Finding memory leaks is SO exhausting arghMarvin Borner
2021-01-09Started new heap implementation (not working yet)Marvin Borner
2021-01-08CleanupMarvin Borner
2021-01-08Major IDE/ATA driver rewriteMarvin 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-08Kinda working VFS implementationMarvin Borner
2021-01-07New read parametersMarvin Borner
2021-01-07Working VFS path resolvingMarvin Borner
2021-01-07Started conversion to VFSMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2021-01-04Some vfs fixesMarvin Borner
2020-12-11Some FS stuffMarvin Borner
2020-12-10Started VFSMarvin 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-05Some casual network fixesMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-11-29Fixed some thingsMarvin Borner
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE!
2020-11-28Fixed process wake up without data receivingMarvin Borner
2020-11-24Started HTML renderingMarvin Borner
2020-11-24Fixed timer counting with yield()Marvin Borner
2020-11-24Added userspace-based network timeoutMarvin 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-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-21Fixed TCP/HTTP servingMarvin Borner
2020-11-21Added TCP RST supportMarvin Borner
2020-11-21Added net_installed checkMarvin Borner
2020-11-20Added stat syscallMarvin Borner
This currently only returns the file size, other stats will follow soon!
2020-11-20Some fixes here and thereMarvin Borner
Ya, professional commit messages as always
2020-11-20Fixed some network race conditionsMarvin Borner
2020-11-19Reimplemented basic webserverMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-18Started libnetMarvin Borner
2020-11-17I think this fixes quite many bugs!Marvin Borner
For real though! First tests show no weird bugs anymore.
2020-11-15Added DNS errorsMarvin Borner
2020-11-14Some fixesMarvin Borner
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH
2020-11-14Added ugly dns implementationMarvin Borner
2020-11-14Added udp socketsMarvin Borner
2020-11-13Many small network improvementsMarvin Borner
2020-11-13Removed some useless codeMarvin 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-12Traced some issues; disabled malloc alignmentMarvin Borner
2020-11-10FixesMarvin Borner
yup
2020-11-10Oops, I'm dumbMarvin Borner
I believe I was wrong in my previous commit message. Let's see...
2020-11-09Removed non-net support and fixed some bugsMarvin Borner
2020-11-09Added subnet mask etcMarvin 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-08Added sockets, requests and net wrappersMarvin Borner
2020-11-08Started socket implementationMarvin Borner
2020-11-08Probably fixed packet droppingMarvin Borner
2020-11-07Fixed TCP handling, basic HTTP serverMarvin Borner
2020-11-05TCP..Marvin Borner
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-11-04Further TCP workMarvin Borner
Can now send ACKs with correct checksum
2020-11-03Started TCP implementationMarvin Borner
2020-11-02Reverted rtl driver, improvements caused crashingMarvin Borner
2020-11-02Better loggingMarvin Borner
2020-11-02Improved error handling in rtl driverMarvin Borner
2020-11-01New (working!) network approachMarvin Borner
2020-11-01Added files demo and needed functionsMarvin Borner
2020-11-01New binary directory structureMarvin Borner
2020-10-26OptimizationsMarvin Borner
2020-10-25Some fixes :)Marvin Borner
2020-10-24Started new GFX/GUI abstractionMarvin Borner
2020-10-24Fixed Ofast - unfinished debugging!Marvin Borner
Don't ask how I came up with the flags..
2020-10-24Forced ccache compilationMarvin Borner
...and some fixes :)
2020-09-28Added icmp checksum, identifier and sequenceMarvin Borner
2020-09-27Networky thingsMarvin Borner
Idk, really