aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-29Added recursive widget locatorMarvin Borner
2021-03-28Fun with widgetsMarvin Borner
2021-03-28Added ring0 privileges to kernel processesMarvin 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-28Added contribution tipsMarvin Borner
2021-03-26Renamed libsMarvin Borner
Cleaner and more flexible.
2021-03-25Implemented window movingMarvin Borner
Really slow right now, need to optimize some stuff
2021-03-24Huge GUI improvementsMarvin Borner
2021-03-21Added hashing functionsMarvin Borner
2021-03-21Cleaner shared memory implementationMarvin Borner
2021-03-21Hardened syscallsMarvin Borner
2021-03-21Added basic shared memory supportMarvin Borner
This will be improved soon. It's very insecure right now.
2021-03-20Reimplemented memory range validationMarvin Borner
2021-03-20Merged ELF loadingMarvin Borner
2021-03-20LGTM!Marvin Borner
2021-03-20Even more fixes! :^)Marvin Borner
2021-03-20Optimized imagesMarvin Borner
[ImgBot] Optimize images
2021-03-20[ImgBot] Optimize imagesImgBotApp
/screenshot.png -- 675.94kb -> 461.78kb (31.68%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-19Some thingsMarvin Borner
2021-03-17Awesome!Marvin Borner
2021-03-17Added offset and correct size in ext2Marvin Borner
2021-03-16This could actually workMarvin Borner
2021-03-16Cleanup and atexitMarvin Borner
2021-03-15Fixed strerrorMarvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-14Some security measurementsMarvin Borner
2021-03-14Added ubsan shift overflow logMarvin Borner
2021-03-14Added memory management using pagingMarvin Borner
This was quite a roller-coaster and most things are slower now, but it works and is way more secure. I still need to implement things like shared memory for the WM/GUI system but other than that everything is supported.
2021-03-14Maaany fixes :)Marvin Borner
I don't have the motivation to write better commit messages...
2021-03-14Fixed workflowMarvin Borner
2021-03-13Github action testMarvin Borner
2021-03-13Some security measuresMarvin Borner
2021-03-13NicüMarvin Borner
2021-03-13Fixed test suiteMarvin Borner
2021-03-12New memory allocation algorithmsMarvin Borner
2021-03-12Added user stack pushingMarvin Borner
2021-03-12Started basic ioctl fb interfaceMarvin Borner
2021-03-12Boots successfully...Marvin Borner
2021-03-12Let's gooo!Marvin Borner
2021-03-12No vla plsMarvin Borner
2021-03-08Better randomization (soon: random memory locs)Marvin Borner
2021-03-08im stoopid and i know itMarvin Borner
2021-03-06Added more overflow sanitation loggingMarvin Borner
2021-03-05Oh man... Idfk anymoreMarvin Borner
2021-03-03Removed this for nowMarvin Borner
2021-03-02Getting closer!Marvin Borner
2021-03-02Added stack tracerMarvin Borner
idk why
2021-03-02very good this isMarvin Borner
2021-03-01Hmmm, something isn't rightMarvin Borner
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-27Some window magic!Marvin 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-26Fixed build status imageMarvin Borner
2021-02-26Fixed workflowMarvin Borner
2021-02-26Added UBSan noticeMarvin Borner
2021-02-26Added debug testingMarvin Borner
Qemu on GH seems to have some problems though.. I guess the current errors are actually internal bugs of their qemu version. Idk
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-25Updated readme :)Marvin Borner
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Small testing suite improvementsMarvin Borner
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-25Updated makefilesMarvin Borner
2021-02-25WhoopsMarvin Borner
2021-02-24AlrightyMarvin Borner
2021-02-24Awesome indeedMarvin Borner
2021-02-23You wouldn't believe how long this took to findMarvin Borner
NASTY BUGS!
2021-02-23Thanks!Marvin Borner
@LarsVomMars lol
2021-02-22Started new frontend libMarvin Borner
2021-02-22Some improvementsMarvin Borner
2021-02-22Further rectangle extractionMarvin Borner
Thanks to @LarsVomMars for the help :)
2021-02-21Started rectangle generationMarvin Borner
2021-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-20Started rectangle based redrawMarvin Borner
2021-02-19Removed liberapayMarvin Borner
2021-02-18Fixed text writingMarvin 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-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