summaryrefslogtreecommitdiff
path: root/sys/uvm
AgeCommit message (Expand)Author
2001-08-25Default to disabled zeroing of pages in the idle loop.Artur Grabowski
2001-08-24switch to the optimised AES reference code fromMarkus Friedl
2001-08-12merge vm_map.h into uvm_map.h, kinda matches netbsd's approachMichael Shalayeff
2001-08-12vm_pager.h no moreMichael Shalayeff
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12vm_extern.h no moreMichael Shalayeff
2001-08-12moce pglisth into uvm_pglist.hMichael Shalayeff
2001-08-12vm/vm_prot.h no moreMichael Shalayeff
2001-08-11Various random fixes from NetBSD.Artur Grabowski
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-06Add a new type voff_t (right now it's typedefed as off_t) used for offsetsArtur Grabowski
2001-08-02Sysctl for finding out how many pages there are in kmem_map.Artur Grabowski
2001-07-31Allocate page buckets from kernel_map. This should save a goodArtur Grabowski
2001-07-31minor sync to NetBSD.Artur Grabowski
2001-07-26Add support for disabling swap devices (swapctl -d).Artur Grabowski
2001-07-25Some updates to UVM from NetBSD. Nothing really critical, just a sync.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-19Missed one in PMAP_NEW fix.Artur Grabowski
2001-07-18Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD.Artur Grabowski
2001-07-18Correct the NetBSD tag.Artur Grabowski
2001-07-18Sync in more from NetBSD.Artur Grabowski
2001-07-18Change some annoying DIAGNOSTIC printfs to DEBUG.Artur Grabowski
2001-07-18minor sync to NetBSD, nothing changed.Artur Grabowski
2001-07-18Make uvm_wait take a const char *Artur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-17i suk. needs &'s on the locks...mts
2001-07-17current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swapmts
2001-07-11need to save hint (verified from current netbsd uvm_map.c) -- need modmts
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-23Sync with NetBSD 19990911 (just before PMAP_NEW was required)smart
2001-06-23convert to use pool_init.Artur Grabowski
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-10More sync to NetBSD.Artur Grabowski
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-09update the NetBSD to the correct versionArtur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-07Few fixes from NetBSD.Artur Grabowski
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-03It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULLAaron Campbell
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-03-26Typo: parition -> partitionAaron Campbell
2001-03-22Merge in NetBSD's PMAP_NEW, still disabledNiklas Hallqvist
2001-03-22pastos in diagnostic stringsNiklas Hallqvist
2001-03-22Sync style, typo, and comments a little closer to NetBSD. art@ oksmart
2001-03-15Bring in revision 1.21 from NetBSD.Artur Grabowski