summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/param.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio2018-09-141-2/+2
* Increase the number of mbufs on most architectures. This is basedbluhm2016-09-031-2/+2
* Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takeskettenis2016-08-201-5/+1
* ovbcopy begonederaadt2013-06-131-3/+1
* PGSHIFT and PGOFSET are now contained inside the kernel namespace.deraadt2013-03-261-3/+3
* ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.deraadt2013-03-251-5/+1
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-81/+37
* Late spring cleaning of the arm code for old dusty bits we do not want tomiod2011-09-201-5/+5
* Provide namespace-safe alignment macros in <machine/_types.h>, withguenther2011-09-081-15/+5
* Make sure the ALIGN() macro uses u_long on all platforms for consistency, andmiod2011-04-071-3/+3
* Do not attempt to include <machine/psl.h> when including this file frommiod2010-11-201-7/+2
* there is no reason for one MAXPHYS definition to be different from all the othersderaadt2010-05-241-2/+2
* convert arm and mips64 platforms to ptoa/atopmartin2008-05-041-6/+1
* Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETthib2007-05-281-9/+1
* remove unused bdbtofsb(bn) macromartin2006-03-191-9/+1
* use atop() and ptoa()martin2005-11-091-4/+1
* remove unused arm_trunc_page() macromartin2005-10-211-3/+2
* Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitmiod2005-09-121-3/+3
* Get rid of unused SINCR and SSIZE constants.miod2005-07-311-3/+1
* provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okmickey2004-08-061-1/+2
* de __P of sys/arch/arm.drahn2004-05-191-2/+2
* remove the GATEWAY junk thingy; at the same time, select a new fatderaadt2004-04-191-13/+2
* fix machine/machine_arch, machine_arch should be arm for all arm systemsdrahn2004-02-061-29/+6
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+241