summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/param.h
AgeCommit message (Expand)Author
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2013-06-13ovbcopy begoneTheo de Raadt
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2007-11-04replace even more ctob/btoc with ptoa/atopMartin Reindl
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2006-03-19Change BLKDEV_IOSIZE down to 2KB like on all other platforms; ok kettenis@Miod Vallat
2005-10-26Mach-macro wipeoutMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2002-11-21MID_MACHINE should not be 0 (MID_ZERO) but MID_POWERPC,Dale Rahn
2002-03-21Swap the defines to be the ones we want to use, compat ones are definedDale Rahn
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-07-28Dont force htab size to be fixed size, allow system to define size.Dale S. Rahn
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-11-28Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpcDale S. Rahn
1998-08-18add powerpc_btop() and powerpc_ptob() macros for consistency with other portsTodd C. Miller
1997-10-14Get a few things right...Per Fogelstrom
1997-10-13Monolithic PowerPC kernel, new includePer Fogelstrom
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn