Age | Commit message (Expand) | Author |
---|---|---|
2019-02-03 | Kernel: Oops, I mixed up st_dev and st_rdev in struct stat. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-31 | Make stat() work on device files again. | Andreas Kling |
2019-01-31 | Remove the last remaining #ifndef SERENITY blocks. | Andreas Kling |
2019-01-30 | Deallocate PTY's when they close. | Andreas Kling |
2019-01-30 | Add a String::format() and use that in place of ksprintf() in the Kernel. | Andreas Kling |
2019-01-23 | Kernel: Get rid of Unix namespace. | Andreas Kling |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling |