| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -26/+36 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -10/+21 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -32/+38 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+10 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -3/+1 |
* | Moved vm_map_lock call to inside the splhigh protection in vm_map_find(). | dg | 1995-11-12 | 1 | -2/+2 |
* | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | dyson | 1995-10-23 | 1 | -3/+3 |
* | Change vm_map_print() to have the correct number and type of args for | bde | 1995-08-26 | 1 | -5/+10 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -393/+20 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -32/+32 |
* | Moved some zero-initialized variables into .bss. Made code intended to be | dg | 1995-04-16 | 1 | -3/+5 |
* | Pass syncio flag to vm_object_clean(). It remains unimplemented, however. | dg | 1995-03-25 | 1 | -4/+1 |
* | Removed unused fifth argument to vm_object_page_clean(). Fixed bug with | dg | 1995-03-22 | 1 | -8/+10 |
* | Added a new boolean argument to vm_object_page_clean that causes it to | dg | 1995-03-21 | 1 | -3/+3 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+2 |
* | Various changes from John and myself that do the following: | dg | 1995-03-01 | 1 | -1/+2 |
* | Set page alloced for map entries as valid. | dg | 1995-02-21 | 1 | -1/+2 |
* | Fixed problem with msync causing a panic. | dg | 1995-02-14 | 1 | -17/+19 |
* | swap_pager.c: | dg | 1995-02-02 | 1 | -6/+23 |
* | Added ability to detect sequential faults and DTRT. (swap_pager.c) | dg | 1995-01-24 | 1 | -2/+3 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -3/+3 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -820/+757 |
* | Fixed multiple bogons with the map entry handling. | dg | 1994-12-18 | 1 | -8/+8 |
* | Fixed bug where statically allocated map entries might be freed to the | dg | 1994-12-18 | 1 | -4/+7 |
* | Protect kmem_map modifications with splhigh() to work around a problem with | dg | 1994-12-15 | 1 | -3/+19 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -11/+14 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -5/+1 |
* | Added some code that was accidently left out early in the 1.x -> 2.0 VM | dg | 1994-08-04 | 1 | -1/+10 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -1/+3 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -36/+91 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+2626 |