| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump MAXTSIZ to 256MB on i386. |  kurt | 2021-03-16 | 1 | -2/+2 |
* | - Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in |  otto | 2018-04-17 | 1 | -2/+2 |
* | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE |  miod | 2015-11-01 | 1 | -13/+1 |
* | bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually |  sthen | 2015-04-26 | 1 | -2/+2 |
* | Move declaration of struct vm_page_md from <machine/vmparam.h> to |  miod | 2014-01-30 | 1 | -10/+1 |
* | unifdef -D__HAVE_VM_PAGE_MD - no functional change. |  miod | 2014-01-23 | 1 | -2/+1 |
* | PGSHIFT -> PAGE_SHIFT |  deraadt | 2013-03-25 | 1 | -2/+2 |
* | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added |  deraadt | 2013-03-23 | 1 | -2/+2 |
* | Bump MAXTSIZ to 128 MB, some binaries are quite large. |  fgsch | 2013-01-27 | 1 | -2/+2 |
* | Remove the freelist member from vm_physseg |  oga | 2011-05-30 | 1 | -5/+1 |
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. |  pirofti | 2011-03-23 | 1 | -4/+4 |
* | increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis. |  tedu | 2011-01-07 | 1 | -2/+2 |
* | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks |  tedu | 2010-12-15 | 1 | -2/+2 |
* | add a BRKSIZ define and use it for the heap gap constant, decoupling |  tedu | 2010-12-15 | 1 | -1/+4 |
* | Backout pmemrange (which to most people is more well known as physmem |  ariane | 2009-06-16 | 1 | -8/+1 |
* | physmem allocator: change the view of free memory from single free pages |  ariane | 2009-06-01 | 1 | -1/+8 |
* | Add new uvm function called uvm_map_pie() which takes align as a |  kurt | 2008-07-18 | 1 | -1/+5 |
* | On user/kernel shared page table machines, do not let processes map their |  deraadt | 2008-06-24 | 1 | -2/+2 |
* | Provide carefully crafted DEADBEEF* values, this was initially forgotten in |  miod | 2007-06-01 | 1 | -1/+7 |
* | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in |  art | 2007-04-26 | 1 | -8/+9 |
* | Bump max number of physical segments. Machines in the wild |  weingart | 2007-03-28 | 1 | -2/+2 |
* | Revert PAE pmap for now, until the strange bug is found. This stops |  tom | 2007-02-20 | 1 | -8/+7 |
* | implement separate PAE pmap that allows access to 64g of physmem |  mickey | 2006-04-27 | 1 | -7/+8 |
* | allow for more physmem segments; as required by some dell from dhill@ |  mickey | 2006-03-15 | 1 | -2/+2 |
* | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thus reducing confusion; remove compatibility defines and comments |  mickey | 2005-11-23 | 1 | -8/+5 |
* | kernal->kernel; |  jmc | 2005-08-01 | 1 | -2/+2 |
* | use MD #define to choose stackgap size per-architecture. on sparc, special |  deraadt | 2005-04-11 | 1 | -1/+3 |
* | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ testing |  mickey | 2004-11-28 | 1 | -12/+1 |
* | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people |  millert | 2004-01-01 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better |  drahn | 2003-05-05 | 1 | -2/+5 |
* | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. |  drahn | 2003-04-17 | 1 | -2/+2 |
* | Getting rid of vm_offset_t |  art | 2003-01-16 | 1 | -6/+6 |
* | Patch from Daniel Lucq <daniel@lucq.org> |  maja | 2002-02-17 | 1 | -2/+1 |
* | VM_KMEM_SIZE no longer needed. |  art | 2001-12-05 | 1 | -2/+1 |
* | Now that pmaps can have vm_page_md, make pmap_physseg optional. |  art | 2001-11-30 | 1 | -1/+2 |
* | Remove more old, dusty, unused defines. |  miod | 2001-09-22 | 1 | -23/+1 |
* | MNN is no longer an option. |  art | 2001-06-27 | 1 | -3/+1 |
* | Update some comments wrt. the CLSIZE changes. |  art | 2001-05-06 | 1 | -10/+1 |
* | PMAP_NEW and UVM are no longer optional on i386. |  art | 2001-05-05 | 1 | -11/+1 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -4/+4 |
* | Merge in NetBSD's PMAP_NEW, still disabled |  niklas | 2001-03-22 | 1 | -1/+7 |
* | A fix to the dreaded isadmaattach panic which hunts people playing with |  niklas | 2000-04-25 | 1 | -2/+2 |
* | Double the amount of shared memory pages we can maximally allocate. This |  niklas | 1999-10-03 | 1 | -2/+2 |
* | crank default limits |  deraadt | 1999-09-20 | 1 | -3/+3 |
* | grown i386 kvm to 512MB |  deraadt | 1999-09-17 | 1 | -9/+5 |
* | some defines needed by uvm |  art | 1999-02-26 | 1 | -1/+5 |
* | convert i386 to MNN |  mickey | 1998-04-25 | 1 | -4/+27 |
* | and considering text segments are normally not even going to hit swap |  deraadt | 1997-08-26 | 1 | -2/+2 |
* | come on, let people run useful sized software! |  deraadt | 1997-08-26 | 1 | -2/+2 |