Rename ram_pages to init_ram_pages.
[pintos-anon] / src / userprog / pagedir.c
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2006-11-11 Ben PfaffAdd memory clobbers to several asm statements,
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-20 Ben PfaffFix line wrapping.
2006-04-13 Ben PfaffImprove wording.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-04 Ben PfaffTypo in comment.
2005-12-21 Ben PfaffClarify function comment.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-02-24 Ben Pfaffactive_pd() should return a virtual address. Thanks...
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComments.
2004-10-20 Ben PfaffFix bug in pagedir_get_page(): didn't apply uaddr page...
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-26 Ben PfaffAdd some more features to pagedir.
2004-09-23 Ben PfaffRewrite page allocator to support multi-page allocations.
2004-09-22 Ben PfaffFix assertion.
2004-09-22 Ben PfaffMove most process destruction earlier.
2004-09-22 Ben PfaffMake lookup_page() just return null for uaddr >= PHYS_BASE.
2004-09-21 Ben PfaffComments.
2004-09-20 Ben PfaffMake pagedir_destroy(NULL) a no-op.
2004-09-20 Ben PfaffAdd some `const' qualifiers.
2004-09-18 Ben PfaffOnly destroy pages up to PHYS_BASE.
2004-09-16 Ben PfaffMove pagedir stuff into userprog.