summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-02-26 01:33:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-02-26 01:33:08 +0000
commit272858548f30639cf49734c988ecf207fda65a71 (patch)
tree3a388f6dd64c81d064ed185e34a96382487b5e4d /sys/conf
parent4ced8be00ce0c7e0fd9c1cf69ccbfc205eef858b (diff)
config changes for uvm
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files61
1 files changed, 43 insertions, 18 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3646a16bb26..bf094605608 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.109 1999/02/24 22:59:00 angelos Exp $
+# $OpenBSD: files,v 1.110 1999/02/26 01:33:07 art Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -575,23 +575,48 @@ file xfs/xfs_node.c xfs
file xfs/xfs_syscalls.c
file xfs/xfs_vfsops.c xfs
file xfs/xfs_vnodeops.c xfs
-file vm/device_pager.c devpager
-file vm/swap_pager.c swappager
-file vm/vm_fault.c
-file vm/vm_glue.c
-file vm/vm_init.c
-file vm/vm_kern.c
-file vm/vm_map.c
-file vm/vm_meter.c
-file vm/vm_mmap.c
-file vm/vm_object.c
-file vm/vm_page.c
-file vm/vm_pageout.c
-file vm/vm_pager.c
-file vm/vm_swap.c
-file vm/vm_unix.c
-file vm/vm_user.c
-file vm/vnode_pager.c
+file vm/device_pager.c !uvm & devpager
+file vm/swap_pager.c !uvm & swappager
+file vm/vm_fault.c !uvm
+file vm/vm_glue.c !uvm
+file vm/vm_init.c !uvm
+file vm/vm_kern.c !uvm
+file vm/vm_map.c !uvm
+file vm/vm_meter.c !uvm
+file vm/vm_mmap.c !uvm
+file vm/vm_object.c !uvm
+file vm/vm_page.c !uvm
+file vm/vm_pageout.c !uvm
+file vm/vm_pager.c !uvm
+file vm/vm_swap.c !uvm
+file vm/vm_unix.c !uvm
+file vm/vm_user.c !uvm
+file vm/vnode_pager.c !uvm
+file uvm/uvm_amap.c uvm
+file uvm/uvm_anon.c uvm
+file uvm/uvm_aobj.c uvm
+file uvm/uvm_device.c uvm
+file uvm/uvm_fault.c uvm
+file uvm/uvm_glue.c uvm
+file uvm/uvm_init.c uvm
+file uvm/uvm_io.c uvm
+file uvm/uvm_km.c uvm
+file uvm/uvm_loan.c uvm
+file uvm/uvm_map.c uvm
+file uvm/uvm_meter.c uvm
+file uvm/uvm_mmap.c uvm
+file uvm/uvm_page.c uvm
+file uvm/uvm_pager.c uvm
+file uvm/uvm_pdaemon.c uvm
+file uvm/uvm_pglist.c uvm
+file uvm/uvm_stat.c uvm
+file uvm/uvm_swap.c uvm
+file uvm/uvm_unix.c uvm
+file uvm/uvm_user.c uvm
+file uvm/uvm_vnode.c uvm
+
+# XXX
+file kern/subr_pool.c uvm
# ... IPv6
file netinet6/in6.c inet6