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
/
vm
/
pmap.h
Age
Commit message (
Expand
)
Author
2001-07-31
pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *.
Artur Grabowski
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-06-27
MNN is no longer an option.
Artur Grabowski
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-05-09
More sync to NetBSD.
Artur Grabowski
2001-03-26
Add to ifdef confusion.
Artur Grabowski
2001-03-22
Merge in NetBSD's PMAP_NEW, still disabled
Niklas Hallqvist
2000-03-13
zap #if 0 code
Artur Grabowski
1999-12-29
fix return type for pmap_growkernel; art@ ok
Michael Shalayeff
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
Artur Grabowski
1999-07-18
pmap_activate() and pmap_deactivate() are MD
Theo de Raadt
1999-07-09
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
Artur Grabowski
1998-03-20
Some cleanup of page steals
Niklas Hallqvist
1998-03-02
Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/want
Niklas Hallqvist
1998-03-01
Put back former pmap_steal_memory in non MNN case, at least i386 still
Niklas Hallqvist
1998-03-01
Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,
Niklas Hallqvist
1996-08-02
Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.
Niklas Hallqvist
1996-05-28
thread changes
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt