This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
1
You've already forked banan-os
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
766b8cd62e350d8d04d7a685f4d170ab2c380b28
banan-os
/
userspace
/
libraries
/
LibC
/
arch
/
x86_64
History
Bananymous
ebecbb69ec
LibC: Implement some mem* and str* functions in assembly
...
This made them a lot faster on modern cpus with optimized rep stos and rep movs
2025-01-14 22:50:46 +02:00
..
crt0.S
LibC: Make _init and _fini weak symbols
2024-09-11 14:39:07 +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: Define function sizes for setjmp and longjmp
2024-09-10 16:21:20 +03:00
string.S
LibC: Implement some mem* and str* functions in assembly
2025-01-14 22:50:46 +02:00