aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_param.h
Commit message (Expand)AuthorAgeFilesLines
* (fault 3/9) Move map relookup into a dedicated function.Jeff Roberson2020-01-231-0/+1
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-0/+1
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-0/+5
* Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-061-0/+4
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add OID for the vm.overcommit sysctl. This makes it possible to removeEdward Tomasz Napierala2017-10-221-1/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-111-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-7/+7
* Remove unused definition for CTL_VM_NAMES.Andrey Zonov2013-08-091-15/+0
* Unbreak sysctl ABI changes introduced in r253662Andrey Zonov2013-07-291-2/+4
* Remove define and documentation for vm_pageout_algorithm missed in r253587Andrey Zonov2013-07-261-4/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+8
* Fix CTL_VM_NAMES.Ruslan Ermilov2007-10-161-8/+8
* Correct two comments.Alan Cox2007-04-191-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* #include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerDag-Erling Smørgrav2004-11-081-6/+6
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.David E. O'Brien2003-01-181-0/+1
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-2/+2
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-0/+6
* Change the way information about swap devices is exported to be moreThomas Moestl2001-06-011-0/+12
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove (1) "extern" declarations for variables that were previouslyAlan Cox1999-06-221-36/+1
* Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatAlan Cox1999-06-201-3/+3
* There is a comment in vm_param.h which doesn't belong to thePoul-Henning Kamp1998-07-221-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This commit does a couple of things:John Dyson1996-06-261-2/+6
* Moved the declaration of boolean_t from <vm/vm_param.h> toBruce Evans1995-12-101-9/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-61/+39
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+30
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+159