Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-26 | vm allocation changes for uvm | Artur Grabowski | |
1999-02-26 | vm allocation changes for uvm. | Artur Grabowski | |
Call uvmspace_exec instead of manually cleaning up. | |||
1999-02-26 | kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra ↵ | Artur Grabowski | |
argument) | |||
1999-02-26 | compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.bar | Artur Grabowski | |
1999-02-26 | uvm uses kcopy when uiomoving from sysspace | Artur Grabowski | |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-26 | adaptation to uvm vnode pager | Artur Grabowski | |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-26 | initialize uvm, make allocations work with uvm, namchanges for uvm, etc | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar | Artur Grabowski | |
vm_fault -> uvm_fault | |||
1999-02-26 | some allocation changes, name changes, etc for uvm | Artur Grabowski | |
1999-02-26 | add kcopy (uvm) | Artur Grabowski | |
cnt.foo -> uvmexp.bar kmem allocation changes for uvm | |||
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-26 | some uvm constants | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-26 | typedefs for {v,p}addr_t and {v,p}size_t needed by uvm. | Artur Grabowski | |
We should consider switching to those some day. | |||
1999-02-26 | some defines needed by uvm | Artur Grabowski | |
1999-02-26 | cnt is called uvmexp in uvm and the names of the members have changed. | Artur Grabowski | |
Different allocation and deallocation for uvm. | |||
1999-02-26 | vm_sysctl -> uvm_sysctl for uvm | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | vmtotal -> uvm_total for uvm | Artur Grabowski | |
1999-02-26 | memory reads from other vmspace are different under uvm | Artur Grabowski | |
1999-02-26 | cnt is called uvmexp in uvm and the members have different names | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski | |
1999-02-26 | uvm doesn't use nswdev or nswmap. | Artur Grabowski | |
add prototype for kcopy (uvm) | |||
1999-02-26 | Add newhashinit(), which is identical to hashinit() except it takes a flags | Todd C. Miller | |
arg for passing to malloc() (hashinit always uses M_WAITOK which is not always what you want). Everything that uses hashinit should really get converted to newhashinit and then newhashinit can be renamed. | |||
1999-02-26 | compatibility with uvm vnode pager | Artur Grabowski | |
1999-02-26 | pool allocator from NetBSD (stays until uvm is ready) | Artur Grabowski | |
1999-02-26 | add uvm specific parts to struct vnode | Artur Grabowski | |
1999-02-26 | uvm doesn't use struct vmmeter | Artur Grabowski | |
1999-02-26 | uvm_swapin | Artur Grabowski | |
1999-02-26 | some typedefs used by uvm | Artur Grabowski | |
1999-02-26 | uvm doesn't need swbuf or bswlist | Artur Grabowski | |
1999-02-26 | forgot to regen after socklen_t changes | Todd C. Miller | |
1999-02-26 | malloc types for uvm and pool | Artur Grabowski | |
1999-02-26 | add some struct members that uvm uses | Artur Grabowski | |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski | |
1999-02-26 | uvm compat | Artur Grabowski | |
1999-02-26 | config changes for uvm | Artur Grabowski | |
1999-02-26 | Import of uvm from NetBSD. Some local changes, some code disabled | Artur Grabowski | |
1999-02-25 | try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changes | Michael Shalayeff | |
1999-02-25 | Prettier reporting, report number of flows in use per SA. | Angelos D. Keromytis | |
1999-02-25 | Allow PF_KEY kernel message replies for X_ADDFLOW, X_DELFLOW, and X_GRPSPIS | Angelos D. Keromytis | |
1999-02-25 | fix /boot arguments mapping. | Michael Shalayeff | |
now fully trust bootargv value passed from the /boot towards where in the physical memory they are located. adjust available memory accordingly. there is a mail coming into misc@ about this patch. | |||
1999-02-25 | chipset-independant irq establishing/handling code; dummy dma stuff | Michael Shalayeff | |
1999-02-25 | Skipjack key bzero'ing case. | Angelos D. Keromytis | |