summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-7/+7
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-18/+20
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-061-3/+3
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Fixed printf format errors.bde1998-07-111-3/+3
* Fixed printf format errors.bde1998-07-111-3/+4
* Removed unused includes.bde1998-06-211-3/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-14/+14
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-5/+7
* An important fix for proper inheritance of backing objects fordyson1998-05-161-2/+15
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-041-3/+3
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-041-15/+25
* Another minor cleanup of the split code. Make sure that pages aredyson1998-05-021-2/+15
* Fix minor bug with new over used swap fix.dyson1998-05-011-1/+2
* Add a needed prototype, and fix a panic problem with the newdyson1998-04-291-1/+4
OpenPOWER on IntegriCloud