| Commit message (Expand) | Author | Age | Files | Lines |
* | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | dyson | 1996-10-29 | 1 | -2/+2 |
* | The way we get a vnode for swapdev is not quite kosher. In particular | phk | 1996-10-27 | 1 | -4/+18 |
* | Remove a bogus optimization in the mmap code. It is superfluous, | dyson | 1996-10-24 | 1 | -24/+5 |
* | Make processes waken up eligible for immediate swap-in. | dyson | 1996-10-17 | 1 | -3/+8 |
* | Clean up the rundown of the object backing a vnode. This should fix | dyson | 1996-10-17 | 2 | -2/+9 |
* | Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed | bde | 1996-10-15 | 1 | -4/+2 |
* | Move much of the machine dependent code from vm_glue.c into | dyson | 1996-10-15 | 3 | -110/+12 |
* | Remove a stale comment. | phk | 1996-10-13 | 1 | -2/+1 |
* | Removed __pure's and __pure2's. __pure is a no-op for recent versions | bde | 1996-10-12 | 2 | -10/+7 |
* | Make the default cache size optim to be 256K, the old default was | dyson | 1996-10-06 | 1 | -9/+10 |
* | Fix a problem with the page coloring code that the system will not always | dyson | 1996-10-06 | 1 | -3/+7 |
* | Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case. | bde | 1996-09-28 | 1 | -4/+3 |
* | Reviewed by: | dyson | 1996-09-28 | 4 | -84/+111 |
* | Fixed bug with reversed trunc/round_page() in madvise...start must be | dg | 1996-09-19 | 1 | -3/+3 |
* | Removed iprintf(). It was copied to db_iprintf() in ddb. | bde | 1996-09-15 | 2 | -40/+2 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 4 | -105/+113 |
* | The whole issue of not support VOP_LOCK for VBLK devices should be | dyson | 1996-09-10 | 1 | -3/+10 |
* | Fixed the use of the wrong variable in vm_map_madvise. | dyson | 1996-09-08 | 1 | -4/+4 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 10 | -109/+441 |
* | Improve the scalability of certain pmap operations. | dyson | 1996-09-08 | 1 | -2/+1 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 3 | -7/+14 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 11 | -362/+207 |
* | Slight performance tweak for previous commit. | dg | 1996-07-28 | 1 | -2/+3 |
* | Undo part of the scalability commit. Many of the changes | dyson | 1996-07-28 | 1 | -29/+15 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | dyson | 1996-07-27 | 1 | -23/+33 |
* | Clean up some lint. | dyson | 1996-07-27 | 1 | -3/+3 |
* | Remove experimental header file. My test-build must have picked it | dyson | 1996-07-27 | 1 | -1/+3 |
* | Missing (prototype) change from the previous commit. | dyson | 1996-07-27 | 1 | -2/+2 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 10 | -209/+365 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Back-off on the previous commit, specifically remove the look-ahead | dyson | 1996-07-08 | 1 | -11/+3 |
* | Fix a problem with the pageout daemon RSS limiting, where it degrades | dyson | 1996-07-08 | 1 | -21/+27 |
* | In all special cases for spl or page_alloc where kmem_map is check for, | dg | 1996-07-07 | 1 | -8/+8 |
* | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | dyson | 1996-07-02 | 3 | -6/+7 |
* | Make -current consistant with -stable regarding time that a process | dyson | 1996-06-30 | 1 | -2/+2 |
* | Make sure we have an object in the map entry before trying to trim pages | dg | 1996-06-29 | 1 | -2/+3 |
* | This commit does a couple of things: | dyson | 1996-06-26 | 4 | -136/+183 |
* | Fix some serious problems with limits checking in the sbrk(2)/brk(2) | dyson | 1996-06-25 | 1 | -13/+25 |
* | Remove RSS limiting until I rewrite the code to be non-recursive. The | dyson | 1996-06-24 | 1 | -9/+5 |
* | Improve algorithm for page hash queue. It was previously about | dyson | 1996-06-21 | 1 | -2/+2 |
* | Several bugfixes/improvements: | dyson | 1996-06-17 | 3 | -37/+52 |
* | Various bugfixes/cleanups from me and others: | dyson | 1996-06-16 | 6 | -90/+66 |
* | Move a case of PG_MAPPED being set before a pmap_enter(). This will likely | dg | 1996-06-14 | 1 | -2/+2 |
* | Fix a very significant cnt.v_wire_count leak in vm_page.c, and some | dyson | 1996-06-12 | 1 | -1/+2 |
* | Fix some serious errors in vm_map_simplify_entries. | dyson | 1996-06-12 | 1 | -6/+7 |
* | Mostly superficial code improvements, add a diagnostic. The | dyson | 1996-06-10 | 1 | -18/+23 |
* | Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by | dyson | 1996-06-10 | 1 | -3/+7 |
* | Adjust the threshold for blocking on movement of pages from the cache | dyson | 1996-06-08 | 3 | -9/+8 |
* | Keep page-table pages from ever being sensed as dirty. This should fix | dyson | 1996-06-05 | 2 | -72/+139 |
* | Disable madvise optimizations for device pager objects (some of the | dyson | 1996-06-01 | 1 | -6/+9 |