Age | Commit message (Expand) | Author |
---|---|---|
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | 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 |