summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include/vmparam.h
AgeCommit message (Expand)Author
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-01-07Paranoia on my part, do not let the condition exist where kvm space couldDale Rahn
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn