PERFORCE change 127936 for review
John Birrell
jb at FreeBSD.org
Mon Oct 22 13:50:39 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=127936
Change 127936 by jb at 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.
More information about the p4-projects
mailing list