| Commit message (Expand) | Author | Age | Files | Lines |
* | When shadowing objects, adjust the page coloring of the shadowing object | dillon | 1999-02-07 | 1 | -1/+6 |
* | Add hysteresis to the 'swap_pager_getswapspace; failed' console message. | dillon | 1999-02-06 | 1 | -5/+9 |
* | The elf loader sets the permissions on bss to VM_PROT_READ|VM_PROT_WRITE | dillon | 1999-02-05 | 1 | -2/+2 |
* | Fix bug in a KASSERT I introduced in vm_page_qcollapse() rev 1.139. | dillon | 1999-02-04 | 1 | -17/+40 |
* | Submitted by: Alan Cox | dillon | 1999-02-03 | 2 | -9/+11 |
* | This patch eliminates a pointless test from appearing twice | dillon | 1999-02-01 | 1 | -5/+1 |
* | Submitted by: Alan Cox <alc@cs.rice.edu> | julian | 1999-01-31 | 1 | -3/+4 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 3 | -25/+25 |
* | Remove unintended trigraph sequences in comments for -Wall | dillon | 1999-01-27 | 1 | -2/+2 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 4 | -19/+9 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -12/+2 |
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED and | dillon | 1999-01-24 | 1 | -2/+1 |
* | Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL | dillon | 1999-01-24 | 4 | -12/+10 |
* | vm_map_split() used to dirty the page manually after calling | dillon | 1999-01-24 | 1 | -4/+13 |
* | Add vm_page_dirty() inline with PQ_CACHE sanity check | dillon | 1999-01-24 | 1 | -1/+20 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 7 | -33/+31 |
* | Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to the | dillon | 1999-01-24 | 1 | -3/+3 |
* | Added warning printf ( needs INVARIANTS ) when busy cache page is found | dillon | 1999-01-24 | 1 | -1/+4 |
* | It is possible for a page in the cache to be busy. vm_pageout.c was not | dillon | 1999-01-24 | 1 | -1/+5 |
* | Add invariants to vm_page_busy() and vm_page_wakeup() to check for | dillon | 1999-01-24 | 1 | -1/+12 |
* | Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug, | dillon | 1999-01-24 | 1 | -2/+7 |
* | Depreciate vm_object_pmap_copy() - nobody uses it. Everyone uses | dillon | 1999-01-24 | 1 | -2/+14 |
* | Get rid of unused old_m in vm_fault. Add INVARIANTS to test whether | dillon | 1999-01-24 | 1 | -4/+13 |
* | Reenable John Dyson's low-memory VM_WAIT code for page reactivations out | dillon | 1999-01-23 | 1 | -7/+13 |
* | Mainly changes to support the new swapper. The big adjustment is that | dillon | 1999-01-21 | 1 | -1/+1 |
* | Move many of the vm_pager_*() functions from vm_pager.c to inlines in | dillon | 1999-01-21 | 1 | -1/+1 |
* | Move many of the vm_pager_*() functions from vm_pager.c to inlines in | dillon | 1999-01-21 | 1 | -1/+1 |
* | Reorganized some of the low memory testing code to make it more useful. | dillon | 1999-01-21 | 1 | -1/+1 |
* | The TAILQ hashq has been turned into a singly-linked=list link, | dillon | 1999-01-21 | 1 | -1/+1 |
* | The hash table used to be a table of doubly-link list headers ( two | dillon | 1999-01-21 | 1 | -1/+1 |
* | The vm_object structure is now somewhat smaller due to the removal | dillon | 1999-01-21 | 1 | -1/+1 |
* | object->id was badly implemented. It has simply been removed. | dillon | 1999-01-21 | 1 | -1/+1 |
* | Objects associated with raw devices are no longer counted in the VM stats | dillon | 1999-01-21 | 1 | -1/+1 |
* | General cleanup related to the new pager. We no longer have to worry | dillon | 1999-01-21 | 1 | -1/+1 |
* | Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup() | dillon | 1999-01-21 | 1 | -1/+1 |
* | Removed low-memory blockages at fork. This is the wrong place to put | dillon | 1999-01-21 | 1 | -1/+1 |
* | Mainly cleanup. Removed some inappropriate low-memory handling code | dillon | 1999-01-21 | 1 | -1/+1 |
* | The default_pager's interaction with the swap_pager has been reorganized, | dillon | 1999-01-21 | 2 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 20 | -1796/+2547 |
* | KNFize, by bde. | eivind | 1999-01-10 | 6 | -28/+27 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 8 | -74/+42 |
* | Changes to the LINUX_THREADS support to only allocate extra memory for | julian | 1999-01-07 | 1 | -1/+10 |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 4 | -4/+235 |
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -1/+3 |
* | Don't free swap in swap_pager_getpages(): this code probably cause the | dt | 1998-12-29 | 1 | -23/+1 |
* | Update comments to routines in vm_page.c, most especially whether a | dillon | 1998-12-23 | 1 | -19/+106 |
* | Fix two bogons created by 'patch(1)' in my last commit. | julian | 1998-12-19 | 1 | -6/+8 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+8 |
* | Don't disable mmap with large file offset. | dt | 1998-12-09 | 1 | -3/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |