summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* This set of commits to the VM system does the following, and containdyson1996-05-181-131/+112
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-2/+2
* Move the map entry allocations from the kmem_map to the kernel_map. Asdyson1996-04-291-4/+4
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-7/+3
* VM performance improvements, and reorder some operations in VM faultdyson1996-03-281-99/+106
* More map_simplify fixes from Alan Cox. This very significanly improves thedyson1996-03-281-29/+28
* This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu)dyson1996-03-131-36/+53
* Fix the map corruption problem that appears as a u_map allocationdyson1996-03-121-25/+3
* Fix two problems:dyson1996-03-091-2/+3
* Fix a problem that pages in a mapped region were not alwaysdyson1996-03-041-1/+17
* Remove the #ifdef notyet from the prototype of vm_map_simplify. Johnpeter1996-03-031-3/+1
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-021-39/+52
* Fixed a really bogus problem with msync ripping pages away fromdyson1996-02-111-8/+9
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-26/+36
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Another mega commit to staticize things.phk1995-12-141-10/+21
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-32/+38
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+10
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-3/+1
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.dyson1995-10-231-3/+3
* Change vm_map_print() to have the correct number and type of args forbde1995-08-261-5/+10
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-393/+20
* Remove trailing whitespace.rgrimes1995-05-301-32/+32
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-3/+5
* Pass syncio flag to vm_object_clean(). It remains unimplemented, however.dg1995-03-251-4/+1
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-221-8/+10
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* Various changes from John and myself that do the following:dg1995-03-011-1/+2
* Set page alloced for map entries as valid.dg1995-02-211-1/+2
* Fixed problem with msync causing a panic.dg1995-02-141-17/+19
* swap_pager.c:dg1995-02-021-6/+23
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-2/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-820/+757
* Fixed multiple bogons with the map entry handling.dg1994-12-181-8/+8
* Fixed bug where statically allocated map entries might be freed to thedg1994-12-181-4/+7
* Protect kmem_map modifications with splhigh() to work around a problem withdg1994-12-151-3/+19
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-11/+14
* Fix up some sloppy coding practices:wollman1994-08-181-5/+1
* Added some code that was accidently left out early in the 1.x -> 2.0 VMdg1994-08-041-1/+10
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-36/+91
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+2626
OpenPOWER on IntegriCloud