Bananymous
|
543bb3cc4b
|
LibC: Rework malloc locking add proper realloc
|
2025-04-21 20:29:28 +03:00 |
Bananymous
|
cc2b4967ea
|
LibC: Make malloc thread safe with pthread_spinlock
|
2025-04-15 23:05:52 +03:00 |
Bananymous
|
3721dadd72
|
LibC: Make stdio and malloc initialization constructors
|
2025-04-15 22:01:57 +03:00 |
Bananymous
|
7542e55cb2
|
LibC: Add option to debug userspace malloc family calls
|
2024-11-10 14:03:25 +02:00 |
Bananymous
|
2c520391eb
|
Kernel/LibC: Add support for init_array and fini_array
|
2024-08-27 00:47:03 +03:00 |
Bananymous
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |