aboutsummaryrefslogtreecommitdiff
path: root/kernel/features/fs.c
AgeCommit message (Collapse)Author
2021-03-15System hardening and errno implMarvin Borner
2021-03-14Some security measurementsMarvin 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-12Started basic ioctl fb interfaceMarvin 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-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-14Message waiting and more!Marvin 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-02-05No buffer mallocing in ext2 readMarvin Borner
2021-01-21Fixed some dumb bugsMarvin Borner
2021-01-20Added proc wait struct with functionMarvin Borner
2021-01-16Fixed vfs dev finderMarvin Borner
2021-01-13VFS ready function and read yieldingMarvin Borner
2021-01-11Much work..Marvin Borner
2021-01-10Started procfsMarvin Borner
2021-01-08CleanupMarvin Borner
2021-01-08Major IDE/ATA driver rewriteMarvin Borner
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware.
2021-01-08Kinda working VFS implementationMarvin Borner
2021-01-07New read parametersMarvin Borner
2021-01-07Working VFS path resolvingMarvin Borner
2021-01-07Started conversion to VFSMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2021-01-04Some vfs fixesMarvin Borner
2020-12-11Some FS stuffMarvin Borner
2020-12-10Started VFSMarvin Borner
I have plans to remove the whole event system and make everything a file - just like Unix does. It's way easier that way actually.
2020-11-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-20Added stat syscallMarvin Borner
This currently only returns the file size, other stats will follow soon!
2020-11-20Some fixes here and thereMarvin Borner
Ya, professional commit messages as always
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-11-01Added files demo and needed functionsMarvin Borner
2020-10-26OptimizationsMarvin Borner
2020-09-12Some casual bug fixesMarvin Borner
2020-08-27Kinda fixed wallpapersMarvin Borner
2020-08-27Added doubly indirect pointer supportMarvin 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-21Finished proper return of processesMarvin Borner
2020-08-14Fixed linebreak on directoriesMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner