summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright
1999-02-26ext2fs is missing a LINK_MAX check tooTodd C. Miller
1999-02-26syncJason Wright
1999-02-26PNIC IIJason Wright
1999-02-26deal with uvm. Mostly name changes.Artur Grabowski
1999-02-26change 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-26Better fix for i_nlink oflow from imp@openbsd.orgTodd 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-26add OpenBSD tagsArtur Grabowski
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
Call uvmspace_exec instead of manually cleaning up.
1999-02-26kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra ↵Artur Grabowski
argument)
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
vm_fault -> uvm_fault
1999-02-26some allocation changes, name changes, etc for uvmArtur Grabowski
1999-02-26add kcopy (uvm)Artur Grabowski
cnt.foo -> uvmexp.bar kmem allocation changes for uvm
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
We should consider switching to those some day.
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
Different allocation and deallocation for uvm.
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
add prototype for kcopy (uvm)
1999-02-26Add newhashinit(), which is identical to hashinit() except it takes a flagsTodd 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-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