Age | Commit message (Collapse) | Author |
|
what a mess
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handling the backend queue makes more sense here than in the syscall
implementation. it's also just overall cleaner
|
|
|
|
|
|
|
|
removes `proc.c`'s pointless dependency on `vfs/root.h`
|
|
|
|
|
|
|
|
|
|
|
|
proper multiprocess support!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the bug related to paths ending with /.. and not resolving to /
|
|
all the switch cases are already implemented, so that panic can only
occur due to invalid state
|
|
|
|
|
|
thanks to this i can tell which ones are placeholders, and which ones
should stay
|
|
|
|
|
|
|
|
|
|
the kfree() call was freeing a buffer which was inside a process struct
|
|
|
|
|
|
|
|
|
|
the values are the same, it only caused a warning in sparse
|
|
|
|
|