|
From: <sv...@va...> - 2014-07-11 21:29:16
|
Author: florian
Date: Fri Jul 11 21:29:07 2014
New Revision: 485
Log:
Add a note about the Solaris/illumos ports as suggested by
Ivo Raisr. Fixes BZ #336957.
Also: remove a duplicate section about the FreeBSD port
and tweak some wording.
Modified:
trunk/info/platforms.html
Modified: trunk/info/platforms.html
==============================================================================
--- trunk/info/platforms.html (original)
+++ trunk/info/platforms.html Fri Jul 11 21:29:07 2014
@@ -4,7 +4,7 @@
<br/>
<a name="curr_mainline"></a><h2>Current</h2>
-<p>The Valgrind 3.7.X series supports the following platforms.</p>
+<p>Valgrind supports the following platforms:</p>
<ul>
<li><b>x86/Linux:</b> support is mature and almost complete.</li>
<li><b>AMD64/Linux:</b> support is mature and almost complete. Note that AMD64 is just another name for x86-64, and that Valgrind works fine on Intel machines.</li>
@@ -27,26 +27,18 @@
regression tests on, see the
<a href="/downloads/current.html#current">release notes</a>.</p>
-<ul>
-<li>
-<p><b>x86/FreeBSD:</b> The FreeBSD port has been developed since Valgrind 2.X.
-The FreeBSD porting team actively maintains the port, typically tracking
-Valgrind releases within a week or two. Snapshots are on this
- <a href="http://www.freebsd.org/cgi/ports.cgi?query=valgrind">FreeBSD page</a>.</p>
-</li>
-</ul>
-
+<a name="out_of_tree"></a><h2>Out Of Tree</h2>
-<a name="experimental"></a><h2>Experimental</h2>
-
-<p>The following experimental ports have been done. Note that they have
-varying levels of completeness and may not work reliably, and may target
+<p>The following ports have been done and are maintained outside the
+valgrind repository. Note that they may have
+varying levels of completeness, may not work reliably, and may target
older versions of Valgrind.</p>
<ul>
<li><p><b>x86/FreeBSD:</b> Doug Rabson and others haved done a fairly
- complete port of Valgrind 3.X. Snapshots of the work in progress are at
+ complete port of Valgrind 3.X. The FreeBSD porting team actively
+ maintains the port. Snapshots of the work in progress are at
<a href="http://www.freebsd.org/cgi/ports.cgi?query=valgrind">this
FreeBSD page</a>.</p></li>
@@ -54,6 +46,13 @@
are doing a port of Valgrind 3.X, available at
<a href="http://vg4nbsd.berlios.de/">this page</a>.
</p></li>
+
+<li><p><b>x86/Solaris and x86/illumos:</b> The port of Valgrind on Oracle Solaris
+ and illumos has been developed since 2012 and is actively maintained
+ by a collaborative effort of several people. The code is available at
+ <a href="https://bitbucket.org/setupji/valgrind-solaris">this page</a>.
+ A presentation about the port given at FOSDEM 2014 is available at
+ <a href="https://fosdem.org/2014/schedule/event/valgrind_solaris/attachments/slides/359/export/events/attachments/valgrind_solaris/slides/359/valgrind_solaris.pdf">this page</a>.
</ul>
|