Age | Commit message (Expand) | Author |
---|---|---|
2019-06-13 | Kernel: Rename "descriptor" to "description" where appropriate. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-05-31 | Update Badge<T> instantiations to simply be {}. | Andreas Kling |
2019-04-29 | Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. | Andreas Kling |
2019-04-16 | Kernel: Have TTY subclasses cache their tty_name/pts_name. | Andreas Kling |
2019-04-03 | Kernel: Move TTY-related files into Kernel/TTY/. | Andreas Kling |