summaryrefslogtreecommitdiff
path: root/Libraries/LibC/Makefile
AgeCommit message (Expand)Author
2020-04-26AK: Add a simple and inefficient Base64 decoderAndreas Kling
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-03-28strace: Change implementation to use ptrace()Itamar
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-02-03LibC: Copy the net directory into /usr/include during buildKenzi Jeanis
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-01-13LibC: Move even more methods and globals out of crt0.oAndrew Kaster
2020-01-04LibELF+LibC: Split ELFDynamicObject into a Loader + ObjectAndrew Kaster
2020-01-01LibELF: Re-organize ELFDynamicObject::load and add PLT trampolineAndrew Kaster
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01LibC: Use LibELF in dlfcn.cpp to dynamically load librariesAndrew Kaster
2020-01-01LibC: Move __cxa_finalize and __cxa_atexit code to their own fileAndrew Kaster
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20LibC: Always install as part of the default targetAndreas Kling
2019-12-20LibC: Make sure we build crt0.oAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-11-28Kernel: Implement very simple kernel module loadingAndreas Kling
2019-10-15LibC: syslog and lots of compat stuff for itCalvin Buckley
2019-10-13LibC: Add some wchar functionsCalvin Buckley
2019-10-03LibC: Implement dirname() and basename()Sergey Bugaev
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
2019-09-05LibDraw: Add emoji support to the Font classSergey Bugaev
2019-08-10AK: Add a basic URL class to help us handle URL'sAndreas Kling
2019-07-29Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-13LibC: Fix make target dependency that was breaking parallel make sometimes.Andreas Kling
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling