Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 20:50:38 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127936 for review
Message-ID:  <200710222050.l9MKocrd005079@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127936

Change 127936 by jb@jb_freebsd1 on 2007/10/22 20:49:45

	Add a BUG section to note mount/chroot that could make
	the pathname inaccurate.

Affected files ...

.. //depot/projects/dtrace/src/lib/libc/sys/kldstat.2#5 edit
.. //depot/projects/dtrace6/src/lib/libc/sys/kldstat.2#3 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libc/sys/kldstat.2#5 (text+ko) ====

@@ -128,3 +128,7 @@
 .Nm kld
 interface first appeared in
 .Fx 3.0 .
+.Sh BUGS
+The pathname many not be accurate if the file system mounts have
+changed since the module was loaded, or if this function is called
+within a chrooted environment.

==== //depot/projects/dtrace6/src/lib/libc/sys/kldstat.2#3 (text+ko) ====

@@ -128,3 +128,7 @@
 .Nm kld
 interface first appeared in
 .Fx 3.0 .
+.Sh BUGS
+The pathname many not be accurate if the file system mounts have
+changed since the module was loaded, or if this function is called
+within a chrooted environment.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710222050.l9MKocrd005079>