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
/
vax
/
include
/
pmap.h
Age
Commit message (
Expand
)
Author
2005-06-29
40MB virtual address space in p0; start mmap's 8MB into the data segment
Theo de Raadt
2004-08-06
rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs
Theo de Raadt
2004-07-13
#define __HAVE_PMAP_DIRECT and use it. requested by art
Ted Unangst
2004-06-09
rename POOLPAGE macros to pmap_map_direct
Ted Unangst
2004-05-20
Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc
Mark Kettenis
2003-11-10
Get rid of the "struct pte" bitfield, and use straight integers.
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-12
Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument
Artur Grabowski
2002-09-10
Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-11-28
Make pmap_update functions into nops so that we can have a consistent
Artur Grabowski
2001-08-18
Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.
Artur Grabowski
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-06-15
Compile kernel with -Wall, and fix a few issues for this to work.
Miod Vallat
2001-05-16
Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()
Hugh Graham
2000-04-26
vax resurrection, part 1: sync with early-april netbsd
Brandon Creighton
1998-03-01
Make kernel compilable. -moj
Mats O Jansson
1998-03-01
Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,
Niklas Hallqvist
1997-09-12
Sync with NetBSD 970827. -moj
Mats O Jansson
1997-05-29
RCS tagging
Niklas Hallqvist
1997-01-15
sync with NetBSD 970112 -moj
Mats O Jansson
1996-05-03
sync w/ 0430
Michael Shalayeff
1995-12-14
update from netbsd (verbatim)
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt