Age | Commit message (Expand) | Author |
---|---|---|
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-02-07 | Kernel: Add proper locking to SynthFS and stop disabling interrupts. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | 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 |