summaryrefslogtreecommitdiffstats
path: root/vm/page.c
Commit message (Expand)AuthorAgeFilesLines
* add locking around file syscalls inside page tablemanuel2012-06-211-0/+5
* mark pages removed from page/mmap table as clearmanuel2012-06-211-2/+4
* use void* instead of uint8_t* in mmap/page table and fill in more of proj2manuel2012-06-211-1/+1
* full mmap implementationmanuel2012-06-211-4/+17
* initial implementation of memory mapped filesmanuel2012-06-211-36/+7
* add dynamic stack growingmanuel2012-06-191-30/+46
* implement page table and use it for lazy loading of segmentsmanuel2012-06-191-0/+147