Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-26 | ext2fs is missing a LINK_MAX check too | Todd C. Miller | |
1999-02-26 | sync | Jason Wright | |
1999-02-26 | PNIC II | Jason Wright | |
1999-02-26 | deal with uvm. Mostly name changes. | Artur Grabowski | |
1999-02-26 | change pmap_{de,}activate to take a struct proc *. | Artur Grabowski | |
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added. | |||
1999-02-26 | Better fix for i_nlink oflow from imp@openbsd.org | Todd C. Miller | |
Move the check up with the other sanity checks and unlock the vnode properly and jump to abortit, not bad when >= LINK_MAX. | |||
1999-02-26 | add OpenBSD tags | Artur Grabowski | |
1999-02-26 | adapt to uvm vnode pager | Artur Grabowski | |
1999-02-26 | a new way of mapping in exec for uvm | Artur Grabowski | |
1999-02-26 | mostly name changes and allocation chnges for uvm | Artur Grabowski | |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski | |
1999-02-26 | uvm allocation and name changes | Artur Grabowski | |
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 | |