summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/pte.h
AgeCommit message (Expand)Author
2015-04-12Bring PAE code back to life, in a different form. This diff (via bluhm thenMike Larkin
2015-03-13move some deck chairs around in preparation for i386 PAE. no functionalMike Larkin
2015-01-09Cleanup some macros and #defines in i386 pmap. Previously committed andMike Larkin
2014-12-23backout previous, because libkvm needs two pieces. will let mikeTheo de Raadt
2014-12-22Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only otherMike Larkin
2014-10-01Move some hibernate #defines to pte.h and eliminate some duplicate definesMike Larkin
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse
2010-05-08Page Attribute Tables (PAT) support for x86.Owain Ainsworth
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2006-04-27implement separate PAE pmap that allows access to 64g of physmemMichael Shalayeff
2004-02-06some cpus start to have a NX oriented PGEX_ITheo de Raadt
2002-07-31support for changing stack execution protection through mprotect()Michael Shalayeff
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-01-26define large page frame mask; also remove trailing spacesMichael Shalayeff
2000-03-01Much nicer pte.h commented by Chuck Cranor; from NetBSDNiklas Hallqvist
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt