aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-14/+0
* MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-021-0/+14
* MFC 1.213, fix mmap/msync bug which can panic the kernelMatthew Dillon2002-03-081-1/+4
* MFC: Fix locking violations during page wiring.Tor Egge2001-11-101-3/+32
* MFC:Paul Saab2001-11-031-3/+3
* MFC don't let pmap_object_init_pt() exhaust all available freeMatthew Dillon2001-11-031-1/+1
* MFC the two out-of-swap fixes (kill the correct process and start blastingMatthew Dillon2001-06-131-0/+35
* MFC lock reversal fix related to threaded programs.Matthew Dillon2001-03-141-0/+3
* MFC 1.196 - undo a small piece of 1.194 to temporarily work aroundMatthew Dillon2001-03-141-0/+7
* MFC: 1.195 Fix panic that occurs when mmap(2) is used with MAP_INHERIT.Ian Dowse2001-03-091-0/+4
* MFC Tor's buffer cache fixes. This turns buffer_map into a system map,Matthew Dillon2001-02-091-10/+31
* MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.Tor Egge2000-11-201-0/+2
* MFC: various minor spelling fixesPeter Wemm2000-08-021-1/+1
* MFC 1.190 - fix bug in madvise MADV_WILLNEEDMatthew Dillon2000-05-151-1/+5
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-281-1/+11
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-1/+7
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. TheMatthew Dillon2000-01-211-25/+29
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-121-2/+15
* Remove nonsensical vm_map_{clear,set}_recursive() callsAlan Cox1999-11-251-3/+0
* Correct the following error: vm_map_pageable() on a COW'ed (post-fork)Alan Cox1999-11-231-4/+5
* Remove unused #include's.Alan Cox1999-11-071-1/+0
* The functions declared by this header file no longer exist.Alan Cox1999-11-071-1/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-2/+0
* cleanup madvise code, add a few more sanity checks.Matthew Dillon1999-09-211-47/+71
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* vm_map_madvise:Alan Cox1999-08-131-60/+85
* vm_map_madvise:Alan Cox1999-08-101-17/+3
* Move the memory access behavior information provided by madviseAlan Cox1999-08-011-7/+7
* Fix the following problem:Alan Cox1999-07-211-1/+3
* Cleanup OBJ_ONEMAPPING management.Alan Cox1999-07-111-13/+1
* Fix some int/long printf problems for the AlphaPeter Wemm1999-07-011-2/+2
* vm_map_growstack uses vmspace::vm_ssize as though it containedAlan Cox1999-06-171-6/+6
* vm_map_insert sometimes extends an existing vm_map entry, rather thanAlan Cox1999-06-171-3/+7
* Move vm_map_stack and vm_map_growstack after the definitionAlan Cox1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.Alan Cox1999-06-171-6/+2
* vm_map_protect:Alan Cox1999-06-121-2/+2
* Avoid the creation of unnecessary shadow objects.Alan Cox1999-05-281-3/+9
* vm_map_insert:Alan Cox1999-05-181-47/+38
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,Alan Cox1999-05-171-1/+6
* Remove prototypes for functions that don't exist anymore (vm_map.h).Alan Cox1999-05-161-7/+4
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.Alan Cox1999-05-141-5/+3
* Two changes to vm_map_delete:Alan Cox1999-04-041-13/+10
* Mainly, eliminate the comments about share maps. (We don't have share mapsAlan Cox1999-03-271-33/+7
* Two changes:Alan Cox1999-03-211-19/+24
* Two changes:Alan Cox1999-03-151-10/+5
* Remove (redundant) map timestamp increments from some properlyAlan Cox1999-03-091-6/+1
* Remove an unused variable from vmspace_fork.Alan Cox1999-03-081-3/+1
* Change vm_map_growstack to acquire and hold a read lock (instead of a writeAlan Cox1999-03-071-11/+17
* Remove the last of the share map code: struct vm_map::is_main_map.Alan Cox1999-03-021-13/+9
* Remove unnecessary page protects on map_split and collapse operations.Matthew Dillon1999-02-241-2/+4