summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+10
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-131-5/+1
* User ldt sharing.luoqi1999-12-061-1/+16
* Reverse the sense of the test in the KASSERT's from the last commit.alc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-2/+8
* useracc() the prequel:phk1999-10-291-1/+0
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>dillon1999-09-171-12/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Update for run queue code.peter1999-08-191-2/+2
* Fix the following problem:alc1999-07-211-1/+3
* Remove some unused function and variable declarations.alc1999-06-191-5/+1
* Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is nopeter1999-04-061-2/+2
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* Enable Linux threads support by default.julian1999-01-261-12/+2
* Removed low-memory blockages at fork. This is the wrong place to putdillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+10
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-1/+10
* Fix two bogons created by 'patch(1)' in my last commit.julian1998-12-191-6/+8
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+8
* Fixed two potentially serious classes of bugs:dg1998-10-131-8/+8
* Make #define NO_SWAPPING a normal kernel config option.abial1998-09-291-1/+2
* Reviewed by: msmith, bde long agodufault1998-03-041-2/+2
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-3/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* VM level code cleanups.dyson1998-01-221-4/+1
* Fix the prototype for swapout_procs();dyson1997-12-111-2/+3
* Support an optional, sysctl enabled feature of idle process swapout. Thisdyson1997-12-061-10/+42
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-6/+1
* Removed unused #includes.bde1997-09-011-5/+1
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Unused variable (upobj is now purely handled within pmap)peter1997-04-141-2/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-5/+7
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-16/+18
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+5
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-151-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* EEEK!!! useracc and kernacc didn't lock their respectivedyson1996-12-301-2/+16
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Make processes waken up eligible for immediate swap-in.dyson1996-10-171-3/+8
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-151-105/+6
* Removed iprintf(). It was copied to db_iprintf() in ddb.bde1996-09-151-38/+1
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialdyson1996-07-021-3/+3
* Make -current consistant with -stable regarding time that a processdyson1996-06-301-2/+2
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-311-16/+3
OpenPOWER on IntegriCloud