Age | Commit message (Expand) | Author |
---|---|---|
2019-02-22 | Move over to building all of userspace with i686-pc-serenity-g++. | Andreas Kling |
2018-12-03 | Implement basic support for times(). | Andreas Kling |
2018-12-02 | Use decltype(sizeof(void*)) as a facsimile for std::size_t. | Andreas Kling |
2018-12-02 | Make it possible to build the Kernel on a macOS host. | Andreas Kling |
2018-11-08 | Start working on memory-mapped files. | Andreas Kling |
2018-10-22 | Import very modest Userland. | Andreas Kling |
2018-10-22 | Add getgid() and getpid() syscalls. Prep for LibC. | 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-16 | Start fixing up AK to work inside the kernel. | Andreas Kling |
2018-10-16 | Reduce dependence on STL. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |