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
/
hp300
/
hp300
/
pmap.c
Age
Commit message (
Expand
)
Author
2001-06-08
Fix the XXX #debug bits in vm_machdep().
Todd C. Miller
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-06-05
Use mi round_page() and trunc_page() macros
Todd C. Miller
2001-05-16
PMAP_NEW support; thorpej@netbsd.org
Todd C. Miller
2001-05-09
More sync to NetBSD.
Artur Grabowski
2001-05-06
Add casts to vaddr_t to round_page() and trunc_page() calls since
Todd C. Miller
2001-05-05
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
Artur Grabowski
2001-05-05
Repair non-UVM kernels
Todd C. Miller
2001-05-04
Substantial update from NetBSD, most notably gives us UVM support; millert@ ok
Aaron Campbell
2001-04-06
Use pool to allocate pmap instead of malloc. OK'd by art@
Todd C. Miller
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-18
fix pmap_activate() and pmap_deactivate() arguments after art changed things
Theo de Raadt
1999-07-18
fix pmap_activate() and pmap_deactivate() arguments after art changed things
Theo de Raadt
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1997-11-06
Idnetify/support hp385 (33Mhz 68040)
Todd C. Miller
1997-07-06
Sync with changes from NetBSD, up to 970705.
Jason Downs
1997-04-16
Merge portions of NetBSD up to 970415.
Jason Downs
1997-03-26
Merge changes from NetBSD, up to 3/19/97; undoes some local changes.
Jason Downs
1997-02-24
Add support for COMPAT_SUNOS and enable it.
Jason Downs
1997-02-10
hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.
Jason Downs
1997-01-12
Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single
Jason Downs
1995-12-14
update from netbsd (verbatim)
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt