aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-261-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
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-6/+6
* Submitted by: Alan Cox <alc@cs.rice.edu>Matthew Dillon1999-02-191-57/+8
* Fix non-fatal bug in vm_map_insert() which improperly clearedMatthew Dillon1999-02-121-42/+37
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-90/+25
* Submitted by: Alan CoxMatthew Dillon1999-02-031-7/+8
* This patch eliminates a pointless test from appearing twiceMatthew Dillon1999-02-011-5/+1
* Submitted by: Alan Cox <alc@cs.rice.edu>Julian Elischer1999-01-311-3/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-4/+4
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-7/+1
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLMatthew Dillon1999-01-241-5/+3
* General cleanup related to the new pager. We no longer have to worryMatthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-10/+41