summaryrefslogtreecommitdiff
path: root/sys/vm/vm_param.h
AgeCommit message (Expand)Author
2025-06-11vm: retire vm_page_lock()Alan Cox
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-01-23(fault 3/9) Move map relookup into a dedicated function.Jeff Roberson
2019-09-27Improve MD page fault handlers.Konstantin Belousov
2019-08-16Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson
2019-08-06Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-22Add OID for the vm.overcommit sysctl. This makes it possible to removeEdward Tomasz Napierala
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-02-28Renumber copyright clause 4Warner Losh
2015-09-11Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston
2014-03-22Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery
2013-08-09Remove unused definition for CTL_VM_NAMES.Andrey Zonov
2013-07-29Unbreak sysctl ABI changes introduced in r253662Andrey Zonov
2013-07-26Remove define and documentation for vm_pageout_algorithm missed in r253587Andrey Zonov
2010-04-30On Alan's advice, rather than do a wholesale conversion on a singleKip Macy
2007-10-16Fix CTL_VM_NAMES.Ruslan Ermilov
2007-04-19Correct two comments.Alan Cox
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-11-08#include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerDag-Erling Smørgrav
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-04-06Remove advertising clause from University of California Regent's license,Warner Losh
2003-01-18Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.David E. O'Brien
2003-01-11Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon
2001-10-10Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab
2001-06-01Change the way information about swap devices is exported to be moreThomas Moestl
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-22Remove (1) "extern" declarations for variables that were previouslyAlan Cox
1999-06-20Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatAlan Cox
1998-07-22There is a comment in vm_param.h which doesn't belong to thePoul-Henning Kamp
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-26This commit does a couple of things:John Dyson
1995-12-10Moved the declaration of boolean_t from <vm/vm_param.h> toBruce Evans
1995-01-09These changes embody the support of the fully coherent merged VM buffer cache,David Greenman
1994-08-02Added $Id$David Greenman
1994-05-25The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes
1994-05-24BSD 4.4 Lite Kernel SourcesRodney W. Grimes