Age | Commit message (Expand) | Author |
---|---|---|
2021-04-18 | LibC+LibELF: Implement support for the dl_iterate_phdr helper | Gunnar Beutner |
2021-04-16 | Toolchain+LibC: Don't link LibC against crt0 | Gunnar Beutner |
2021-04-14 | LibPthread: Implement semaphore functions | Gunnar Beutner |
2021-03-21 | LibC: Add x86_64 Registers | Hendiadyoin1 |
2021-03-19 | CMake: Make libc.a self-contained | Itamar |
2021-03-09 | LibC: Add imaxdiv and lldiv | Mițca Dumitru |
2021-03-01 | LibC: Implement fenv.h | Mițca Dumitru |
2021-02-25 | LibC: Add x86_64 implementation of setjmp() and longjmp() | Andreas Kling |
2021-02-24 | LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC | Andreas Kling |
2021-02-15 | Meta: Make it possible to (somewhat) build the system inside Serenity | AnotherTest |
2021-02-15 | LibC+LibPthread: Implement pthread_atfork() | AnotherTest |
2021-02-15 | LibC: Stub out semaphore.h | AnotherTest |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |