aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyJordan K. Hubbard1997-10-271-2/+2
* Allow the kernel configuration file to override the amount of memoryTor Egge1997-06-251-1/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.Peter Wemm1997-04-071-2/+2
* 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
* Let the VM system know that on certain arch's that VM_PROT_READJohn Dyson1996-12-301-1/+3
* removed:Poul-Henning Kamp1996-05-021-3/+3
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromPoul-Henning Kamp1996-04-301-14/+21
* Killed some historical #define cruft that we've never used in FreeBSD:David Greenman1996-03-121-22/+1
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-251-2/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-3/+3
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernelDavid Greenman1994-09-231-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-111/+7
* Got rid of some old, unused junk.David Greenman1994-09-011-26/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-14/+0
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. InitiallyDavid Greenman1994-03-211-2/+5
* "New" VM system from John Dyson & myself. For a run-down of theDavid Greenman1994-01-141-10/+19
* Increased maximum and default 'size' limits to more reasonable values.David Greenman1994-01-031-5/+5
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-16/+16
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-1/+5
* param.h:Rodney W. Grimes1993-10-151-6/+4
* Correct spelling of "SHMMAXPGS" so the config override will actually work.David Greenman1993-10-091-1/+1
* define SHMMAXPGS where it is suppose to be, you can over ride this withRodney W. Grimes1993-09-271-0/+7
* Increased stack size to 8MB just to be on the real safe side.Rodney W. Grimes1993-09-011-1/+1
* Changed MAXSSIZ from MAXDSIZ to 2MBRodney W. Grimes1993-08-281-1/+1
* Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,Charlie Root1993-07-031-1/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+256