aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-7/+9
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-026-22/+95
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-272-7/+6
* Make pmap_collect() an official pmap interface.Dmitrij Tejblum1999-04-232-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-9/+3
* Move the declaration of faultin() from the vm headers to proc.h, sincePeter Wemm1999-04-131-2/+1
* StaticizeEivind Eklund1999-04-111-2/+2
* Convert usage of vm_page_bits() to the new convention ("Inputs are requiredDmitrij Tejblum1999-04-101-2/+2
* Lock vnode correctly for VOP_OPEN.Eivind Eklund1999-04-101-1/+5
* Don't forcibly kill processes that are locked in-core via PHOLD - it wasPeter Wemm1999-04-061-2/+3
* Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is noPeter Wemm1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-054-38/+157
* 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
* Correct a comment.Eivind Eklund1999-03-271-2/+2
* Two changes:Alan Cox1999-03-211-19/+24
* Construct the free queue(s) in descending order (by physicalAlan Cox1999-03-191-2/+8
* Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" mayAlan Cox1999-03-161-3/+5
* Two changes:Alan Cox1999-03-151-10/+5
* Fix breakage in last commitJulian Elischer1999-03-151-3/+3
* A bit of a hack, but allows the vn device to be a module again.Julian Elischer1999-03-141-1/+15
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-143-20/+406
* Correct two optimization errors in vm_object_page_remove:Alan Cox1999-03-141-3/+4
* Remove vm_page_frees from kmem_malloc that are performedAlan Cox1999-03-121-7/+1
* Stop the mfs from trying to swap out crucial bits of the mfsJulian Elischer1999-03-121-2/+2
* 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
* Upgrading a map's lock to exclusive status should incrementAlan Cox1999-03-061-2/+6
* To avoid a conflict for the vm_map's lock with vm_fault, releaseAlan Cox1999-03-021-4/+33
* Remove the last of the share map code: struct vm_map::is_main_map.Alan Cox1999-03-022-15/+10
* mincore doesn't modify the vm_map. Therefore, it doesn't requireAlan Cox1999-03-011-6/+6
* Reviewed by: "John S. Dyson" <dyson@iquest.net>Alan Cox1999-02-271-1/+20
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>Alan Cox1999-02-251-2/+3
* Comment swstrategy() routine.Matthew Dillon1999-02-251-1/+9
* Remove unnecessary page protects on map_split and collapse operations.Matthew Dillon1999-02-243-6/+16
* Removed ENOMEM error on swap_pager_full condition which ignored theMatthew Dillon1999-02-221-4/+2
* Remove conditional sysctl'sMatthew Dillon1999-02-211-46/+4
* Reviewed by: Alan Cox <alc@cs.rice.edu>Matthew Dillon1999-02-211-9/+15
* Eliminate a possible numerical overflow.Luoqi Chen1999-02-191-7/+7
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-195-19/+30
* Submitted by: Alan Cox <alc@cs.rice.edu>Matthew Dillon1999-02-191-57/+8
* Limit number of simultanious asynchronous swap pager I/Os that canMatthew Dillon1999-02-181-13/+109
* Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>Matthew Dillon1999-02-171-1/+12
* Minor reorganization of vm_page_alloc(). No functional changes haveMatthew Dillon1999-02-152-114/+84
* Fix a bug in the new madvise() code that would possibly (improperly)Matthew Dillon1999-02-151-24/+12
* Minor optimization to madvise() MADV_FREE to make page as freeable asMatthew Dillon1999-02-121-1/+7
* Fix non-fatal bug in vm_map_insert() which improperly clearedMatthew Dillon1999-02-122-60/+49
* Addendum to vm_map coalesce optimization. Also, this was backed-outMatthew Dillon1999-02-091-1/+1