summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
Commit message (Expand)AuthorAgeFilesLines
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-181-0/+2
* Add new pager type, OBJT_MGTDEVICE. It provides the device pagerkib2012-05-121-1/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-3/+3
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-261-1/+1
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-6/+6
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-121-3/+3
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+8
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-0/+7
* Add the superpage reservation type.alc2007-12-271-0/+3
* Retire debug.mpsafevm. None of the architectures supported in CVS requirealc2006-07-211-13/+0
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-0/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - Introduce and use a new tunable "debug.mpsafevm". At present, settingalc2004-08-161-0/+13
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-0/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-1/+1
* Remove a parameter name from a prototype.dwmalone2002-01-251-1/+1
* Move most of the kernel submap initialization code, including thedillon2001-08-221-0/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-4/+0
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* useracc() the prequel:phk1999-10-291-1/+44
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Removed vestiges of Mach lock types.bde1997-02-181-11/+0
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-101-1/+10
* Untangled the vm.h include file spaghetti.dg1995-12-071-35/+2
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-051-1/+7
* Fix pollution of application namespace by declarations of kernelbde1995-10-051-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-4/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-11/+12
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+91
OpenPOWER on IntegriCloud