aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/proc.c
AgeCommit message (Collapse)Author
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-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-03Removed this for nowMarvin Borner
2021-03-02Getting closer!Marvin Borner
2021-03-02very good this isMarvin 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-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-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-01-21Implementing new features...Marvin Borner
2021-01-21Fixed some dumb bugsMarvin Borner
2021-01-20Added proc wait struct with functionMarvin Borner
2021-01-15Implemented basic dev ready-state waitingMarvin 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
2020-11-24Fixed timer counting with yield()Marvin Borner
2020-11-20Fixed some network race conditionsMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-11-01New binary directory structureMarvin Borner
2020-10-26OptimizationsMarvin Borner
2020-10-25Some fixes :)Marvin Borner
2020-09-16Added *very* basic keymap parsingMarvin Borner
2020-09-15Some code improvements.Marvin Borner
I know, my commit messages are getting worse...
2020-09-14Some GUI fixesMarvin Borner
2020-09-11Removed wait syscall - whoopsidoo!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-06Fixed GPF on non-existent execMarvin Borner
2020-09-05Improved schedulerMarvin Borner
2020-08-25Some optimizations or sthMarvin Borner
2020-08-24Removed async eventsMarvin Borner
2020-08-23Added bmp loading and other stuffMarvin Borner
2020-08-23How did this work before?!Marvin Borner
I used r->eax instead of r->ebx in malloc :O
2020-08-22Some window fb and yield implementationMarvin Borner
2020-08-22Fixed eventsMarvin Borner
2020-08-22Added *very* basic polling ipcMarvin Borner
2020-08-22Added event resolvingMarvin Borner
2020-08-22Added proc event listMarvin Borner
2020-08-22Added quantum counterMarvin Borner
2020-08-22Small fixesMarvin Borner
2020-08-22Fixed some TODOsMarvin Borner
2020-08-22Switched proc linked list to libc listMarvin Borner
2020-08-21Finished proper return of processesMarvin Borner
2020-08-21Some things here and some things thereMarvin Borner
2020-08-17Added event descriptorMarvin Borner
2020-08-16Added WM and exec parametersMarvin Borner
2020-08-15Removed vesa from kernelMarvin Borner
2020-08-15Added libguiMarvin Borner
2020-08-15Added some syscall wrappersMarvin Borner
2020-08-15Reverted PIE binaries and fixed userspace libMarvin Borner
2020-08-10Started elf parser/loaderMarvin Borner
2020-08-09Added malloc/free syscallMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner