| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -8/+24 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -3/+1 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-01 | 1 | -3/+3 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -3/+2 |
* | Kill some stale leftovers from the earlier attempts at SMP per-cpu pages | peter | 1997-06-22 | 1 | -6/+1 |
* | Remove a window during running down a file vnode. Also, the OBJ_DEAD | dyson | 1997-06-22 | 1 | -1/+4 |
* | Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed | peter | 1997-05-29 | 1 | -1/+2 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -6/+13 |
* | Make MADV_FREE work better. Specifically, it did not wait for | dyson | 1997-01-20 | 1 | -13/+46 |
* | Change the map entry flags from bitfields to bitmasks. Allows | dyson | 1997-01-16 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Undo the collapse breakage (swap space usage problem.) | dyson | 1997-01-03 | 1 | -7/+1 |
* | Guess what? We left alot of the old collapse code that is not needed | dyson | 1997-01-01 | 1 | -0/+6 |
* | A very significant improvement in the management of process maps | dyson | 1996-12-31 | 1 | -3/+8 |
* | Reviewed by: | dyson | 1996-09-28 | 1 | -2/+3 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 1 | -38/+47 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -5/+99 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -4/+10 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -4/+3 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -3/+4 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 1 | -41/+11 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 1 | -2/+3 |
* | Eliminate inefficient check for dirty pages for pages in the PQ_CACHE | dyson | 1996-05-24 | 1 | -1/+14 |
* | Initial support for MADV_FREE, support for pages that we don't care | dyson | 1996-05-23 | 1 | -56/+12 |
* | After reviewing the previous commit to vm_object, the page protection | dyson | 1996-05-21 | 1 | -3/+1 |
* | Don't protect non-managed pages off during object rundown. This fixes | dyson | 1996-05-21 | 1 | -2/+3 |
* | Initial support for mincore and madvise. Both are almost fully | dyson | 1996-05-19 | 1 | -1/+66 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -36/+49 |
* | This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K). | dyson | 1996-04-24 | 1 | -6/+9 |
* | Revert to previous calculation of vm_object_cache_max: it simply works | dg | 1996-03-29 | 1 | -2/+2 |
* | VM performance improvements, and reorder some operations in VM fault | dyson | 1996-03-28 | 1 | -2/+5 |
* | For Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -2/+2 |
* | 1) Eliminate unnecessary bzero of UPAGES. | dyson | 1996-03-02 | 1 | -9/+22 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -57/+109 |
* | Convert DDB to new-style option. | wollman | 1996-01-04 | 1 | -1/+2 |
* | Increased vm_object_cache_max by about 50% to yield better utilization of | dg | 1996-01-04 | 1 | -2/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -16/+24 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -97/+72 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+9 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 1 | -5/+17 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -15/+6 |
* | Greatly simplify the msync code. Eliminate complications in vm_pageout | dyson | 1995-11-05 | 1 | -110/+61 |
* | First phase of removing the PG_COPYONWRITE flag, and an architectural | dyson | 1995-10-23 | 1 | -10/+1 |
* | Change vm_object_print() to have the correct number and type of args | bde | 1995-08-26 | 1 | -3/+6 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -3/+1 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -4/+8 |
* | 1) Merged swpager structure into vm_object. | dg | 1995-07-16 | 1 | -8/+13 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -569/+177 |