Age | Commit message (Expand) | Author |
---|---|---|
2019-05-08 | Replace various copies of parse_uint(String) with String::to_uint(). | Andreas Kling |
2019-05-03 | Kernel: Make Socket inherit from File. | Andreas Kling |
2019-05-02 | Kernel: Assign Lock names in class member initializers. | Andreas Kling |
2019-04-29 | Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. | Andreas Kling |
2019-04-29 | Kernel: Make FIFO inherit from File. | Andreas Kling |
2019-04-28 | FileDescriptor: Let TTY handle its own absolute_path(). | Andreas Kling |
2019-04-24 | Kernel: Simplify Device::open(). | Andreas Kling |
2019-04-23 | Do a pass of compiler warning fixes. | Andreas Kling |
2019-04-20 | AK: Add String::copy(BufferType) helper. | Andreas Kling |
2019-04-16 | Kernel: Have TTY subclasses cache their tty_name/pts_name. | Andreas Kling |
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |
2019-04-03 | Kernel: Move TTY-related files into Kernel/TTY/. | Andreas Kling |