Andreas Kling
|
1e07ead119
Get rid of Ext2FS::is_directory_inode().
|
há 6 anos atrás |
Andreas Kling
|
04ee693925
Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere.
|
há 6 anos atrás |
Andreas Kling
|
8a71303827
Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere.
|
há 6 anos atrás |
Andreas Kling
|
ec1c487dcd
Yet another pass of style fixes.
|
há 6 anos atrás |
Andreas Kling
|
ed7ae6c02c
Add sync() syscall and a /bin/sync.
|
há 6 anos atrás |
Andreas Kling
|
d0f06e5f3f
Automatically call Inode::flush_metadata() before an Inode is destroyed.
|
há 6 anos atrás |
Andreas Kling
|
1f44cd9dd9
Reworked Inode to have a dirty bit and subclass-implemented flush_metadata().
|
há 6 anos atrás |
Andreas Kling
|
d506c857ab
Rename CoreInode to Inode.
|
há 6 anos atrás |
Andreas Kling
|
038d8641f9
Implement utime() along with a naive /bin/touch.
|
há 6 anos atrás |
Andreas Kling
|
ca6847b5bb
Import a simple text editor I started working on.
|
há 6 anos atrás |
Andreas Kling
|
aff89d2fd7
Yet more coding style fixes.
|
há 6 anos atrás |
Andreas Kling
|
d824442e3e
Get rid of deprecated_enumerateDirectoryInode.
|
há 6 anos atrás |
Andreas Kling
|
407bb3e76e
Some coding style fixes. I'm getting more comfortable with this style.
|
há 6 anos atrás |
Andreas Kling
|
85b886c2e0
Make it possible to build the Kernel on a macOS host.
|
há 6 anos atrás |
Andreas Kling
|
f5a0b6961c
Fix mkdir with relative paths.
|
há 6 anos atrás |
Andreas Kling
|
de4604ac95
Finally hook up the mkdir code to a syscall.
|
há 6 anos atrás |
Andreas Kling
|
2529925fe9
Some more renaming:
|
há 6 anos atrás |
Andreas Kling
|
eced5f11e3
Add CoreInode::reverse_lookup().
|
há 6 anos atrás |
Andreas Kling
|
5f434bc00b
Add CoreInode::lookup() for directory lookups.
|
há 6 anos atrás |
Andreas Kling
|
8fa2d7104a
More VFS cleanup.
|
há 6 anos atrás |
Andreas Kling
|
396a32835b
A pass of style/naming cleanup in VFS.
|
há 6 anos atrás |
Andreas Kling
|
c735c56e4c
More work on CoreInode.
|
há 6 anos atrás |
Andreas Kling
|
26852a8363
Add metadata to CoreInode.
|
há 6 anos atrás |
Andreas Kling
|
10c470e95f
Make page_in_from_vnode 2x faster.
|
há 6 anos atrás |
Andreas Kling
|
19b9401487
Reduce kmalloc() traffic in directory iteration.
|
há 6 anos atrás |
Andreas Kling
|
ebf308d413
Make kernel build with clang.
|
há 6 anos atrás |
Andreas Kling
|
03a8357e84
Implement sending signals to blocked-in-kernel processes.
|
há 6 anos atrás |
Andreas Kling
|
83172e6a4b
Rename FileHandle to FileDescriptor.
|
há 6 anos atrás |
Andreas Kling
|
8f6998c902
Add SpinLock to IDE disk access.
|
há 6 anos atrás |
Andreas Kling
|
dec5683e9c
Snazz up the kprintf() output a bit by giving it its own color.
|
há 6 anos atrás |