summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/include/vmparam.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump MAXTSIZ to 256MB on i386.kurt2021-03-161-2/+2
* - Make rnd hints avoid the brk area. The rnd allocator refuses to allocate inotto2018-04-171-2/+2
* Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod2015-11-011-13/+1
* bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actuallysthen2015-04-261-2/+2
* Move declaration of struct vm_page_md from <machine/vmparam.h> tomiod2014-01-301-10/+1
* unifdef -D__HAVE_VM_PAGE_MD - no functional change.miod2014-01-231-2/+1
* PGSHIFT -> PAGE_SHIFTderaadt2013-03-251-2/+2
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-2/+2
* Bump MAXTSIZ to 128 MB, some binaries are quite large.fgsch2013-01-271-2/+2
* Remove the freelist member from vm_physsegoga2011-05-301-5/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis.tedu2011-01-071-2/+2
* oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinkstedu2010-12-151-2/+2
* add a BRKSIZ define and use it for the heap gap constant, decouplingtedu2010-12-151-1/+4
* Backout pmemrange (which to most people is more well known as physmemariane2009-06-161-8/+1
* physmem allocator: change the view of free memory from single free pagesariane2009-06-011-1/+8
* Add new uvm function called uvm_map_pie() which takes align as akurt2008-07-181-1/+5
* On user/kernel shared page table machines, do not let processes map theirderaadt2008-06-241-2/+2
* Provide carefully crafted DEADBEEF* values, this was initially forgotten inmiod2007-06-011-1/+7
* Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags inart2007-04-261-8/+9
* Bump max number of physical segments. Machines in the wildweingart2007-03-281-2/+2
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-8/+7
* implement separate PAE pmap that allows access to 64g of physmemmickey2006-04-271-7/+8
* allow for more physmem segments; as required by some dell from dhill@mickey2006-03-151-2/+2
* finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thus reducing confusion; remove compatibility defines and commentsmickey2005-11-231-8/+5
* kernal->kernel;jmc2005-08-011-2/+2
* use MD #define to choose stackgap size per-architecture. on sparc, specialderaadt2005-04-111-1/+3
* MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testingmickey2004-11-281-12/+1
* Crank SHMMAXPGS from 2048 to 8192. Other platforms where peoplemillert2004-01-011-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterdrahn2003-05-051-2/+5
* i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.drahn2003-04-171-2/+2
* Getting rid of vm_offset_tart2003-01-161-6/+6
* Patch from Daniel Lucq <daniel@lucq.org>maja2002-02-171-2/+1
* VM_KMEM_SIZE no longer needed.art2001-12-051-2/+1
* Now that pmaps can have vm_page_md, make pmap_physseg optional.art2001-11-301-1/+2
* Remove more old, dusty, unused defines.miod2001-09-221-23/+1
* MNN is no longer an option.art2001-06-271-3/+1
* Update some comments wrt. the CLSIZE changes.art2001-05-061-10/+1
* PMAP_NEW and UVM are no longer optional on i386.art2001-05-051-11/+1
* Get rid of CLSIZE and all related stuff.art2001-05-051-4/+4
* Merge in NetBSD's PMAP_NEW, still disabledniklas2001-03-221-1/+7
* A fix to the dreaded isadmaattach panic which hunts people playing withniklas2000-04-251-2/+2
* Double the amount of shared memory pages we can maximally allocate. Thisniklas1999-10-031-2/+2
* crank default limitsderaadt1999-09-201-3/+3
* grown i386 kvm to 512MBderaadt1999-09-171-9/+5
* some defines needed by uvmart1999-02-261-1/+5
* convert i386 to MNNmickey1998-04-251-4/+27
* and considering text segments are normally not even going to hit swapderaadt1997-08-261-2/+2
* come on, let people run useful sized software!deraadt1997-08-261-2/+2