aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-13Improved random generatorMarvin 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-10Added backspace supportMarvin 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-10Removed testingMarvin Borner
Apparently the github action framework somehow disallows networking in QEMU or something. Maybe I'll investigate it in the future, but testing isn't that important anyway :P
2020-11-10Tmate debuggingMarvin Borner
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-08Added screenshotMarvin 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-02Added gui exec parameterMarvin Borner
2020-11-02Ported c4 compiler (kinda working!)Marvin 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-31Added 'exec' demo programMarvin Borner
2020-10-31Some performance improvementsMarvin Borner
2020-10-31Added label, text input and more eventsMarvin Borner
2020-10-31Fixed space handling in keymap parserMarvin Borner
2020-10-31Fixed gui context mergeMarvin Borner
I merged the subwindow, while I need to merge the root window...
2020-10-28Fixed relative positioned eventsMarvin Borner
They're still hidden though. Let's fix it tomorrow!!
2020-10-28Added container functionsMarvin Borner
And some other stuff - as always in this highly professional project
2020-10-26OptimizationsMarvin Borner
2020-10-25Added on-demand font loadingMarvin Borner
2020-10-25Some fixes :)Marvin Borner
2020-10-25Added gui event loop and onclick listenerMarvin Borner
2020-10-25Added buttonsMarvin 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-24WoopsieMarvin Borner
2020-10-24Improved testingMarvin Borner
2020-10-24Merged loader_search make fixesMarvin Borner
Idk why I committed them in the wrong branch...
2020-10-24Forced ccache compilationMarvin Borner
...and some fixes :)
2020-10-24Removed TerminusMarvin Borner
2020-10-17Added OpenBSD instructionsMarvin Borner
2020-10-17Fixed OpenBSD buildMarvin Borner
2020-10-17Added basic support for OpenBSDMarvin Borner
Building the Cross Compiler successfully took me several days of debugging, patching and testing. It finally (kinda) works now, though!
2020-10-06Added newline at overflowMarvin Borner
2020-09-30HmmmMarvin Borner
2020-09-28Added icmp checksum, identifier and sequenceMarvin Borner
2020-09-27Networky thingsMarvin Borner
Idk, really
2020-09-27Added UDP, DHCP, ARPMarvin Borner
Quite awesome, IMHO
2020-09-26Very simple icmp ping handlingMarvin Borner
2020-09-26Some random network thingsMarvin Borner
2020-09-25Added memory alignmentMarvin Borner
2020-09-24Restructured network stackMarvin Borner
2020-09-24IPv6 networking...Marvin Borner
2020-09-23Fixed brctl conditionalMarvin Borner
2020-09-23Added network use conditionalMarvin Borner
2020-09-21FrustrationMarvin Borner
2020-09-21Fixed bottom pixelsMarvin Borner
2020-09-21NetworkingMarvin Borner
2020-09-20Some Terminus thingiesMarvin Borner
2020-09-20Started rtl8139 driverMarvin Borner
2020-09-20Added BuyMeACoffeeMarvin Borner
2020-09-19Wrroooooooom, I'm faster. igMarvin Borner
2020-09-19Cleaned syscallsMarvin Borner
2020-09-19Better workflow descriptionMarvin Borner
2020-09-18Text input demoMarvin Borner
2020-09-16Fixed workflow descriptionMarvin Borner
2020-09-16Added *very* basic keymap parsingMarvin Borner
2020-09-15Keymaps n stuffMarvin Borner
2020-09-15Some code improvements.Marvin Borner
I know, my commit messages are getting worse...
2020-09-15Added window focus z-indexMarvin Borner
2020-09-15Added some list functionsMarvin Borner
2020-09-14SmoooothMarvin Borner
2020-09-14Added new values to READMEMarvin Borner
2020-09-14Tracked down 12KiB bugMarvin Borner
2020-09-14Some GUI fixesMarvin Borner
2020-09-13Added window scalingMarvin Borner
2020-09-13Maaany wm featuresMarvin Borner
2020-09-13Less malloc in wmMarvin Borner
2020-09-12Re-implemented PCI driver.Marvin Borner
Adding the affected files to the makefile doesn't work, though. This probably has something to do with the 12KiB file size limit which should have been fixed by now! I'll need to investigate this tomorrow.
2020-09-12Some casual bug fixesMarvin Borner
2020-09-12Fixed vbe parameter in ext2 loaderMarvin Borner
2020-09-12Independent ext2 bootloader for bigger kernelsMarvin Borner
2020-09-12Fixed window move y overflowMarvin Borner
2020-09-11Removed wait syscall - whoopsidoo!Marvin Borner
2020-09-11Some testing using the q35 chipsetMarvin Borner
2020-09-08Some work on CPU stuff (soon: SMP)Marvin Borner
2020-09-07Added wait syscall.Marvin Borner
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future..
2020-09-06Some timer thingiesMarvin Borner
2020-09-06Finished switch to hpet timerMarvin Borner
2020-09-06ARGH structsMarvin Borner
2020-09-06Added some ACPI tablesMarvin Borner
2020-09-06Started ACPI driverMarvin Borner
2020-09-06Fixed GPF on non-existent execMarvin Borner
2020-09-05Improved schedulerMarvin Borner