summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
Commit message (Expand)AuthorAgeFilesLines
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Update the graffiti.peter2003-11-081-0/+2
* Re-raise the default datasize and stacksize now that the 32 bit execpeter2003-09-251-2/+2
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-091-8/+8
* Typo fix. oops.peter2003-05-231-1/+1
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-12/+24
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-16/+9
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-071-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-241-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-1/+6
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyjkh1997-10-271-2/+2
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* removed:phk1996-05-021-3/+3
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-301-14/+21
* Killed some historical #define cruft that we've never used in FreeBSD:dg1996-03-121-22/+1
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-251-2/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-3/+3
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-231-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-111/+7
* Got rid of some old, unused junk.dg1994-09-011-26/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-14/+0
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initiallydg1994-03-211-2/+5
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-10/+19
* Increased maximum and default 'size' limits to more reasonable values.dg1994-01-031-5/+5
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-16/+16
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* param.h:rgrimes1993-10-151-6/+4
* Correct spelling of "SHMMAXPGS" so the config override will actually work.dg1993-10-091-1/+1
* define SHMMAXPGS where it is suppose to be, you can over ride this withrgrimes1993-09-271-0/+7
* Increased stack size to 8MB just to be on the real safe side.rgrimes1993-09-011-1/+1
* Changed MAXSSIZ from MAXDSIZ to 2MBrgrimes1993-08-281-1/+1
* Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,root1993-07-031-1/+1
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+256
OpenPOWER on IntegriCloud