Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling | |
This is quite nice, although I wish [[gnu::always_inline]] implied inline. Also "gnu::" is kind of a wart, but whatcha gonna do. | |||
2019-01-17 | Get rid of #ifdef SERENITY. We're past that phase of bootstrapping. | Andreas Kling | |
2018-11-09 | Build LibC and Userland with clang as well. | Andreas Kling | |
2018-10-31 | Add a kmalloc_eternal() for things that will never be destroyed. | Andreas Kling | |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling | |
With a bunch of LibC work to support the feature. LibC now initializes AK::StringImpl by default. It's now fine to use AK in LibC/Userland! :^) | |||
2018-10-26 | Implement /proc/PID/vm. | Andreas Kling | |
Refactored SyntheticFileSystem to maintain an arbitrary directory structure. ProcFileSystem creates a directory entry in /proc for each new process. | |||
2018-10-25 | ELFLoader should fail with an error message for unresolved symbols. | Andreas Kling | |
2018-10-22 | Import very modest Userland. | Andreas Kling | |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling | |
2018-10-16 | Start fixing up AK to work inside the kernel. | Andreas Kling | |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling | |