index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-22
Add getgid() and getpid() syscalls. Prep for LibC.
Andreas Kling
2018-10-22
Oops, StringImpl's "the empty string" global was not always initialized.
Andreas Kling
2018-10-18
Build ELFLoader into Kernel.
Andreas Kling
2018-10-17
Add size_t and ssize_t to kernel builds.
Andreas Kling
2018-10-17
Make VFS host build work again.
Andreas Kling
2018-10-17
VirtualFileSystem class builds inside Kernel.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Add the basic character devices to kernel.
Andreas Kling
2018-10-16
Start fixing up AK to work inside the kernel.
Andreas Kling
2018-10-16
Merge some features from gerbert into OwnPtr and RetainPtr.
Andreas Kling
2018-10-16
Reduce dependence on STL.
Andreas Kling
2018-10-16
Add String::substring().
Andreas Kling
2018-10-14
Fix HashTable::find() return iterator for items found in non-0 buckets.
Andreas Kling
2018-10-13
Start using WeakPtr for some of the WindowManager window pointers.
Andreas Kling
2018-10-13
Add WeakPtr/Weakable templates.
Andreas Kling
2018-10-13
Make SinglyLinkedList destruction actually work.
Andreas Kling
2018-10-13
Add HashMap::remove().
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-13
Add Vector::remove().
Andreas Kling
2018-10-13
Ext2FileSystem::readInode() should return an empty buffer for 0-length files.
Andreas Kling
2018-10-11
Support arbitrary pointer traits.
Andreas Kling
2018-10-11
AK::Buffer should not free unowned backing stores, duh.
Andreas Kling
2018-10-10
Run without SimpleMalloc locally for now.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling