aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm.h
Commit message (Expand)AuthorAgeFilesLines
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingAlan Cox2004-08-161-0/+13
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-0/+1
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-1/+1
* Remove a parameter name from a prototype.David Malone2002-01-251-1/+1
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-4/+0
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Removed vestiges of Mach lock types.Bruce Evans1997-02-181-11/+0
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the declaration of boolean_t from <vm/vm_param.h> toBruce Evans1995-12-101-1/+10
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-35/+2
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>Bruce Evans1995-12-051-1/+7
* Fix pollution of application namespace by declarations of kernelBruce Evans1995-10-051-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-4/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-11/+12
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+91