Age | Commit message (Expand) | Author |
---|---|---|
2019-02-06 | Bootloader: Locate the kernel's data segment and clear it. | Andreas Kling |
2019-02-01 | Kernel: VFS::open/create should take base Inode& instead of InodeIdentifier. | Andreas Kling |
2019-02-01 | Kernel: mkdir() should use the containing directory's FS for inode creation. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-31 | Kernel: Include absolute paths of mount points in /proc/mounts | Andreas Kling |
2019-01-31 | Add uid and gid to CharacterDevices. | Andreas Kling |
2019-01-31 | Make stat() work on device files again. | Andreas Kling |
2019-01-30 | Deallocate PTY's when they close. | Andreas Kling |
2019-01-29 | Implement basic chmod() syscall and /bin/chmod helper. | Andreas Kling |
2019-01-28 | Add support for removing directories. | Andreas Kling |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling |