Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern include kern_hook.c



details:   https://anonhg.NetBSD.org/src/rev/dbb7b4634d97
branches:  trunk
changeset: 751279:dbb7b4634d97
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Jan 31 02:08:36 2010 +0000

description:
include kern_hook.c

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  4 ++--
 sys/rump/librump/rumpkern/emul.c            |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r bd651f23dca1 -r dbb7b4634d97 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Sun Jan 31 02:04:43 2010 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Sun Jan 31 02:08:36 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.71 2010/01/15 19:01:04 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.72 2010/01/31 02:08:36 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -38,7 +38,7 @@
 #
 # sys/kern
 SRCS+= init_sysctl_base.c kern_auth.c kern_descrip.c kern_event.c      \
-       kern_ksyms.c kern_malloc_stdtype.c kern_module.c                \
+       kern_hook.c kern_ksyms.c kern_malloc_stdtype.c kern_module.c    \
        kern_mutex_obj.c kern_rate.c kern_stub.c kern_sysctl.c          \
        kern_timeout.c kern_uidinfo.c param.c                           \
        sys_descrip.c sys_generic.c sys_pipe.c sys_select.c syscalls.c
diff -r bd651f23dca1 -r dbb7b4634d97 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Sun Jan 31 02:04:43 2010 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Sun Jan 31 02:08:36 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.119 2010/01/15 19:01:04 pooka Exp $ */
+/*     $NetBSD: emul.c,v 1.120 2010/01/31 02:08:36 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.119 2010/01/15 19:01:04 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.120 2010/01/31 02:08:36 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>
@@ -109,7 +109,9 @@
 struct device *booted_wedge;
 int booted_partition;
 
+/* XXX: unused */
 kmutex_t tty_lock;
+krwlock_t exec_lock;
 
 /* sparc doesn't sport constant page size */
 #ifdef __sparc__



Home | Main Index | Thread Index | Old Index