Mark
|
e0f0087ccc
|
mman: rewrite physical memory manager
Better protection of reserved memory regions,
merged "pool" allocation functions into main
memory manager
|
2020-08-23 22:59:29 +03:00 |
|
Mark
|
ecf4262646
|
Separate notions of "thread" and "process"
|
2020-07-05 23:16:10 +03:00 |
|
Mark
|
927e639d3a
|
Add support for shared anonymous mappings
|
2020-04-13 12:28:22 +03:00 |
|
Mark
|
3621a567a8
|
Move amd64_* memory functions to mm_ namespace
|
2020-04-07 15:13:37 +03:00 |
|
Mark
|
c2c6a65af1
|
Add undefined behavior sanitization
|
2020-04-07 14:02:28 +03:00 |
|
Mark
|
7005c446f8
|
PoC shared memory implementation
|
2020-03-27 14:33:15 +02:00 |
|
Mark
|
d9595c7f62
|
Change project structure
|
2020-02-04 12:45:15 +02:00 |
|
Mark
|
d17c1ba115
|
Added execve() system call
|
2019-11-05 16:49:18 +02:00 |
|
Mark
|
6297d1bfb2
|
Bring old code here
|
2019-10-12 13:40:48 +03:00 |
|
Mark
|
71eeb5d282
|
Remove everything
|
2019-10-04 16:23:18 +03:00 |
|
Mark
|
789a3ee1a3
|
[amd64] Move arch/amd64 -> sys/amd64
|
2019-09-23 11:40:44 +03:00 |
|
Mark
|
f6c29e3414
|
[amd64] Implement kernelspace mm_space_t cloning
|
2019-09-22 12:06:59 +03:00 |
|
Mark
|
c1c00e3285
|
[doc] Add spec for vmalloc, add file headers
|
2019-09-18 17:30:53 +03:00 |
|
Mark
|
fb396e0010
|
Added mm_describe
|
2019-09-16 13:20:59 +03:00 |
|
Mark
|
256171f69a
|
Restructure source files
|
2019-09-16 12:40:00 +03:00 |
|