Age | Commit message (Expand) | Author |
---|---|---|
2018-11-07 | Add some basic setgroups(), getgroups() and initgroups(). | Andreas Kling |
2018-10-26 | Implement /proc/PID/vm. | Andreas Kling |
2018-10-25 | Add a very naive block cache to the DiskBackedFileSystem. | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |
2018-10-14 | Fix HashTable::find() return iterator for items found in non-0 buckets. | Andreas Kling |
2018-10-13 | Add HashTable::remove() and fix a bug where ConstIterator would skip the first. | Andreas Kling |
2018-10-13 | Add a DoublyLinkedList template and start using it for HashTable. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |