aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-2534-34/+34
* MFC vm_map.c 1.185, fix deadlock between msync() and vm_fault().Matthew Dillon2000-01-241-25/+29
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2934-34/+34
* MFC: [rev 1.47] Prevent livelock in kmem_alloc_wait.Alan Cox1999-08-281-2/+9
* MFC: Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatAlan Cox1999-08-181-2/+2
* MFC: Shrink vm_object's by (1) removing cache_count and wired_count andAlan Cox1999-07-293-33/+4
* MFC: Fix a race condition between pmap_growkernel andAlan Cox1999-07-284-4/+15
* MFC: [rev 1.168, 1.169, and 1.170] Fix two panics and an accounting errorAlan Cox1999-06-201-204/+208
* MFC: rev 1.166Alan Cox1999-06-131-2/+2
* MFC: Don't ignore mmap() address hint below the text section.Luoqi Chen1999-05-101-2/+4
* MFC:Alan Cox1999-05-091-27/+15
* MFC: 1.153Alan Cox1999-05-091-3/+4
* MFC: 1.145Alan Cox1999-03-231-1/+6
* MFC: 1.128Alan Cox1999-03-231-2/+8
* MFC: 1.101Alan Cox1999-03-231-2/+3
* re-enable a code segment that is needed until another 4.x merge is made.Julian Elischer1999-03-181-1/+1
* p->p_vmspace->vm_pmap.pm_stats.resident_count is in pages now..Julian Elischer1999-03-181-2/+2
* MFC:Julian Elischer1999-03-181-74/+198
* MFC: 1.53 and 1.54Alan Cox1999-03-181-9/+5
* MFC: Stop an mfs process from being swapped out. This can cause deadlockJulian Elischer1999-03-121-2/+2
* MFC:Alan Cox1999-03-112-13/+23
* MFC: Force synchronous operation if we are extremely low on memoryJulian Elischer1999-03-011-1/+20
* Backport from -4.x, unlock vnode before map lookup to avoid deadlockMatthew Dillon1999-02-181-1/+13
* MFC: fix inconsistancy in accounting for stack sizes.Julian Elischer1999-01-311-3/+4
* MFC: Linux threads support is now default, to match -currentJulian Elischer1999-01-275-31/+11
* Backport from -4.x. PQ_CACHE pages can be busy, we have to deal withMatthew Dillon1999-01-241-1/+8
* Backport to -3.x from -4.x - do not leave dirty pages in PQ_CACHE.Matthew Dillon1999-01-241-1/+7
* Backport from -4.xMatthew Dillon1999-01-221-9/+18
* Backport from -4.x.Matthew Dillon1999-01-221-2/+7
* Backport from -4.xMatthew Dillon1999-01-221-3/+4
* Backport from -4.xMatthew Dillon1999-01-221-3/+7
* Backport from -4.xMatthew Dillon1999-01-221-2/+3
* Backport from -4.x. We are supposed to wait while the page is busy beforeMatthew Dillon1999-01-221-9/+24
* KNFize, by bde.Eivind Eklund1999-01-106-28/+27
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-088-74/+42
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-1/+10
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-064-4/+235
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* Don't free swap in swap_pager_getpages(): this code probably cause theDmitrij Tejblum1998-12-291-23/+1
* Update comments to routines in vm_page.c, most especially whether aMatthew Dillon1998-12-231-19/+106
* Fix two bogons created by 'patch(1)' in my last commit.Julian Elischer1998-12-191-6/+8
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+8
* Don't disable mmap with large file offset.Dmitrij Tejblum1998-12-091-3/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+4
* In vnode_pager_input_old, set auio.uio_procp = curprocRobert V. Baron1998-12-041-2/+2
* Add missing splvm protection around unqueue call. Without this, the pageDavid Greenman1998-11-251-4/+4
* Fixed a null pointer panic in spc_free(). swap_pager_putpages()Bruce Evans1998-11-191-7/+9
* Closed a small race condition between wiring/unwiring pages that involvedDavid Greenman1998-11-111-4/+4
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2