Module Name:    src
Committed By:   pooka
Date:           Tue Feb 15 11:43:54 UTC 2011

Modified Files:
        src/sys/kern: exec_elf.c

Log Message:
augment comment


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/exec_elf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/exec_elf.c
diff -u src/sys/kern/exec_elf.c:1.27 src/sys/kern/exec_elf.c:1.28
--- src/sys/kern/exec_elf.c:1.27	Thu Oct  7 02:14:02 2010
+++ src/sys/kern/exec_elf.c	Tue Feb 15 11:43:53 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.c,v 1.27 2010/10/07 02:14:02 chs Exp $	*/
+/*	$NetBSD: exec_elf.c,v 1.28 2011/02/15 11:43:53 pooka Exp $	*/
 
 /*-
  * Copyright (c) 1994, 2000, 2005 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.27 2010/10/07 02:14:02 chs Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.28 2011/02/15 11:43:53 pooka Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pax.h"
@@ -454,6 +454,9 @@
 
 #ifdef notyet /* XXX cgd 960926 */
 	XXX cgd 960926: (maybe) VOP_OPEN it (and VOP_CLOSE in copyargs?)
+
+	XXXps: this problem will make it impossible to use an interpreter
+	from a file system which actually does something in VOP_OPEN
 #endif
 
 	error = vn_marktext(vp);

Reply via email to