aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2021-07-03Very minor fixesMarvin Borner
2021-07-01Timing is everythingMarvin Borner
2021-07-01Math improvements and basic plottingMarvin Borner
2021-06-30Fixed child location algorithmMarvin Borner
2021-06-28Implemented basic layout renderingMarvin Borner
2021-06-23Widget improvementsMarvin Borner
2021-06-23Started widgets and layout stuffMarvin Borner
2021-06-19Improved bus and device managementMarvin Borner
2021-06-18Renamed device prefix from 'io_' to 'dev_'Marvin Borner
2021-06-13Added image viewer and blerp scalingMarvin Borner
2021-06-03Smashed some dumb bugsMarvin Borner
aargh
2021-05-24Added more tests and fixed dumb bugsMarvin Borner
typical
2021-05-24Added better float supportMarvin Borner
2021-05-23Added title to app barMarvin Borner
2021-05-22Enabled window ping-pong checksMarvin Borner
2021-05-21Better window destroyingMarvin Borner
2021-05-21Added paint demoMarvin Borner
2021-05-21GUI improvements and leak reductionMarvin Borner
2021-05-21Major GUI refactoringMarvin Borner
2021-05-20Fixed strippingMarvin Borner
2021-05-20Added BGA driver and generic FB wrapperMarvin Borner
2021-05-20More generic makefile layoutMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-05-15Strange fixesMarvin Borner
I have no ideas halp
2021-05-04General fixes (see description) - closes #17Marvin Borner
Somehow the Grub conversion (or anything before/between that) seems to have caused a *very* weird memory bug involving the heap/stack/sth overflowing into the video memory which will obviously result in strange undefined behaviour when data is written to the video memory. VERY STRANGE. Well, I need to prepare for my finals (Abitur) so I don't know whether I can fix this issue in the next few days. We'll see...
2021-04-30Some small fixes here and thereMarvin Borner
2021-04-29Alright!Marvin Borner
2021-04-27Chess (-> and libgui) improvementsMarvin Borner
2021-04-27Huge compositor, timer and yielding improvementsMarvin Borner
2021-04-27Improved fuzzerMarvin Borner
"Improved"? I guess...
2021-04-27Better makefile debugging structureMarvin Borner
2021-04-26Added VMMouse support and improved PS/2 mouseMarvin Borner
2021-04-25Chu chuu, using the bus for everything now!Marvin Borner
Well, I know: bus != train. But I like trains. So I don't care. Go away!
2021-04-24Started syscall fuzzerMarvin Borner
2021-04-23Fixed makefilesMarvin Borner
2021-04-18Fixed some memory leaksMarvin Borner
2021-04-17Added I/O bus implementation for efficient IPCMarvin Borner
This was a nice coding session. See ya tomorrow!
2021-04-17Implemented I/O pollingMarvin Borner
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-14Implemented some I/O interfacesMarvin Borner
2021-04-14Even more I/O - started new PS/2 driverMarvin Borner
2021-04-13Started IO dev managerMarvin Borner
2021-04-06Made exec syscall relative using app nameMarvin Borner
My plan is to implement a mobile-OS-like sandboxing using manifests and permission middlewares. Let's see if I can manage to do this without sacrificing too much performance. I'm also wondering whether I should implement open/close syscalls which would result in a cleaner block/unblock mechanism. I need to think. Hmmm.. Naa
2021-04-05Restructured make layout and cleaned some appsMarvin Borner
2021-04-05Added some documentationMarvin Borner
2021-04-04Implemented basic user program ASLRMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-04-02Replaced target macrosMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-04-01Started WM improvementsMarvin Borner
2021-03-30Basic FEN parsing, buggy afMarvin Borner
The entire GUI system is kinda buggy and sluggish. Might need to rethink some design choices. I've got some ideas to improve everything though.
2021-03-30Widget fg/bg and gfx filtersMarvin Borner
2021-03-29Added more GUI stuffMarvin 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-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-20LGTM!Marvin Borner
2021-03-20Even more fixes! :^)Marvin Borner
2021-03-17Awesome!Marvin Borner
2021-03-16Cleanup and atexitMarvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-14Maaany fixes :)Marvin Borner
I don't have the motivation to write better commit messages...
2021-03-13NicüMarvin Borner
2021-03-13Fixed test suiteMarvin Borner
2021-03-12New memory allocation algorithmsMarvin Borner
2021-03-12Started basic ioctl fb interfaceMarvin Borner
2021-03-12Boots successfully...Marvin Borner
2021-03-12Let's gooo!Marvin Borner
2021-02-27Some window magic!Marvin Borner
2021-02-26Removed serial driver from userspaceMarvin Borner
2021-02-26Full UBSan support - many fixes!Marvin 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-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-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-20Started rectangle based redrawMarvin 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-16Okay!Marvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-10Fixed test scriptMarvin Borner
2021-02-10Print to streams instead of serial consoleMarvin Borner
2021-02-09Quite many message queue fixes and impl startMarvin Borner