| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC implement kern.maxvnodes (primarily kern/vfs_subr.c 1.326), sync, | Matthew Dillon | 2001-11-03 | 1 | -0/+1 |
| * | MFC: pmap interface optimizations, optionally physically backed SYSVSHM. | Peter Wemm | 2000-08-04 | 1 | -1/+2 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -4/+4 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 1 | -2/+3 |
| * | Shrink "struct vm_object" by not spending a full 32 bits | Alan Cox | 1999-10-27 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Move the memory access behavior information provided by madvise | Alan Cox | 1999-08-01 | 1 | -6/+1 |
| * | Remove vm_object::last_read. It is used by the old swap pager, but | Alan Cox | 1999-07-16 | 1 | -2/+1 |
| * | Change the data type used to represent page color in the vm_object | Alan Cox | 1999-07-10 | 1 | -2/+2 |
| * | Remove vm_object::cache_count and vm_object::wired_count. They are | Alan Cox | 1999-06-20 | 1 | -3/+1 |
| * | Remove some unused function and variable declarations. | Alan Cox | 1999-06-19 | 1 | -4/+1 |
| * | Revamp vm_object_[q]collapse(). Despite the complexity of this patch, | Matthew Dillon | 1999-02-08 | 1 | -2/+1 |
| * | The vm_object structure is now somewhat smaller due to the removal | Matthew Dillon | 1999-01-21 | 1 | -1/+1 |
| * | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -16/+43 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -9/+24 |
| * | Protect all modifications to paging_in_progress with splvm(). The i386 | Doug Rabson | 1998-08-06 | 1 | -1/+12 |
| * | Fix the shm panic. I mistakenly used the shadow_count to keep the object | John Dyson | 1998-05-04 | 1 | -1/+2 |
| * | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -1/+3 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -1/+4 |
| * | Fix page prezeroing for SMP, and fix some potential paging-in-progress | John Dyson | 1998-02-25 | 1 | -1/+23 |
| * | 1) Start using a cleaner and more consistant page allocator instead | John Dyson | 1998-02-05 | 1 | -2/+1 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -1/+3 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -1/+3 |
| * | Tie up some loose ends in vnode/object management. Remove an unneeded | John Dyson | 1998-01-17 | 1 | -2/+2 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -7/+6 |
| * | Lots of improvements, including restructring the caching and management | John Dyson | 1997-12-29 | 1 | -7/+2 |
| * | Some performance improvements, and code cleanups (including changing our | John Dyson | 1997-12-19 | 1 | -3/+4 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -1/+2 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-01 | 1 | -3/+1 |
| * | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | John Dyson | 1997-08-05 | 1 | -1/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Clean up the rundown of the object backing a vnode. This should fix | John Dyson | 1996-10-17 | 1 | -1/+2 |
| * | Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed | Bruce Evans | 1996-10-15 | 1 | -4/+2 |
| * | Reviewed by: | John Dyson | 1996-09-28 | 1 | -1/+2 |
| * | Addition of page coloring support. Various levels of coloring are afforded. | John Dyson | 1996-09-08 | 1 | -1/+2 |
| * | Even though this looks like it, this is not a complex code change. | John Dyson | 1996-08-21 | 1 | -1/+2 |
| * | Initial support for mincore and madvise. Both are almost fully | John Dyson | 1996-05-19 | 1 | -1/+8 |
| * | 1) Eliminate unnecessary bzero of UPAGES. | John Dyson | 1996-03-02 | 1 | -1/+2 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -4/+1 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -12/+14 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -5/+1 |
| * | Greatly simplify the msync code. Eliminate complications in vm_pageout | John Dyson | 1995-11-05 | 1 | -1/+3 |
| * | Change vm_object_print() to have the correct number and type of args | Bruce Evans | 1995-08-26 | 1 | -2/+5 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -7/+7 |
| * | 1) Merged swpager structure into vm_object. | David Greenman | 1995-07-16 | 1 | -3/+7 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -41/+26 |
| * | Changed object hash list to be a list rather than a tailq. This saves | David Greenman | 1995-05-02 | 1 | -3/+3 |
| * | Changes from John Dyson and myself: | David Greenman | 1995-04-09 | 1 | -1/+3 |
| * | Removed unused fifth argument to vm_object_page_clean(). Fixed bug with | David Greenman | 1995-03-22 | 1 | -2/+2 |