summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-02-26adapt to uvm vnode pagerArtur Grabowski
1999-02-26a new way of mapping in exec for uvmArtur Grabowski
1999-02-26mostly name changes and allocation chnges for uvmArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26uvm allocation and name changesArtur Grabowski
1999-02-26vm allocation changes for uvmArtur Grabowski
1999-02-26vm allocation changes for uvm.Artur Grabowski
1999-02-26kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argu...Artur Grabowski
1999-02-26compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.barArtur Grabowski
1999-02-26uvm uses kcopy when uiomoving from sysspaceArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26adaptation to uvm vnode pagerArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26initialize uvm, make allocations work with uvm, namchanges for uvm, etcArtur Grabowski
1999-02-26cnt.foo -> uvmexp.barArtur Grabowski
1999-02-26some allocation changes, name changes, etc for uvmArtur Grabowski
1999-02-26add kcopy (uvm)Artur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26some uvm constantsArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.Artur Grabowski
1999-02-26some defines needed by uvmArtur Grabowski
1999-02-26cnt is called uvmexp in uvm and the names of the members have changed.Artur Grabowski
1999-02-26vm_sysctl -> uvm_sysctl for uvmArtur Grabowski
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-26vmtotal -> uvm_total for uvmArtur Grabowski
1999-02-26memory reads from other vmspace are different under uvmArtur Grabowski
1999-02-26cnt is called uvmexp in uvm and the members have different namesArtur Grabowski
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-26compat with uvm vnode pagerArtur Grabowski
1999-02-26add compatibility with uvm vnode pagersArtur Grabowski
1999-02-26uvm doesn't use nswdev or nswmap.Artur Grabowski
1999-02-26Add newhashinit(), which is identical to hashinit() except it takes a flagsTodd C. Miller
1999-02-26compatibility with uvm vnode pagerArtur Grabowski
1999-02-26pool allocator from NetBSD (stays until uvm is ready)Artur Grabowski
1999-02-26add uvm specific parts to struct vnodeArtur Grabowski
1999-02-26uvm doesn't use struct vmmeterArtur Grabowski
1999-02-26uvm_swapinArtur Grabowski
1999-02-26some typedefs used by uvmArtur Grabowski
1999-02-26uvm doesn't need swbuf or bswlistArtur Grabowski
1999-02-26forgot to regen after socklen_t changesTodd C. Miller
1999-02-26malloc types for uvm and poolArtur Grabowski
1999-02-26add some struct members that uvm usesArtur Grabowski
1999-02-26compatibility with uvm kmem allocatorsArtur Grabowski
1999-02-26uvm compatArtur Grabowski
1999-02-26config changes for uvmArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski
1999-02-25try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changesMichael Shalayeff