index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
Makefile
Age
Commit message (
Expand
)
Author
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-03
LibC: Copy the net directory into /usr/include during build
Kenzi Jeanis
2020-02-02
LibC: Allow opting into malloc() and free() performance event logging
Andreas Kling
2020-01-13
LibC: Move even more methods and globals out of crt0.o
Andrew Kaster
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-01
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
LibC: Use LibELF in dlfcn.cpp to dynamically load libraries
Andrew Kaster
2020-01-01
LibC: Move __cxa_finalize and __cxa_atexit code to their own file
Andrew Kaster
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
LibC: Always install as part of the default target
Andreas Kling
2019-12-20
LibC: Make sure we build crt0.o
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-10-15
LibC: syslog and lots of compat stuff for it
Calvin Buckley
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
2019-08-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-13
LibC: Fix make target dependency that was breaking parallel make sometimes.
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling