index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
include
/
pte.h
Age
Commit message (
Expand
)
Author
2015-04-12
Bring PAE code back to life, in a different form. This diff (via bluhm then
Mike Larkin
2015-03-13
move some deck chairs around in preparation for i386 PAE. no functional
Mike Larkin
2015-01-09
Cleanup some macros and #defines in i386 pmap. Previously committed and
Mike Larkin
2014-12-23
backout previous, because libkvm needs two pieces. will let mike
Theo de Raadt
2014-12-22
Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other
Mike Larkin
2014-10-01
Move some hibernate #defines to pte.h and eliminate some duplicate defines
Mike Larkin
2014-07-11
Chuck Cranor rescinded clauses in his license
Jonathan Gray
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-09-06
- spello, short-hand -> shorthand
Jasper Lievisse Adriaanse
2010-05-08
Page Attribute Tables (PAT) support for x86.
Owain Ainsworth
2010-04-20
Instead of using PWT|PCD for uncached (which is wrong on old cpus and
Owain Ainsworth
2007-02-20
Revert PAE pmap for now, until the strange bug is found. This stops
Tom Cosgrove
2006-04-27
implement separate PAE pmap that allows access to 64g of physmem
Michael Shalayeff
2004-02-06
some cpus start to have a NX oriented PGEX_I
Theo de Raadt
2002-07-31
support for changing stack execution protection through mprotect()
Michael Shalayeff
2001-05-05
PMAP_NEW and UVM are no longer optional on i386.
Artur Grabowski
2001-01-26
define large page frame mask; also remove trailing spaces
Michael Shalayeff
2000-03-01
Much nicer pte.h commented by Chuck Cranor; from NetBSD
Niklas Hallqvist
1996-03-19
Merging w/ NetBSD 021796.
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt