Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern create rump kernel wrapper for utrace() too
details: https://anonhg.NetBSD.org/src/rev/f5b67cdb6ca2
branches: trunk
changeset: 325195:f5b67cdb6ca2
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Dec 11 09:40:56 2013 +0000
description:
create rump kernel wrapper for utrace() too
diffstat:
sys/kern/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4ce79b4a33d1 -r f5b67cdb6ca2 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Wed Dec 11 06:55:24 2013 +0000
+++ b/sys/kern/syscalls.master Wed Dec 11 09:40:56 2013 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.265 2013/12/09 17:13:17 pooka Exp $
+ $NetBSD: syscalls.master,v 1.266 2013/12/11 09:40:56 pooka Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -594,7 +594,7 @@
#endif
304 STD RUMP { int|sys||lchflags(const char *path, u_long flags); }
305 NOERR RUMP { int|sys||issetugid(void); }
-306 STD { int|sys||utrace(const char *label, void *addr, \
+306 STD RUMP { int|sys||utrace(const char *label, void *addr, \
size_t len); }
307 STD { int|sys||getcontext(struct __ucontext *ucp); }
308 STD { int|sys||setcontext(const struct __ucontext *ucp); }
Home |
Main Index |
Thread Index |
Old Index