Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs Include kern_module_vfs and the mod...



details:   https://anonhg.NetBSD.org/src/rev/483867cdf467
branches:  trunk
changeset: 749306:483867cdf467
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 07:30:24 2009 +0000

description:
Include kern_module_vfs and the modctl() syscall.  The modctl()
syscall is here because module loading is a vfs operation.
Theoretically you shouldn't be able to have modules without vfs
support.

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1cdc998f11e8 -r 483867cdf467 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Thu Nov 26 06:34:22 2009 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Thu Nov 26 07:30:24 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpvfs,v 1.18 2009/10/20 10:42:41 pooka Exp $
+#      $NetBSD: Makefile.rumpvfs,v 1.19 2009/11/26 07:30:24 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -29,6 +29,9 @@
        vfs_hooks.c vfs_init.c vfs_lockf.c vfs_lookup.c vfs_subr.c      \
        vfs_syscalls.c vfs_vnops.c vfs_wapbl.c vfs_xattr.c
 
+# sys/kern module (and syscall)
+SRCS+= kern_module_vfs.c sys_module.c
+
 # sys/uvm
 SRCS+= uvm_vnode.c
 



Home | Main Index | Thread Index | Old Index