| Commit message (Expand) | Author | Age | Files | Lines |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 1 | -1/+206 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -8/+4 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -2/+2 |
* | Fix a bug in which a page index was used where a byte offset was | jdp | 1998-10-01 | 1 | -2/+2 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -7/+7 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -18/+20 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | dfr | 1998-08-06 | 1 | -3/+3 |
* | Print pointers using %p instead of attempting to print them by | bde | 1998-07-14 | 1 | -14/+17 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+4 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -3/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -14/+14 |
* | Make flushing dirty pages work correctly on filesystems that | dyson | 1998-05-21 | 1 | -5/+7 |
* | An important fix for proper inheritance of backing objects for | dyson | 1998-05-16 | 1 | -2/+15 |
* | Fix the shm panic. I mistakenly used the shadow_count to keep the object | dyson | 1998-05-04 | 1 | -3/+3 |
* | Work around some VM bugs, the worst being an overly aggressive | dyson | 1998-05-04 | 1 | -15/+25 |
* | Another minor cleanup of the split code. Make sure that pages are | dyson | 1998-05-02 | 1 | -2/+15 |
* | Fix minor bug with new over used swap fix. | dyson | 1998-05-01 | 1 | -1/+2 |
* | Add a needed prototype, and fix a panic problem with the new | dyson | 1998-04-29 | 1 | -1/+4 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -110/+185 |
* | Fix a pseudo-swap leak problem. This mitigates "leaks" due to | dyson | 1998-04-28 | 1 | -14/+35 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -3/+6 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 1 | -7/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -2/+1 |
* | Staticize. | eivind | 1998-02-09 | 1 | -4/+4 |
* | Fix an argument to vn_lock. It appears that alot of the vn_lock usage | dyson | 1998-02-08 | 1 | -2/+2 |
* | 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 | -65/+11 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -3/+5 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -179/+104 |
* | Allow gdb to work again. | dyson | 1998-01-21 | 1 | -4/+6 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -135/+121 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -39/+115 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -32/+82 |
* | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | dyson | 1997-12-29 | 1 | -2/+1 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -5/+9 |
* | The ioopt code is still buggy, but wasn't fully disabled. | dyson | 1997-12-25 | 1 | -2/+3 |
* | Change bogus usage of btoc to atop. The incorrect usage of btoc was | dyson | 1997-12-19 | 1 | -13/+12 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -12/+302 |
* | Don't #define max() to get a version that works with vm_ooffset's. | bde | 1997-11-24 | 1 | -4/+2 |
* | Simplify map entries during user page wire and user page unwire operations in | tegge | 1997-11-14 | 1 | -14/+18 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+1 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -5/+1 |
* | Decrease the initial allocation for the zone allocations. | dyson | 1997-10-24 | 1 | -4/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -4/+9 |
* | Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection | jlemon | 1997-09-12 | 1 | -2/+3 |