Andreas Kling
|
19b9401487
Reduce kmalloc() traffic in directory iteration.
|
6 gadi atpakaļ |
Andreas Kling
|
ebf308d413
Make kernel build with clang.
|
6 gadi atpakaļ |
Andreas Kling
|
03a8357e84
Implement sending signals to blocked-in-kernel processes.
|
6 gadi atpakaļ |
Andreas Kling
|
83172e6a4b
Rename FileHandle to FileDescriptor.
|
6 gadi atpakaļ |
Andreas Kling
|
8f6998c902
Add SpinLock to IDE disk access.
|
6 gadi atpakaļ |
Andreas Kling
|
dec5683e9c
Snazz up the kprintf() output a bit by giving it its own color.
|
6 gadi atpakaļ |
Andreas Kling
|
8e640539ef
Add an inode metadata cache to the ext2fs implementation.
|
6 gadi atpakaļ |
Andreas Kling
|
b1ff62f605
Okay let's just not have this broken locking at all right now.
|
6 gadi atpakaļ |
Andreas Kling
|
e6284a8774
Fix broken SpinLock.
|
6 gadi atpakaļ |
Andreas Kling
|
1d4af51250
Add a VFS::absolutePath(InodeIdentifier).
|
6 gadi atpakaļ |
Andreas Kling
|
2716a9e2d7
Greatly improve /proc/PID/stack by tracing the ebp frame chain.
|
6 gadi atpakaļ |
Andreas Kling
|
eb4074bb9d
Put more logspam behind EXT2_DEBUG.
|
6 gadi atpakaļ |
Andreas Kling
|
bca4b71bfa
Lots of hacking to make a very simple "ls" utility.
|
6 gadi atpakaļ |
Andreas Kling
|
705832f387
List the root directory after mounting /.
|
6 gadi atpakaļ |
Andreas Kling
|
d2425495ca
VirtualFileSystem class builds inside Kernel.
|
6 gadi atpakaļ |
Andreas Kling
|
9171521752
Integrate ext2 from VFS into Kernel.
|
6 gadi atpakaļ |
Andreas Kling
|
8293a0ff36
Rework DiskDevice's read() and write() to be non-virtual wrappers.
|
6 gadi atpakaļ |
Andreas Kling
|
9cd0a34b5c
BlockDevice -> DiskDevice.
|
6 gadi atpakaļ |
Andreas Kling
|
f608629704
Implement creating a new directory.
|
6 gadi atpakaļ |
Andreas Kling
|
5c50d02c2e
Fix bug where allocating a new inode forgot that inodes are 1-based.
|
6 gadi atpakaļ |
Andreas Kling
|
47fc6344ac
Support the ext2 directory entry file_type field.
|
6 gadi atpakaļ |
Andreas Kling
|
9528edab92
Move readEntireInode() up to FileSystem (from ext2.)
|
6 gadi atpakaļ |
Andreas Kling
|
0286b5ea48
Add a "stat" command to test FileHandle::stat().
|
6 gadi atpakaļ |
Andreas Kling
|
c7c957966a
Implement SyntheticFileSystem::readInodeBytes().
|
6 gadi atpakaļ |
Andreas Kling
|
1f41a36c52
Add a Unix namespace for foo_t types.
|
6 gadi atpakaļ |
Andreas Kling
|
c6d6ba7512
Minor errno fixups.
|
6 gadi atpakaļ |
Andreas Kling
|
c94044a04a
Work on POSIX-like read() and lseek() support.
|
6 gadi atpakaļ |
Andreas Kling
|
fa3b11ac64
Parse out major/minor device from character and block device inodes.
|
6 gadi atpakaļ |
Andreas Kling
|
750b27cb07
Ext2FileSystem::readInode() should return an empty buffer for 0-length files.
|
6 gadi atpakaļ |
Andreas Kling
|
c2d42710bb
Fix build.
|
6 gadi atpakaļ |