Age | Commit message (Expand) | Author |
---|---|---|
2019-02-08 | Kernel: Break retain cycle between Inode and VMObject. | Andreas Kling |
2019-02-07 | Kernel: When a lock is busy, donate remaining process ticks to lock holder. | Andreas Kling |
2019-02-06 | Bootloader: Locate the kernel's data segment and clear it. | Andreas Kling |
2019-02-05 | Kernel: Invalidate file-backed VMO's when inodes are written. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-28 | VFS: Resolve FIXME in Inode::read_entire() about using dynamic allocation. | Andreas Kling |
2019-01-28 | Add support for removing directories. | Andreas Kling |
2019-01-23 | Kernel: Get rid of Unix namespace. | Andreas Kling |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling |