Andreas Kling
|
f5a0b6961c
Fix mkdir with relative paths.
|
6 năm trước cách đây |
Andreas Kling
|
de4604ac95
Finally hook up the mkdir code to a syscall.
|
6 năm trước cách đây |
Andreas Kling
|
2529925fe9
Some more renaming:
|
6 năm trước cách đây |
Andreas Kling
|
eced5f11e3
Add CoreInode::reverse_lookup().
|
6 năm trước cách đây |
Andreas Kling
|
5f434bc00b
Add CoreInode::lookup() for directory lookups.
|
6 năm trước cách đây |
Andreas Kling
|
8fa2d7104a
More VFS cleanup.
|
6 năm trước cách đây |
Andreas Kling
|
396a32835b
A pass of style/naming cleanup in VFS.
|
6 năm trước cách đây |
Andreas Kling
|
c735c56e4c
More work on CoreInode.
|
6 năm trước cách đây |
Andreas Kling
|
26852a8363
Add metadata to CoreInode.
|
6 năm trước cách đây |
Andreas Kling
|
10c470e95f
Make page_in_from_vnode 2x faster.
|
6 năm trước cách đây |
Andreas Kling
|
19b9401487
Reduce kmalloc() traffic in directory iteration.
|
6 năm trước cách đây |
Andreas Kling
|
ebf308d413
Make kernel build with clang.
|
6 năm trước cách đây |
Andreas Kling
|
03a8357e84
Implement sending signals to blocked-in-kernel processes.
|
6 năm trước cách đây |
Andreas Kling
|
83172e6a4b
Rename FileHandle to FileDescriptor.
|
6 năm trước cách đây |
Andreas Kling
|
8f6998c902
Add SpinLock to IDE disk access.
|
6 năm trước cách đây |
Andreas Kling
|
dec5683e9c
Snazz up the kprintf() output a bit by giving it its own color.
|
6 năm trước cách đây |
Andreas Kling
|
8e640539ef
Add an inode metadata cache to the ext2fs implementation.
|
6 năm trước cách đây |
Andreas Kling
|
b1ff62f605
Okay let's just not have this broken locking at all right now.
|
6 năm trước cách đây |
Andreas Kling
|
e6284a8774
Fix broken SpinLock.
|
6 năm trước cách đây |
Andreas Kling
|
1d4af51250
Add a VFS::absolutePath(InodeIdentifier).
|
6 năm trước cách đây |
Andreas Kling
|
2716a9e2d7
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
|
6 năm trước cách đây |
Andreas Kling
|
eb4074bb9d
Put more logspam behind EXT2_DEBUG.
|
6 năm trước cách đây |
Andreas Kling
|
bca4b71bfa
Lots of hacking to make a very simple "ls" utility.
|
6 năm trước cách đây |
Andreas Kling
|
705832f387
List the root directory after mounting /.
|
6 năm trước cách đây |
Andreas Kling
|
d2425495ca
VirtualFileSystem class builds inside Kernel.
|
6 năm trước cách đây |
Andreas Kling
|
9171521752
Integrate ext2 from VFS into Kernel.
|
6 năm trước cách đây |
Andreas Kling
|
8293a0ff36
Rework DiskDevice's read() and write() to be non-virtual wrappers.
|
6 năm trước cách đây |
Andreas Kling
|
9cd0a34b5c
BlockDevice -> DiskDevice.
|
6 năm trước cách đây |
Andreas Kling
|
f608629704
Implement creating a new directory.
|
6 năm trước cách đây |
Andreas Kling
|
5c50d02c2e
Fix bug where allocating a new inode forgot that inodes are 1-based.
|
6 năm trước cách đây |