summaryrefslogtreecommitdiff
path: root/Userland/rm.cpp
AgeCommit message (Collapse)Author
2019-01-22Add 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.