summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/include/param.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define __HAVE_ACPI.kettenis2018-08-251-1/+3
* Randomly bias downwards from the top of each kernel stack, therebyderaadt2017-08-161-2/+2
* Increase the number of mbufs on most architectures. This is basedbluhm2016-09-031-2/+2
* 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-50/+21
* Provide namespace-safe alignment macros in <machine/_types.h>, withguenther2011-09-081-14/+4
* Make sure the ALIGN() macro uses u_long on all platforms for consistency, andmiod2011-04-071-3/+3
* more btoc -> atopmartin2007-10-011-4/+1
* replace the machine dependant bytes-to-clicks macro by the MI ptoa()martin2007-09-011-2/+1
* Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETthib2007-05-281-9/+1
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-1/+9
* Oops, didn't mean to increase the default msgbufsize for i386. Noticed by brad, thanks.dim2006-11-301-2/+2
* Remove all the extern cpu_{id,model,whatever} declarations from mostdim2006-11-291-2/+2
* implement separate PAE pmap that allows access to 64g of physmemmickey2006-04-271-9/+1
* remove unused bdbtofsb(bn) macromartin2006-03-191-9/+1
* move the kernel 1m up to provide more space for isadma; deraadt@ okmickey2006-03-141-2/+2
* nuke unused BTOPKERNBASE definemartin2005-12-131-2/+1
* kill two old mach macros that are not used anywhere in the tree anymore (or ever)mickey2005-11-231-3/+1
* convert and remove the last traces of i386_round_page(),martin2005-11-141-5/+1
* 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
* debranch SMP, have funniklas2004-06-131-2/+2
* remove the GATEWAY junk thingy; at the same time, select a new fatderaadt2004-04-191-5/+2
* Revert previous; this will cause issues on some machines, says drahn@miod2004-01-141-2/+2
* Fix KERNTEXTOFF value (long) after the move to ELF.miod2004-01-131-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.drahn2003-04-171-1/+7
* Correct commentary describing page table layoutsniklas2003-04-091-2/+7
* Bump i386 kvm size to 768M.art2002-06-261-2/+2
* change KMEMPAGES back to 64M, 128M does not work on large memory machines.drahn2001-12-051-2/+2
* make nkmempages dynamic based on memory. okay art@ from netbsd:provos2001-12-051-6/+6
* Get rid of the PMAP_NEW option by making it mandatory for all archs.art2001-07-181-3/+1
* change MSIZE to 256, okay @deraadtprovos2001-07-061-2/+2
* PMAP_NEW and UVM are no longer optional on i386.art2001-05-051-7/+1
* Get rid of CLSIZE and all related stuff.art2001-05-051-8/+4
* OK, PMAP_NEW by default once again. This time it should work better forniklas2001-04-071-1/+9
* If you cannot test your work, please do not do commits and then break userlandderaadt2001-04-031-7/+1
* PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.niklas2001-04-021-1/+7
* Protect MAXPHYS against redefinition- this allows you to make a configmjacob2000-04-071-1/+3
* enlarge msgbuf, somewhat line netbsd didderaadt2000-02-221-1/+5
* define PAGE_SIZE and friends, 4K kernel size reduction and probable speed increase; artderaadt1999-11-271-1/+6
* kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSderaadt1999-09-201-7/+3
* grown i386 kvm to 512MBderaadt1999-09-171-6/+3
* grow kernel malloc area by 2Mmickey1998-05-281-2/+2
* Double default NMBCLUSTERS, they're too small for modern networks.downsj1997-09-171-3/+3
* grow kvm space; fix an over-agressive pmap optimizationderaadt1996-10-251-3/+5
* Merge of NetBSD 960317niklas1996-04-181-4/+7
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+146