banan-os/userspace/libraries
Bananymous e1c337a483 LibC: Fix compile and link flags
We were linking with -nostdlib and manually linked against libgcc. This
does not link with crtbegin and crtend which provides __dso_handle
preventing use of some global C++ constructors inside libc.

Now we just don't link against libc fixing this issue
2026-03-05 16:25:06 +02:00
..
LibAudio AudioServer: Handle multiple audio devices with multiple pins 2026-01-06 22:26:11 +02:00
LibC LibC: Fix compile and link flags 2026-03-05 16:25:06 +02:00
LibClipboard userspace: Implement LibClipboard and ClipboardServer 2025-11-18 05:40:36 +02:00
LibDEFLATE LibDEFLATE: Add GZip support 2026-02-21 04:03:11 +02:00
LibDL userspace: Add dummy libdl 2025-08-07 02:50:24 +03:00
LibELF Kernel: Add syscall-less clock_gettime 2026-01-08 17:13:59 +02:00
LibFont Kernel/LibC: Implement chroot 2025-08-11 14:07:37 +03:00
LibGUI LibGUI/WindowServer: Add fullscreen events 2026-02-23 16:06:48 +02:00
LibImage LibImage: Use LibDEFLATE instead of builtin DEFLATE decompressor 2025-10-28 05:50:19 +02:00
LibInput LibInput: Export keyboard layout keymaps 2026-02-23 16:06:48 +02:00
LibMath userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
LibPthread userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
LibQR userspace: Add LibQR 2025-10-28 05:50:19 +02:00
CMakeLists.txt userspace: Implement LibClipboard and ClipboardServer 2025-11-18 05:40:36 +02:00