Andreas Kling
|
2dd9ef6863
|
Kernel: Make File::absolute_path() const.
|
2019-06-01 18:56:56 +02:00 |
|
Andreas Kling
|
874bffc729
|
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
|
2019-05-30 22:30:29 +02:00 |
|
Andreas Kling
|
baaede1bf9
|
Kernel: Make the Process allocate_region* API's understand "int prot".
Instead of having to inspect 'prot' at every call site, make the Process
API's take care of that so we can just pass it through.
|
2019-05-30 16:14:37 +02:00 |
|
Andreas Kling
|
08926e59b3
|
Kernel: Add InodeFile, a File subclass for regular files.
Finally everything that can be held by a FileDescriptor actually inherits
from the File class.
|
2019-05-30 13:39:17 +02:00 |
|