Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-22 | Add unlink() syscall and /bin/rm. | Andreas Kling | |
This patch adds most of the plumbing for working file deletion in Ext2FS. Directory entries are removed and inode link counts updated. We don't yet update the inode or block bitmaps, I will do that separately. |