| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -16/+16 |
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED and | dillon | 1999-01-24 | 1 | -2/+1 |
* | vm_map_split() used to dirty the page manually after calling | dillon | 1999-01-24 | 1 | -4/+13 |
* | Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to the | dillon | 1999-01-24 | 1 | -3/+3 |
* | Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug, | dillon | 1999-01-24 | 1 | -2/+7 |
* | The hash table used to be a table of doubly-link list headers ( two | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -148/+288 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -5/+5 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -22/+7 |
* | Update comments to routines in vm_page.c, most especially whether a | dillon | 1998-12-23 | 1 | -19/+106 |
* | Closed a small race condition between wiring/unwiring pages that involved | dg | 1998-11-11 | 1 | -4/+4 |
* | Fixed wrong comments in and about vm_page_deactivate(). | dg | 1998-10-28 | 1 | -13/+3 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -6/+14 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -5/+1 |
* | Nuked PG_TABLED flag. Replaced with m->object != NULL. | dg | 1998-10-21 | 1 | -8/+4 |
* | Add a diagnostic printf for freeing a wired page. This will eventually | dg | 1998-10-21 | 1 | -1/+2 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -11/+11 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -11/+11 |
* | Notify pmap when a page is freed on the alpha to allow it to clean up | dfr | 1998-07-26 | 1 | -1/+5 |
* | Cast pointers to [u]intptr_t instead of to [unsigned] long. | bde | 1998-07-15 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -4/+5 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Cleanup and remove some dead code from the initialization. | dyson | 1998-06-02 | 1 | -15/+5 |
* | Seatbelts for vm_page_bits() in case a file offset is passed in rather than | peter | 1998-05-02 | 1 | -2/+3 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -4/+4 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -1/+7 |
* | Some cruft left over from my megacommit. A page rotation optimization | dyson | 1998-03-08 | 1 | -7/+2 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -14/+41 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -10/+24 |
* | Staticize. | eivind | 1998-02-09 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -19/+94 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | contigalloc doesn't place the allocated page(s) into an object, and | dyson | 1998-01-31 | 1 | -3/+5 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -41/+82 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -7/+15 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -9/+29 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -1/+19 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -3/+8 |
* | Fix the "missing page" problem. Also, improve the performance of page | dyson | 1997-11-06 | 1 | -33/+74 |
* | Fix contigmalloc() and contigmalloc1() arguments. | phk | 1997-10-10 | 1 | -3/+3 |
* | Print correct function name in panics | peter | 1997-09-13 | 1 | -4/+4 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -2/+1 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -23/+1 |
* | Check the correct queue for waking up the pageout daemon. Specifically, | dyson | 1997-05-01 | 1 | -2/+2 |
* | Fix a significant error in the accounting for pre-zeroed pages. This | dyson | 1997-03-23 | 1 | -5/+6 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Provide an alternative interface to contigmalloc() which allows a specific | wollman | 1997-02-13 | 1 | -4/+19 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |