| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs | cvs2svn | 1997-10-21 | 1 | -1/+1 |
| * | 1. Fix the vm_page_zero_count accounting. This should improve the | John Dyson | 1997-03-25 | 1 | -172/+241 |
| * | Move forward the inherit fix from copy on write segs from -current. | John Dyson | 1997-01-31 | 1 | -2/+10 |
| * | Move a missing object (panic fix) in vmspace_fork from -current | John Dyson | 1997-01-26 | 1 | -2/+13 |
| * | Merge from -current: vm_map_entry leak fix, John's vm_map coallesce fixes, | David Greenman | 1996-12-15 | 1 | -14/+32 |
| * | Attached vm ddb commands `show map', `show vmochk', `show object', | Bruce Evans | 1996-09-14 | 1 | -25/+27 |
| * | Fixed the use of the wrong variable in vm_map_madvise. | John Dyson | 1996-09-08 | 1 | -4/+4 |
| * | Improve the scalability of certain pmap operations. | John Dyson | 1996-09-08 | 1 | -2/+1 |
| * | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 1 | -77/+68 |
| * | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 1 | -68/+77 |
| * | In all special cases for spl or page_alloc where kmem_map is check for, | David Greenman | 1996-07-07 | 1 | -8/+8 |
| * | Various bugfixes/cleanups from me and others: | John Dyson | 1996-06-16 | 1 | -21/+14 |
| * | Fix some serious errors in vm_map_simplify_entries. | John Dyson | 1996-06-12 | 1 | -6/+7 |
| * | This commit is dual-purpose, to fix more of the pageout daemon | John Dyson | 1996-05-31 | 1 | -8/+2 |
| * | Make sure that pageout deadlocks cannot occur. There is a problem | John Dyson | 1996-05-29 | 1 | -2/+18 |
| * | Initial support for MADV_FREE, support for pages that we don't care | John Dyson | 1996-05-23 | 1 | -1/+2 |
| * | Initial support for mincore and madvise. Both are almost fully | John Dyson | 1996-05-19 | 1 | -1/+92 |
| * | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -131/+112 |
| * | Another sweep over the pmap/vm macros, this time with more focus on | Poul-Henning Kamp | 1996-05-03 | 1 | -2/+2 |
| * | Move the map entry allocations from the kmem_map to the kernel_map. As | John Dyson | 1996-04-29 | 1 | -4/+4 |
| * | Fixed a problem that the UPAGES of a process were being run down | John Dyson | 1996-04-03 | 1 | -7/+3 |
| * | VM performance improvements, and reorder some operations in VM fault | John Dyson | 1996-03-28 | 1 | -99/+106 |
| * | More map_simplify fixes from Alan Cox. This very significanly improves the | John Dyson | 1996-03-28 | 1 | -29/+28 |
| * | This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu) | John Dyson | 1996-03-13 | 1 | -36/+53 |
| * | Fix the map corruption problem that appears as a u_map allocation | John Dyson | 1996-03-12 | 1 | -25/+3 |
| * | Fix two problems: | John Dyson | 1996-03-09 | 1 | -2/+3 |
| * | Fix a problem that pages in a mapped region were not always | John Dyson | 1996-03-04 | 1 | -1/+17 |
| * | Remove the #ifdef notyet from the prototype of vm_map_simplify. John | Peter Wemm | 1996-03-03 | 1 | -3/+1 |
| * | 1) Eliminate unnecessary bzero of UPAGES. | John Dyson | 1996-03-02 | 1 | -39/+52 |
| * | Fixed a really bogus problem with msync ripping pages away from | John Dyson | 1996-02-11 | 1 | -8/+9 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -26/+36 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 1 | -1/+2 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -10/+21 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -32/+38 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+10 |
| * | Remove unused vars & funcs, make things static, protoize a little bit. | Poul-Henning Kamp | 1995-11-20 | 1 | -3/+1 |
| * | Moved vm_map_lock call to inside the splhigh protection in vm_map_find(). | David Greenman | 1995-11-12 | 1 | -2/+2 |
| * | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | John Dyson | 1995-10-23 | 1 | -3/+3 |
| * | Change vm_map_print() to have the correct number and type of args for | Bruce Evans | 1995-08-26 | 1 | -5/+10 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -393/+20 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -32/+32 |
| * | Moved some zero-initialized variables into .bss. Made code intended to be | David Greenman | 1995-04-16 | 1 | -3/+5 |
| * | Pass syncio flag to vm_object_clean(). It remains unimplemented, however. | David Greenman | 1995-03-25 | 1 | -4/+1 |
| * | Removed unused fifth argument to vm_object_page_clean(). Fixed bug with | David Greenman | 1995-03-22 | 1 | -8/+10 |
| * | Added a new boolean argument to vm_object_page_clean that causes it to | David Greenman | 1995-03-21 | 1 | -3/+3 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -2/+2 |
| * | Various changes from John and myself that do the following: | David Greenman | 1995-03-01 | 1 | -1/+2 |
| * | Set page alloced for map entries as valid. | David Greenman | 1995-02-21 | 1 | -1/+2 |
| * | Fixed problem with msync causing a panic. | David Greenman | 1995-02-14 | 1 | -17/+19 |
| * | swap_pager.c: | David Greenman | 1995-02-02 | 1 | -6/+23 |