Source-Changes-HG archive

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

[src/trunk]: src/sys/kern augment comment



details:   https://anonhg.NetBSD.org/src/rev/3bbdc81e6fab
branches:  trunk
changeset: 762089:3bbdc81e6fab
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 15 11:43:53 2011 +0000

description:
augment comment

diffstat:

 sys/kern/exec_elf.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 7046fcc4214a -r 3bbdc81e6fab sys/kern/exec_elf.c
--- a/sys/kern/exec_elf.c       Tue Feb 15 11:30:21 2011 +0000
+++ b/sys/kern/exec_elf.c       Tue Feb 15 11:43:53 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index