aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-18Started GUI rewriteMarvin Borner
It's a mess right now..
2021-02-17Added basic vector functionsMarvin Borner
2021-02-16Okay!Marvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-12Added "random" heap positionMarvin Borner
2021-02-11Added sprintfMarvin Borner
2021-02-11Renamed err due to function shadowMarvin Borner
2021-02-11Added msgingMarvin Borner
2021-02-10Fixed test scriptMarvin Borner
2021-02-10Updated workflowMarvin 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-07Merged branch 'main' into devMarvin Borner
2021-02-07Added dev branch noticeMarvin Borner
2021-02-07Fixed some memory leaks (broke some stuff too)Marvin Borner
2021-02-07Many small memory improvementsMarvin 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-10Added very simple stack implementation for procfsMarvin Borner
This probably has several bugs, but idc
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-08Button "animation"Marvin Borner
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-07WhoopsMarvin Borner
2021-01-07Added non-NULL assertionMarvin Borner
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-09Fixed null socket loopMarvin Borner
2020-12-06Some things that annoyed meMarvin Borner
2020-12-06Added killing comboMarvin Borner
Isn't that dangerous though
2020-12-06Woops, missed a fileMarvin Borner
2020-12-06Fixed workflowMarvin Borner
2020-12-06Removed submodule loadingMarvin Borner
2020-12-06Removed the necessity for ext2util completelyMarvin Borner
This is needed for a flexible bootloader and IDE driver. Future commits will remove the boot/load.c file.
2020-12-06File-based booting instead of fixed inode (WIP)Marvin Borner
2020-12-05Some casual network fixesMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-12-02More window resizing..Marvin Borner
Almost kinda works now
2020-11-29Big steps towards working window resizingMarvin Borner
Found some other bugs too
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 redrawing of all previous elementsMarvin Borner
2020-11-28Fixed process wake up without data receivingMarvin Borner
2020-11-28Fixed closed self closing tagsMarvin Borner
2020-11-28Merged HTML rendererMarvin Borner
2020-11-28Kinda-working rendererMarvin Borner
2020-11-28Fixed tag case normalizingMarvin Borner
2020-11-28Made relative window registring localMarvin Borner
2020-11-28Started window resize supportMarvin Borner
2020-11-28Added userspace heapMarvin Borner
2020-11-28Fixed file managerMarvin Borner
Idk how I could miss that...
2020-11-28Made relative window registring localMarvin Borner
2020-11-27Started window resize supportMarvin Borner
2020-11-26Added userspace heapMarvin Borner
2020-11-26Some changesMarvin Borner
2020-11-25More HTML rendering...Marvin Borner
2020-11-25Fixed file managerMarvin Borner
Idk how I could miss that...
2020-11-24Started HTML renderingMarvin Borner
2020-11-24Fixed timer counting with yield()Marvin Borner
2020-11-24Added port support in URLsMarvin 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-23Fixed some XML/HTML parsing bugsMarvin Borner
2020-11-23Fixed many things in XML indentingMarvin Borner
2020-11-23Ported sxml libraryMarvin Borner
2020-11-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-22Added HTTP response thingsMarvin Borner
Very specific.
2020-11-22Fixed DNS with one partMarvin Borner
2020-11-22Added percentage-based GUI systemMarvin Borner
2020-11-21Fixed wrong DNS indexMarvin Borner
You can forget the previous commit. It was probably still better to clear the whole input field instead. (security/privacy)
2020-11-21Well, that's a strange fixMarvin Borner
This GUI bug actually caused DNS issues - LOL!
2020-11-21Added magic DNS algorithmMarvin Borner
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works!
2020-11-21Fixed TCP/HTTP servingMarvin Borner
2020-11-21Added TCP RST supportMarvin Borner
2020-11-21Added browser IP address supportMarvin Borner
2020-11-21Added net_installed checkMarvin Borner
2020-11-21Removed useless disk creationMarvin Borner
This gets executed automatically
2020-11-21Updated instructionsMarvin Borner
2020-11-20Fixed testing instructionsMarvin Borner
2020-11-20Added disk creationMarvin Borner