summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/pmap.h
AgeCommit message (Expand)Author
2005-06-2940MB virtual address space in p0; start mmap's 8MB into the data segmentTheo de Raadt
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-08-18Move 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-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
1998-03-01Make kernel compilable. -mojMats O Jansson
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1996-05-03sync w/ 0430Michael Shalayeff
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt