summaryrefslogtreecommitdiff
path: root/VirtualFileSystem/FullDevice.h
AgeCommit message (Expand)Author
2019-01-23Move VFS sources into Kernel/.Andreas Kling
2019-01-21Kernel: Make /proc/PID/fds display something useful for character devices.Andreas Kling
2019-01-16Pass the process to CharacterDevice::read/write.Andreas Kling
2019-01-16Rename CharacterDevice::has_data_available_for_reading() -> can_read().Andreas Kling
2019-01-15Allow character devices to block write attempts until there is more space.Andreas Kling
2019-01-14Start refactoring the windowing system to use an event loop.Andreas Kling
2018-12-03More coding style changes.Andreas Kling
2018-12-02Make it possible to build the Kernel on a macOS host.Andreas Kling
2018-10-31Add a kmalloc_eternal() for things that will never be destroyed.Andreas Kling
2018-10-25Implement a basic way for read() to block.Andreas Kling
2018-10-14Add a Unix namespace for foo_t types.Andreas Kling
2018-10-14Add a simple /dev/full.Andreas Kling