matos/core
Mathieu Maret 2b324ac62d Implement malloc with a working free 2024-01-29 22:43:26 +01:00
..
alloc.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
alloc.h alloc: no need from slab >= PAGE_SiZE 2022-07-29 00:17:52 +02:00
allocArea.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
allocArea.h malloc: fix recursivity with areaAlloc 2021-10-29 12:34:33 +02:00
assert.h Reduce assert stack depth 2021-11-03 23:37:44 +01:00
cpu_context.h Add support for syscall with more than 3 args 2021-11-09 14:14:06 +01:00
elf.c elf: move struct definition to header 2023-11-20 00:09:02 +01:00
elf.h elf: move struct definition to header 2023-11-20 00:09:02 +01:00
errno.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
io.h ATA add write and some test 2021-10-06 10:45:03 +02:00
kernel.h Add ATA 2021-10-03 23:19:00 +02:00
klibc.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
klibc.h Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
list.h Correct totologic warning 2023-02-01 13:26:53 +01:00
main.c Simplify partition setup 2023-11-20 00:15:50 +01:00
math.c Style: harmonize formatting 2020-04-27 00:14:51 +02:00
math.h Fix headers 2019-05-15 23:20:03 +02:00
mem.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
mem.h Correct ld variable type 2023-11-20 00:02:22 +01:00
minmax.h Get mem mapping from bootloader 2021-01-23 00:47:06 +01:00
mmuContext.h Integrate MMU context 2021-10-30 00:28:31 +02:00
multiboot.h Style: harmonize formatting 2020-04-27 00:14:51 +02:00
multiboot2.h Add partial multiboot2 support 2023-11-17 23:32:52 +01:00
process.c process: add name getter 2024-01-26 22:23:58 +01:00
process.h process: add name getter 2024-01-26 22:23:58 +01:00
ringbuffer.c Add locked ring buffer 2021-11-09 20:41:07 +01:00
ringbuffer.h Add locked ring buffer 2021-11-09 20:41:07 +01:00
segment.h Wrap IRQ, Exception, cpu_context to be ready for user 2021-10-27 00:14:22 +02:00
stack.c Correct some warnings 2024-01-26 22:53:39 +01:00
stack.h backtrace: print function name instead of addr 2023-11-20 00:12:58 +01:00
stdarg.h Fix brk api to match GLIC and add sbrk 2024-01-26 22:26:40 +01:00
synchro.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
synchro.h Add semaphore 2021-11-09 15:14:11 +01:00
syscall.c Rename Yolo syscall to Helo 2023-11-11 00:07:26 +01:00
syscall.h Rename Yolo syscall to Helo 2023-11-11 00:07:26 +01:00
thread.c Use format attribut and correct associated errors 2023-11-09 23:44:04 +01:00
thread.h Userspace with a syscall 2021-11-04 11:40:53 +01:00
time.c Add read_cycle_counter 2021-09-15 21:51:58 +02:00
time.h Add read_cycle_counter 2021-09-15 21:51:58 +02:00
types.h add context switch in thread 2021-11-02 21:24:12 +01:00
uaccess.c Various code fix 2023-11-08 21:00:38 +01:00
uaccess.h Add locked ring buffer 2021-11-09 20:41:07 +01:00
uaddrspace.c Implement malloc with a working free 2024-01-29 22:43:26 +01:00
uaddrspace.h OnDemand paging for heap 2022-09-03 23:32:31 +02:00
wait.c Add semaphore 2021-11-09 15:14:11 +01:00
wait.h Add semaphore 2021-11-09 15:14:11 +01:00