summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. Thedillon2000-01-211-25/+29
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-2/+15
* Remove nonsensical vm_map_{clear,set}_recursive() callsalc1999-11-251-3/+0
* Correct the following error: vm_map_pageable() on a COW'ed (post-fork)alc1999-11-231-4/+5
* Remove unused #include's.alc1999-11-071-1/+0
* The functions declared by this header file no longer exist.alc1999-11-071-1/+0
* useracc() the prequel:phk1999-10-291-2/+0
* cleanup madvise code, add a few more sanity checks.dillon1999-09-211-47/+71
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* vm_map_madvise:alc1999-08-131-60/+85
* vm_map_madvise:alc1999-08-101-17/+3
* Move the memory access behavior information provided by madvisealc1999-08-011-7/+7
* Fix the following problem:alc1999-07-211-1/+3
* Cleanup OBJ_ONEMAPPING management.alc1999-07-111-13/+1
* Fix some int/long printf problems for the Alphapeter1999-07-011-2/+2
* vm_map_growstack uses vmspace::vm_ssize as though it containedalc1999-06-171-6/+6
* vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* vm_map_protect:alc1999-06-121-2/+2
* Avoid the creation of unnecessary shadow objects.alc1999-05-281-3/+9
* vm_map_insert:alc1999-05-181-47/+38
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-171-1/+6
* Remove prototypes for functions that don't exist anymore (vm_map.h).alc1999-05-161-7/+4
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-141-5/+3
* Two changes to vm_map_delete:alc1999-04-041-13/+10
* Mainly, eliminate the comments about share maps. (We don't have share mapsalc1999-03-271-33/+7
* Two changes:alc1999-03-211-19/+24
* Two changes:alc1999-03-151-10/+5
* Remove (redundant) map timestamp increments from some properlyalc1999-03-091-6/+1
* Remove an unused variable from vmspace_fork.alc1999-03-081-3/+1
* Change vm_map_growstack to acquire and hold a read lock (instead of a writealc1999-03-071-11/+17
* Remove the last of the share map code: struct vm_map::is_main_map.alc1999-03-021-13/+9
* Remove unnecessary page protects on map_split and collapse operations.dillon1999-02-241-2/+4
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-6/+6
* Submitted by: Alan Cox <alc@cs.rice.edu>dillon1999-02-191-57/+8
* Fix non-fatal bug in vm_map_insert() which improperly cleareddillon1999-02-121-42/+37
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-90/+25
* Submitted by: Alan Coxdillon1999-02-031-7/+8
* This patch eliminates a pointless test from appearing twicedillon1999-02-011-5/+1
* Submitted by: Alan Cox <alc@cs.rice.edu>julian1999-01-311-3/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Mostly remove the VM_STACK OPTION.julian1999-01-261-7/+1
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-241-5/+3
* General cleanup related to the new pager. We no longer have to worrydillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-10/+41
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-1/+206
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-8/+4
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Fix a bug in which a page index was used where a byte offset wasjdp1998-10-011-2/+2
OpenPOWER on IntegriCloud