| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -2/+11 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -1/+1 |
* | vm_object_shadow: Remove an incorrect assertion. In obscure circumstances | alc | 2000-04-19 | 1 | -3/+0 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -3/+3 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -4/+0 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -4/+31 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Remove the last vestiges of "vm_map_t phys_map". It's been unused | alc | 1999-10-29 | 1 | -2/+0 |
* | Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsync | dillon | 1999-09-17 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove the declarations for "vm_map_t io_map". It's been unused | alc | 1999-08-15 | 1 | -3/+1 |
* | Remove the declarations for "vm_map_t u_map". It's been unused | alc | 1999-08-15 | 1 | -3/+1 |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -6/+16 |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -9/+11 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -2/+1 |
* | Remove vm_object::last_read. It is used by the old swap pager, but | alc | 1999-07-16 | 1 | -2/+1 |
* | Cleanup OBJ_ONEMAPPING management. | alc | 1999-07-11 | 1 | -2/+4 |
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 1 | -8/+10 |
* | Remove vm_object::cache_count and vm_object::wired_count. They are | alc | 1999-06-20 | 1 | -3/+1 |
* | Addendum to 1.155. Verify the existence of the object before checking | alc | 1999-05-30 | 1 | -2/+3 |
* | Avoid the creation of unnecessary shadow objects. | alc | 1999-05-28 | 1 | -1/+11 |
* | Remove prototypes for functions that don't exist anymore (vm_map.h). | alc | 1999-05-16 | 1 | -10/+14 |
* | Correct two optimization errors in vm_object_page_remove: | alc | 1999-03-14 | 1 | -3/+4 |
* | Remove unnecessary page protects on map_split and collapse operations. | dillon | 1999-02-24 | 1 | -3/+4 |
* | Fix a bug in the new madvise() code that would possibly (improperly) | dillon | 1999-02-15 | 1 | -24/+12 |
* | Minor optimization to madvise() MADV_FREE to make page as freeable as | dillon | 1999-02-12 | 1 | -1/+7 |
* | Fix non-fatal bug in vm_map_insert() which improperly cleared | dillon | 1999-02-12 | 1 | -18/+12 |
* | Revamp vm_object_[q]collapse(). Despite the complexity of this patch, | dillon | 1999-02-08 | 1 | -208/+235 |
* | General cleanup. Remove #if 0's and remove useless register qualifiers. | dillon | 1999-02-08 | 1 | -79/+34 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -3/+3 |
* | When shadowing objects, adjust the page coloring of the shadowing object | dillon | 1999-02-07 | 1 | -1/+6 |
* | 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 | 1 | -2/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -5/+5 |
* | Depreciate vm_object_pmap_copy() - nobody uses it. Everyone uses | dillon | 1999-01-24 | 1 | -2/+14 |
* | object->id was badly implemented. It has simply been removed. | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -103/+143 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -7/+7 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -20/+14 |
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -1/+3 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 1 | -3/+1 |
* | Added needed splvm() protection around object page traversal in | dg | 1998-10-27 | 1 | -1/+4 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -5/+2 |
* | Oops, revert part of last fix. vm_pager_dealloc() can't be called until | dg | 1998-10-23 | 1 | -7/+8 |
* | Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc | dg | 1998-10-23 | 1 | -8/+10 |
* | Make the VM system handle the case where a terminating object contains | dg | 1998-10-22 | 1 | -43/+31 |
* | Be more selctive about when we clear p->valid. | dg | 1998-09-28 | 1 | -3/+5 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -25/+25 |