| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| * | MFC: 1.101 | Alan Cox | 1999-03-23 | 1 | -2/+3 |
| * | Backport from -4.x, unlock vnode before map lookup to avoid deadlock | Matthew Dillon | 1999-02-18 | 1 | -1/+13 |
| * | Backport from -4.x. We are supposed to wait while the page is busy before | Matthew Dillon | 1999-01-22 | 1 | -9/+24 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -2/+1 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -5/+3 |
| * | Add missing splvm protection around unqueue call. Without this, the page | David Greenman | 1998-11-25 | 1 | -4/+4 |
| * | Added a second argument, "activate" to the vm_page_unwire() call so that | David Greenman | 1998-10-28 | 1 | -3/+3 |
| * | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 1 | -2/+1 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 1 | -12/+12 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -10/+11 |
| * | Protect all modifications to paging_in_progress with splvm(). The i386 | Doug Rabson | 1998-08-06 | 1 | -3/+3 |
| * | Improved pager input failure message. | David Greenman | 1998-07-22 | 1 | -3/+3 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -2/+2 |
| * | Work around some VM bugs, the worst being an overly aggressive | John Dyson | 1998-05-04 | 1 | -2/+3 |
| * | Make vm_fault much cleaner by removing the evil macro inlines, and | John Dyson | 1998-03-07 | 1 | -220/+208 |
| * | 1) Use a more consistent page wait methodology. | John Dyson | 1998-03-01 | 1 | -6/+7 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+4 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -14/+5 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -170/+89 |
| * | Tie up some loose ends in vnode/object management. Remove an unneeded | John Dyson | 1998-01-17 | 1 | -40/+52 |
| * | Fix some vnode management problems, and better mgmt of vnode free list. | John Dyson | 1998-01-12 | 1 | -1/+3 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -11/+10 |
| * | Some performance improvements, and code cleanups (including changing our | John Dyson | 1997-12-19 | 1 | -2/+7 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -5/+1 |
| * | Fixed type mismatches for functions with args of type vm_prot_t and/or | Bruce Evans | 1997-08-25 | 1 | -6/+2 |
| * | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | Doug Rabson | 1997-05-19 | 1 | -2/+2 |
| * | Commit a typo fix that's been sitting in my tree for ages, quite forgotten. | Peter Wemm | 1997-04-06 | 1 | -2/+2 |
| * | Fix the gdb executable modify problem. Thanks to the detective work | John Dyson | 1997-04-06 | 1 | -9/+11 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -2/+3 |
| * | Change the map entry flags from bitfields to bitmasks. Allows | John Dyson | 1997-01-16 | 1 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Undo the collapse breakage (swap space usage problem.) | John Dyson | 1997-01-03 | 1 | -3/+1 |
| * | Guess what? We left alot of the old collapse code that is not needed | John Dyson | 1997-01-01 | 1 | -1/+3 |
| * | Superficial cleanup of comment. | John Dyson | 1996-12-29 | 1 | -2/+2 |
| * | Implement closer-to POSIX mlock semantics. The major difference is | John Dyson | 1996-12-14 | 1 | -2/+69 |
| * | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | John Dyson | 1996-11-30 | 1 | -8/+7 |
| * | Addition of page coloring support. Various levels of coloring are afforded. | John Dyson | 1996-09-08 | 1 | -2/+2 |
| * | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 1 | -6/+13 |
| * | Undo part of the scalability commit. Many of the changes | John Dyson | 1996-07-28 | 1 | -29/+15 |
| * | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 1 | -27/+34 |
| * | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | John Dyson | 1996-07-02 | 1 | -2/+2 |
| * | Various bugfixes/cleanups from me and others: | John Dyson | 1996-06-16 | 1 | -13/+19 |
| * | Move a case of PG_MAPPED being set before a pmap_enter(). This will likely | David Greenman | 1996-06-14 | 1 | -2/+2 |
| * | Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by | John Dyson | 1996-06-10 | 1 | -3/+7 |
| * | Adjust the threshold for blocking on movement of pages from the cache | John Dyson | 1996-06-08 | 1 | -5/+4 |
| * | Disable madvise optimizations for device pager objects (some of the | John Dyson | 1996-06-01 | 1 | -6/+9 |