Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Add new configuration variable to point at the list...



details:   https://anonhg.NetBSD.org/src/rev/f6dbc1c35d8a
branches:  trunk
changeset: 338020:f6dbc1c35d8a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat May 09 05:57:18 2015 +0000

description:
Add new configuration variable to point at the list of auto-loadable
syscalls

diffstat:

 sys/kern/syscalls.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 942a6fc0ad88 -r f6dbc1c35d8a sys/kern/syscalls.conf
--- a/sys/kern/syscalls.conf    Sat May 09 05:56:36 2015 +0000
+++ b/sys/kern/syscalls.conf    Sat May 09 05:57:18 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: syscalls.conf,v 1.22 2015/03/07 16:38:07 christos Exp $
+#      $NetBSD: syscalls.conf,v 1.23 2015/05/09 05:57:18 pgoyette Exp $
 
 sysnames="syscalls.c"
 sysnumhdr="../sys/syscall.h"
@@ -6,6 +6,7 @@
 systrace="systrace_args.c"
 sysarghdr="../sys/syscallargs.h"
 sysarghdrextra='#include <sys/mount.h>\n#ifndef RUMP_CLIENT\n#include <sys/sched.h>\n#endif\n#include <sys/socket.h>\n\n'
+sysautoload="syscalls_autoload.c"
 sysalign=1
 rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
 rumpcallshdr="../rump/include/rump/rump_syscalls.h"



Home | Main Index | Thread Index | Old Index