banan-os/userspace/libraries/LibC/arch/x86_64
Bananymous 1d6c08478d LibC: Fix sigsetjmp
the call from C sigsetjmp messed up rbp, now sigsetjmp is also written
in assembly.

I did not test the 32 bit code, just ported the tested 64 bit version
over :D
2025-08-21 02:52:49 +03:00
..
crt0.S Kernel/LibC/DynamicLoader: Update process start ABI 2025-04-15 23:05:52 +03:00
crti.S Kernel/LibC: Add support for init_array and fini_array 2024-08-27 00:47:03 +03:00
crtn.S Kernel/LibC: Add support for init_array and fini_array 2024-08-27 00:47:03 +03:00
setjmp.S LibC: Fix sigsetjmp 2025-08-21 02:52:49 +03:00
string.S LibC: Cleanup memmove and memcpy for x86_64 2025-08-16 14:05:21 +03:00