aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/proc.c
AgeCommit message (Expand)Author
2021-07-01Timing is everythingMarvin Borner
2021-06-19Improved bus and device managementMarvin Borner
2021-06-08Process exit improvementsMarvin Borner
2021-06-03Smashed some dumb bugsMarvin Borner
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-05-19Smashed some bugsMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-05-15Strange fixesMarvin Borner
2021-05-03Fixed TSSMarvin Borner
2021-04-30Some small fixes here and thereMarvin Borner
2021-04-30Added MBR driver and better disk creationMarvin Borner
2021-04-29Alright!Marvin Borner
2021-04-29Multiboot/Grub progressMarvin Borner
2021-04-27Huge compositor, timer and yielding improvementsMarvin Borner
2021-04-25Added range-based memory validatorMarvin Borner
2021-04-25Chu chuu, using the bus for everything now!Marvin Borner
2021-04-17Added I/O bus implementation for efficient IPCMarvin Borner
2021-04-16New elegant I/O blocking solutionMarvin Borner
2021-04-15Basic block/unblockMarvin Borner
2021-04-13Started IO dev managerMarvin Borner
2021-04-10Some changes here and thereMarvin Borner
2021-04-10Gave procs own kernel stack (TSS)Marvin Borner
2021-04-06Made exec syscall relative using app nameMarvin Borner
2021-04-05Fixed some minor bugsMarvin Borner
2021-04-05Added new randomization featuresMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
2021-04-02Replaced target macrosMarvin Borner
2021-04-02Fixed serious race condition exploitsMarvin Borner
2021-04-02Added memory leak detectorMarvin Borner
2021-04-02Huge scheduling/proc-management improvementsMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
2021-03-28Added ring0 privileges to kernel processesMarvin Borner
2021-03-21Cleaner shared memory implementationMarvin Borner
2021-03-21Hardened syscallsMarvin Borner
2021-03-20Reimplemented memory range validationMarvin Borner
2021-03-20Even more fixes! :^)Marvin Borner
2021-03-19Some thingsMarvin Borner
2021-03-17Awesome!Marvin Borner
2021-03-15System hardening and errno implMarvin Borner
2021-03-14Maaany fixes :)Marvin Borner
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
2021-02-25Applied even more warning flags!Marvin Borner
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
2021-02-18Started GUI rewriteMarvin Borner
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
2020-09-14Some GUI fixesMarvin Borner
2020-09-11Removed wait syscall - whoopsidoo!Marvin Borner
2020-09-07Added wait syscall.Marvin Borner
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
2020-08-22Some window fb and yield implementationMarvin Borner
2020-08-22Fixed eventsMarvin Borner
2020-08-22Added *very* basic polling ipcMarvin Borner