summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Collapse)AuthorAgeFilesLines
* add locking around file syscalls inside page tablemanuel2012-06-211-0/+5
|
* mark pages removed from page/mmap table as clearmanuel2012-06-212-4/+10
|
* use void* instead of uint8_t* in mmap/page table and fill in more of proj2manuel2012-06-214-5/+5
|
* full mmap implementationmanuel2012-06-214-35/+91
|
* initial implementation of memory mapped filesmanuel2012-06-214-54/+163
|
* add dynamic stack growingmanuel2012-06-192-47/+64
|
* implement page table and use it for lazy loading of segmentsmanuel2012-06-192-0/+188
|
* reorganize file structure to match the upstream requirementsmanuel2012-03-273-0/+11