summaryrefslogtreecommitdiff
path: root/VirtualFileSystem/Makefile
AgeCommit message (Expand)Author
2018-10-29Fix broken SpinLock.Andreas Kling
2018-10-16BlockDevice -> DiskDevice.Andreas Kling
2018-10-15Add a simple /dev/random.Andreas Kling
2018-10-14Work on POSIX-like read() and lseek() support.Andreas Kling
2018-10-14Add a simple /dev/full.Andreas Kling
2018-10-14Add basic character device support. Start with null and zero.Andreas Kling
2018-10-14Parse out major/minor device from character and block device inodes.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling