| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify vmspace initialization. The bcopy() of fields from the old | alc | 2004-07-24 | 1 | -11/+8 |
* | Semi-gratuitous change. Move two refcount operations to their own lines | peter | 2004-07-21 | 1 | -2/+4 |
* | Move the initialization and teardown of pmaps to the vmspace zone's | peter | 2004-07-21 | 1 | -3/+2 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 1 | -8/+0 |
* | Use MIN() macro rather than ulmin() inline, and fix stray tab | gallatin | 2004-06-28 | 1 | -3/+3 |
* | Fix alpha - the use of min() on longs was loosing the high bits and | gallatin | 2004-06-28 | 1 | -3/+3 |
* | Correct the tracking of various bits of the process's vmspace and vm_map | green | 2004-06-24 | 1 | -3/+44 |
* | Back out previous commit; it went to the wrong file. | des | 2004-05-25 | 1 | -8/+1 |
* | MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics but | des | 2004-05-25 | 1 | -1/+8 |
* | Correct two error cases in vm_map_unwire(): | alc | 2004-05-25 | 1 | -4/+5 |
* | To date, unwiring a fictitious page has produced a panic. The reason | alc | 2004-05-22 | 1 | -5/+13 |
* | Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down. | green | 2004-05-07 | 1 | -0/+1 |
* | In cases where a file was resident in memory mmap(..., PROT_NONE, ...) | alc | 2004-04-24 | 1 | -4/+5 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying | tjr | 2004-03-23 | 1 | -1/+2 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -2/+0 |
* | Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove() | alc | 2004-02-12 | 1 | -2/+2 |
* | - Locking for the per-process resource limits structure has eliminated | alc | 2004-02-05 | 1 | -3/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -9/+16 |
* | Drop the reference count on the old vmspace after fully switching the | jhb | 2004-02-02 | 1 | -2/+2 |
* | - Modify vm_object_split() to expect a locked vm object on entry and | alc | 2003-12-30 | 1 | -2/+0 |
* | Minor correction to revision 1.258: Use the proc pointer that is passed to | alc | 2003-12-26 | 1 | -2/+1 |
* | - Avoid a lock-order reversal between Giant and a system map mutex that | alc | 2003-11-19 | 1 | -2/+4 |
* | Changes to msync(2) | alc | 2003-11-14 | 1 | -2/+2 |
* | - The Open Group Base Specifications Issue 6 specifies that an munmap(2) | alc | 2003-11-10 | 1 | -14/+6 |
* | - Remove Giant from msync(2). Giant is still acquired by the lower layers | alc | 2003-11-09 | 1 | -0/+10 |
* | - Rename vm_map_clean() to vm_map_sync(). This better reflects the fact | alc | 2003-11-09 | 1 | -59/+5 |
* | - Move the implementation of OBJ_ONEMAPPING from vm_map_delete() to | alc | 2003-11-05 | 1 | -30/+24 |
* | Update avail_ssize for rstacks after growing them. | marcel | 2003-11-04 | 1 | -0/+1 |
* | Whitespace cleanup. | des | 2003-11-03 | 1 | -29/+29 |
* | - Increase the scope of the source object lock in vm_map_copy_entry(). | alc | 2003-11-03 | 1 | -5/+3 |
* | - Introduce and use vm_object_reference_locked(). Unlike | alc | 2003-11-02 | 1 | -1/+1 |
* | Fix two bugs introduced with the rstack functionality and specific to | marcel | 2003-10-31 | 1 | -1/+2 |
* | Corrections to revision 1.305 | alc | 2003-10-18 | 1 | -22/+36 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -0/+6 |
* | Part 2 of implementing rstacks: add the ability to create rstacks and | marcel | 2003-09-27 | 1 | -39/+55 |
* | Adjust the kmapentzone limit so that it takes into account the size of | silby | 2003-09-23 | 1 | -1/+3 |
* | Change the handling of the kernel and kmem objects in vm_map_delete(): In | alc | 2003-09-23 | 1 | -23/+18 |
* | Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for | marcel | 2003-08-30 | 1 | -80/+144 |
* | Remove GIANT_REQUIRED from vmspace_alloc(). | alc | 2003-08-13 | 1 | -1/+0 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -12/+39 |
* | Move the implementation of the vmspace_swap_count() (used only in | phk | 2003-07-18 | 1 | -37/+0 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 1 | -1/+74 |
* | Check the address provided to vm_map_stack() against the vm map's maximum, | alc | 2003-07-01 | 1 | -1/+2 |
* | Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD | alc | 2003-06-29 | 1 | -7/+19 |
* | Simple read-modify-write operations on a vm object's flags, ref_count, and | alc | 2003-06-27 | 1 | -4/+0 |
* | Remove a GIANT_REQUIRED on the kernel object that we no longer need. | alc | 2003-06-25 | 1 | -2/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Pass the vm object to vm_object_collapse() with its lock held. | alc | 2003-06-07 | 1 | -2/+2 |
* | Increase the scope of the vm_object lock in vm_map_delete(). | alc | 2003-04-30 | 1 | -12/+13 |