summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/include/pte.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete vmm(4) in i386pd2019-01-181-8/+1
* vmm(4) for i386. Userland changes forthcoming. Note that for the time being,mlarkin2016-10-211-1/+8
* Bring PAE code back to life, in a different form. This diff (via bluhm thenmlarkin2015-04-121-24/+1
* move some deck chairs around in preparation for i386 PAE. no functionalmlarkin2015-03-131-85/+1
* Cleanup some macros and #defines in i386 pmap. Previously committed andmlarkin2015-01-091-3/+1
* backout previous, because libkvm needs two pieces. will let mikederaadt2014-12-231-1/+3
* Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only othermlarkin2014-12-221-3/+1
* Move some hibernate #defines to pte.h and eliminate some duplicate definesmlarkin2014-10-011-1/+3
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-3/+5
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* - spello, short-hand -> shorthandjasper2010-09-061-2/+2
* Page Attribute Tables (PAT) support for x86.oga2010-05-081-2/+10
* Instead of using PWT|PCD for uncached (which is wrong on old cpus andoga2010-04-201-2/+3
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-1/+106
* implement separate PAE pmap that allows access to 64g of physmemmickey2006-04-271-106/+1
* some cpus start to have a NX oriented PGEX_Ideraadt2004-02-061-1/+2
* support for changing stack execution protection through mprotect()mickey2002-07-311-2/+2
* PMAP_NEW and UVM are no longer optional on i386.art2001-05-051-4/+1
* define large page frame mask; also remove trailing spacesmickey2001-01-261-11/+12
* Much nicer pte.h commented by Chuck Cranor; from NetBSDniklas2000-03-011-65/+157
* Merging w/ NetBSD 021796.mickey1996-03-191-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+104