Age | Commit message (Expand) | Author |
---|---|---|
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-01-31 | Add uid and gid to CharacterDevices. | Andreas Kling |
2019-01-30 | Deallocate PTY's when they close. | Andreas Kling |
2019-01-30 | Add a /dev/pts filesystem and make PTY allocation dynamic. | Andreas Kling |
2019-01-19 | Coding style fixes in AK. | Andreas Kling |
2019-01-16 | Add a PTY multiplexer (/dev/ptmx) device. | Andreas Kling |