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