diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-04-30 01:59:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-04-30 01:59:21 +0000 |
commit | f323580e7a86b5c7f0036e25994c940666bdb13e (patch) | |
tree | f8ead946a9dabf864257de746d7fb6b431b0f212 /sys/conf | |
parent | 07b4a33ad356d7a2d300f6ca586637879e4ad5fd (diff) |
upgrade Arla to fresher code. Too many new features and bugfixes.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/sys/conf/files b/sys/conf/files index e8c75ceeee8..23cbc85d874 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.115 1999/04/20 20:06:10 niklas Exp $ +# $OpenBSD: files,v 1.116 1999/04/30 01:58:59 art Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -570,14 +570,19 @@ file ufs/ext2fs/ext2fs_readwrite.c ext2fs file ufs/ext2fs/ext2fs_subr.c ext2fs file ufs/ext2fs/ext2fs_vfsops.c ext2fs file ufs/ext2fs/ext2fs_vnops.c ext2fs -file xfs/xfs_common.c xfs +file xfs/xfs_common-bsd.c xfs file xfs/xfs_deb.c xfs -file xfs/xfs_dev.c xfs +file xfs/xfs_dev-bsd.c xfs +file xfs/xfs_dev-common.c xfs file xfs/xfs_message.c xfs -file xfs/xfs_node.c xfs -file xfs/xfs_syscalls.c -file xfs/xfs_vfsops.c xfs -file xfs/xfs_vnodeops.c xfs +file xfs/xfs_node-bsd.c xfs +file xfs/xfs_syscalls-common.c xfs +file xfs/xfs_vfsops-bsd.c xfs +file xfs/xfs_vfsops-common.c xfs +file xfs/xfs_vfsops-openbsd.c xfs +file xfs/xfs_vnodeops-bsd.c xfs +file xfs/xfs_vnodeops-common.c xfs +file xfs/xfs_syscalls-dummy.c !xfs file vm/device_pager.c !uvm & devpager file vm/swap_pager.c !uvm & swappager file vm/vm_fault.c !uvm |