|
From: Nicholas N. <nj...@ca...> - 2004-07-20 11:52:54
|
CVS commit by nethercote:
Future-proof
M +1 -1 related.html 1.17
--- devel-home/valgrind/related.html #1.16:1.17
@@ -26,5 +26,5 @@
can profile shared libraries.
<p>
-<li>Nick Nethercote has three experimental tools: a memory access tracer, a
+<li>Nick Nethercote has several experimental tools: a memory access tracer, a
heap profiler, a pointer misuse-checker, and a signal-handler checker. He
also has an experimental Valgrind distribution that has an interactive
|
|
From: Nicholas N. <nj...@ca...> - 2004-08-03 11:31:47
|
CVS commit by nethercote: disambiguate M +1 -1 downloads.html 1.15 --- devel-home/valgrind/downloads.html #1.14:1.15 @@ -43,5 +43,5 @@ been fixed, and so if you use 2.1.1 you should try 2.1.2. Users of the last stable release, 2.0.0, might also want to try this release. -For one thing, 2.1.2 compiles with gcc-3.4.X, whereas 2.0.0 doesn't. +For one thing, 2.1.2 can be compiled with gcc-3.4.X, whereas 2.0.0 cannot. <p> |
|
From: Nicholas N. <nj...@ca...> - 2004-08-18 00:30:35
|
CVS commit by nethercote: Added ICPLD, 3Delight. M +11 -4 users.html 1.73 --- devel-home/valgrind/users.html #1.72:1.73 @@ -104,5 +104,5 @@ <dt><a href="http://atlas.web.cern.ch/Atlas/Welcome.html">Atlas</a> and <a href="http://cmsinfo.cern.ch/Welcome.html">CMS</a> experiments at - <a href="http://www.cern.ch">CERN</a>'s + <a href="http://www.cern.ch/">CERN</a>'s <a href="http://lhc-new-homepage.web.cern.ch/lhc-new-homepage/">Large Hadron Collider</a> @@ -146,5 +146,5 @@ <dd>A Beowulf grid simulator. -<dt><a href="http://zori.aspuru.com">Zori</a> +<dt><a href="http://zori.aspuru.com/">Zori</a> <dd>A GPL quantum Monte Carlo (QMC) program. </dl> @@ -181,4 +181,8 @@ <dd>A collection of utilities, libraries, and scripting interfaces for performing image processing. + +<dt><a href="http://www.3delight.com/">3Delight</a> +<dd>A fast RenderMan-compliant renderer. + </dl> @@ -340,6 +344,9 @@ <dd>X Window compression software. -<dt><a href="http://www.open1x.org">Xsupplicant</a> +<dt><a href="http://www.open1x.org/">Xsupplicant</a> <dd>An 802.1X client for Linux. + +<dt><a href="http://icpld.northernmost.org/">ICPLD</a> +<dd>A network connection performance monitor. </dl> @@ -399,5 +406,5 @@ <dd>A free instant messaging service. -<dt><a href="http://www.powerdns.com">PowerDNS</a> +<dt><a href="http://www.powerdns.com/">PowerDNS</a> <dd>A modern, advanced and high performance authoritative-only nameserver. |
|
From: Nicholas N. <nj...@ca...> - 2004-08-31 14:22:03
|
CVS commit by nethercote:
We have a user in Iceland :)
M +1 -1 overview.html 1.13
--- devel-home/valgrind/overview.html #1.12:1.13
@@ -71,5 +71,5 @@
of programmers across the world. We have received feedback from
users in over 25 countries, including: Belgium, Czech Republic,
- Denmark, Finland, France, Germany, Greece, Hungary, Italy, The
+ Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Italy, The
Netherlands, Norway, Poland, Russia, Sweden, Switzerland, UK,
Argentina, Brazil, Canada, USA, Australia, Japan, New Zealand, Singapore,
|
|
From: Julian S. <js...@ac...> - 2004-08-31 16:05:38
|
CVS commit by jseward: Update for valgrind-2.2.0. M +22 -11 downloads.html 1.16 M +4 -3 index.html 1.24 --- devel-home/valgrind/downloads.html #1.15:1.16 @@ -7,20 +7,27 @@ <h3>Current Stable Release</h3> -<strong>2.0.0 (of 11 November 2003)</strong> - <a HREF="http://developer.kde.org/~sewardj/valgrind-2.0.0.tar.bz2">(bzip2'd source, 710KB)</a> - (MD5=1f6a90d0ca494fb75eaeef498e8252b5) +<strong>2.2.0 (of 31 August 2004)</strong> + <a HREF="http://developer.kde.org/~sewardj/valgrind-2.2.0.tar.bz2">(bzip2'd source, 965KB)</a> + (MD5=30dc51f6fc94751b90b04af9c2e2c656) <p> -Compared to the previous stable release (20031012), -2.0.0 improves SSE/SSE2 support, fixes some minor bugs, and -improves support for SuSE 9 and the Red Hat "Severn" beta. +Compared to the previous stable release (2.0.0), 2.2.0 has much +improved signals/syscalls/threads support, works well on recent Linux +distros, improves SSE2/SSE3 support, and brings you Massif, a new tool +for investigating space use of your programs. There are literally +dozens of other improvements and refinements, and hundreds of bug +fixes, listed in the +<a HREF="http://developer.kde.org/~sewardj/docs-2.2.0/NEWS.txt">NEWS</a> +file. <p> -2.0.0 is known to build and work well on: Red Hats 7.3, 8, 9, SuSE 8.2 -and SuSE 9.0. +2.2.0 builds and runs its regression tests on: Red Hat 7.2, 7.3, 8.0, 9, +Fedora Core 2, and SuSE 9.1. We believe it should work on Linux +distributions with kernel 2.4 or 2.6 and glibc 2.2.X or 2.3.X. <p> -See the <a HREF="http://developer.kde.org/~sewardj/docs-2.0.0/NEWS.txt">NEWS</a> file in the distro -for more details. +The 2.2.0 documentation is available on-line +<a href="http://developer.kde.org/~sewardj/docs-2.2.0/manual.html">here +</a>. @@ -28,4 +35,8 @@ <h3>Current Development Release</h3> +2.2.0 supersedes all previous releases, and so there is currently +no other development available. + +<!-- <strong>2.1.2 (of 18 July 2004)</strong> <a HREF="http://developer.kde.org/~sewardj/valgrind-2.1.2.tar.bz2">(bzip2'd source, 962KB)</a> @@ -55,9 +66,9 @@ </a>. - <p> We are now doing automatic overnight build-and-test runs on a variety of distros. As a result, we believe 2.1.2 builds and runs on: Red Hat 7.2, 7.3, 8.0, 9, Fedora Core 2, SuSE 9.1. +--> --- devel-home/valgrind/index.html #1.23:1.24 @@ -5,7 +5,8 @@ ?> -<p class="news">July 18, 2004: A new developer release, -<a href="downloads.html">valgrind 2.1.2</a>, is available. 2.1.2 - fixes many bugs in 2.1.1, and includes the new Massif heap-profiling tool. +<p class="news">August 31, 2004: A new stable release, <a +href="downloads.html">valgrind 2.2.0</a>, is available. 2.2.0 brings +many improvements over 2.0.0, and includes the new Massif +heap-profiling tool. <p class="news">March 04, 2004: An experimental PowerPC port is available. |
|
From: Nicholas N. <nj...@ca...> - 2004-09-01 11:27:15
|
CVS commit by nethercote: Update info about Paul's PPC port. M +3 -5 related.html 1.18 --- devel-home/valgrind/related.html #1.17:1.18 @@ -83,6 +83,6 @@ <h3>Ports to Other Architectures</h3> -Paul Mackerras has an experimental port of Valgrind 2.1.0 to PowerPC/Linux -(<a href="http://ozlabs.org/~paulus/valgrind-2.1.0-ppc.tar.bz2">download</a>). +Paul Mackerras has an experimental port of Valgrind 2.2.0 to PowerPC/Linux +(<a href="http://ozlabs.org/~paulus/valgrind-2.2.0-ppc.tar.bz2">download</a>). <p> Some caveats: @@ -90,10 +90,8 @@ <li>It only supports 32-bit instructions at present (no 64-bit instructions). <p> -<li>It doesn't handle Altivec (SIMD) instructions. - <p> <li>There are no PowerPC-specific suppression files yet, so libc.so and ld.so cause a lot of errors. <p> -<li>The code to set cache parameters in cachegrind is pretty minimal at +<li>The code to set cache parameters in Cachegrind is pretty minimal at present. <p> |
|
From: Nicholas N. <nj...@ca...> - 2004-09-02 13:47:11
|
CVS commit by nethercote:
Added gadget.
M +4 -0 users.html 1.74
--- devel-home/valgrind/users.html #1.73:1.74
@@ -199,4 +199,8 @@
<dd>Building-block libraries for quickly assembling 3D simulations, games, and
visualization applications.
+
+<dt><a href="http://www.hafro.is/gadget/">Gadget</a>
+<dd>An open source modelling framework, used to simulate and optimise
+ statistical marine ecosystem models.
</dl>
|
|
From: Nicholas N. <nj...@ca...> - 2004-09-02 13:48:20
|
CVS commit by nethercote:
India, too
M +2 -2 overview.html 1.14
--- devel-home/valgrind/overview.html #1.13:1.14
@@ -73,6 +73,6 @@
Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Italy, The
Netherlands, Norway, Poland, Russia, Sweden, Switzerland, UK,
- Argentina, Brazil, Canada, USA, Australia, Japan, New Zealand, Singapore,
- South Africa and Israel.
+ Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand,
+ Singapore, South Africa and Israel.
<p>
|
|
From: Nicholas N. <nj...@ca...> - 2004-09-06 08:32:34
|
CVS commit by nethercote:
Update info about R Walsh's page.
M +3 -4 related.html 1.19
--- devel-home/valgrind/related.html #1.18:1.19
@@ -32,8 +32,7 @@
<a href="http://www.cl.cam.ac.uk/~njn25/valgrind.html">here</a>.
<p>
-<li>Robert Walsh has two useful
- <a href="http://www.durables.org/software/valgrind/">patches</a>. One
- adds watchpoints on memory locations, the other adds support for pool-based
- allocators.
+<li>Robert Walsh has a page of useful
+ <a href="http://www.durables.org/software/valgrind/">patches</a> for
+ Valgrind, one of which adds watchpoints on memory locations.
<p>
</ul>
|
|
From: Nicholas N. <nj...@ca...> - 2004-09-06 08:57:40
|
CVS commit by nethercote: Update details about Doug's FreeBSD port. M +3 -3 related.html 1.20 --- devel-home/valgrind/related.html #1.19:1.20 @@ -64,7 +64,7 @@ <ul> -<li>FreeBSD: Doug Rabson has done a fairly complete port. See details in this - <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=3660580&forum_id=12302"> - mailing list thread</a>. We hope to integrate this port into Valgrind. +<li>FreeBSD: Doug Rabson has done a fairly complete port. See details at + <a href="http://www.rabson.org">Doug's homepage</a>. We hope to integrate + this port into Valgrind at some point. <p> </ul> |
|
From: Nicholas N. <nj...@ca...> - 2004-09-13 20:46:52
|
CVS commit by nethercote: Added FLAC. M +4 -0 users.html 1.75 --- devel-home/valgrind/users.html #1.74:1.75 @@ -319,4 +319,8 @@ <dt><a href="http://www.vcdimager.org/">VCDImager</a> <dd>A full-featured mastering suite for video CDs and super video CDs. + +<dt><a href="http://flac.sf.net/">FLAC</a> +<dd>A free lossless audio codec. + </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-09-16 11:20:37
|
CVS commit by nethercote: Fix typo M +1 -1 survey2 1.10 --- devel-home/valgrind/survey2 #1.9:1.10 @@ -123,5 +123,5 @@ comments: -# Which of Valgrind's command-line flags you sometimes use? +# Which of Valgrind's command-line flags do you sometimes use? |
|
From: Nicholas N. <nj...@ca...> - 2004-10-08 13:16:15
|
CVS commit by nethercote: Added Xfire, FAST. M +7 -0 users.html 1.76 --- devel-home/valgrind/users.html #1.75:1.76 @@ -93,4 +93,8 @@ <dt><a href="http://www.cyberscience.com/cyberquery.html">Cyberquery</a> <dd>A high performance ad-hoc query and production reporting system. + +<dt><a href="http://www.fastsearch.com/us/products/fast_data_search">FAST + Data Search</a> +<dd>An enterprise real-time search and information retrieval system. </dl> @@ -405,4 +409,7 @@ <dt><a href="http://www.worldforge.org/">Worldforge</a> <dd>An engine for online roleplaying games. + +<dt><a href="http://www.xfire.com/">Xfire</a> +<dd>An instant messenger for gamers. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-10-08 14:15:12
|
CVS commit by nethercote: Added QSF, JMBA. M +6 -0 users.html 1.77 --- devel-home/valgrind/users.html #1.76:1.77 @@ -445,4 +445,10 @@ <dt><a href="http://bidwatcher.sf.net/">Bidwatcher</a> <dd>An eBay auction listing tracker. + +<dt><a href="http://www.ivarch.com/programs/qsf.shtml">QSF</a> +<dd>A small fast statistical spam filter. + +<dt><a href="http://www.ivarch.com/programs/jmba.shtml">JMBA</a> +<dd>A junk mail buffering agent (email challenge/response system). </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-10-13 12:13:27
|
CVS commit by nethercote:
We have at least one user in Portugal.
M +1 -1 overview.html 1.15
--- devel-home/valgrind/overview.html #1.14:1.15
@@ -72,5 +72,5 @@
users in over 25 countries, including: Belgium, Czech Republic,
Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Italy, The
- Netherlands, Norway, Poland, Russia, Sweden, Switzerland, UK,
+ Netherlands, Norway, Poland, Portugal, Russia, Sweden, Switzerland, UK,
Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand,
Singapore, South Africa and Israel.
|
|
From: Julian S. <js...@ac...> - 2004-11-17 13:46:26
|
CVS commit by jseward: Link to 2.2.0 docs. M +3 -3 docs.html 1.9 --- devel-home/valgrind/docs.html #1.8:1.9 @@ -5,7 +5,7 @@ ?> -<a href="http://developer.kde.org/~sewardj/docs-2.1.2/manual.html">Full -documentation</a> for version 2.1.2 is supplied, up-to-date as of 18 -July 2004. +<a href="http://developer.kde.org/~sewardj/docs-2.2.0/manual.html">Full +documentation</a> for version 2.2.0 is supplied, up-to-date as of 31 +August 2004. <p> The following tutorials may be slightly out-of-date, but should give a good |
|
From: Nicholas N. <nj...@ca...> - 2004-11-18 18:24:26
|
CVS commit by nethercote:
Add link to Taintcheck.
M +4 -0 related.html 1.21
--- devel-home/valgrind/related.html #1.20:1.21
@@ -110,4 +110,8 @@
Kvasir.
<p>
+<li>CMU's <a href="http://www.ece.cmu.edu/~jnewsome/docs/taintcheck.pdf">
+ Taintcheck</a> exploit detector and analyser is implemented as a Valgrind
+ tool.
+ <p>
</ul>
|
|
From: Nicholas N. <nj...@ca...> - 2004-11-20 11:33:38
|
CVS commit by nethercote:
update
M +4 -5 related.html 1.22
--- devel-home/valgrind/related.html #1.21:1.22
@@ -26,9 +26,8 @@
can profile shared libraries.
<p>
-<li>Nick Nethercote has several experimental tools: a memory access tracer, a
- heap profiler, a pointer misuse-checker, and a signal-handler checker. He
- also has an experimental Valgrind distribution that has an interactive
- command line. They are all available
- <a href="http://www.cl.cam.ac.uk/~njn25/valgrind.html">here</a>.
+<li>Nick Nethercote has several experimental tools: a memory access tracer,
+ a pointer misuse-checker, and a signal-handler checker.
+ They are all available <a
+ href="http://www.cl.cam.ac.uk/~njn25/software.html">here</a>.
<p>
<li>Robert Walsh has a page of useful
|
|
From: Nicholas N. <nj...@cs...> - 2005-02-13 16:17:09
|
CVS commit by nethercote: Added Lava. M +4 -0 users.html 1.79 --- devel-home/valgrind/users.html #1.78:1.79 @@ -236,4 +236,8 @@ <dt><a href="http://www.cyberscience.com/cyberscreen.html">Cyberscreen</a> <dd>A fourth generation language and rapid application development environment. + +<dt><a href="http://lavape.sourceforge.net">Lava</a> +<dd>An experimental OO programming language implementaion, including a + structure editor. </dl> |
|
From: Nicholas N. <nj...@cs...> - 2005-02-14 23:48:32
|
CVS commit by nethercote: typo M +1 -1 users.html 1.80 --- devel-home/valgrind/users.html #1.79:1.80 @@ -238,5 +238,5 @@ <dt><a href="http://lavape.sourceforge.net">Lava</a> -<dd>An experimental OO programming language implementaion, including a +<dd>An experimental OO programming language implementation, including a structure editor. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2005-02-09 00:15:31
|
CVS commit by nethercote: Added SLURM, Buzztard, Leptonica. M +9 -0 users.html 1.78 --- devel-home/valgrind/users.html #1.77:1.78 @@ -117,4 +117,7 @@ <dd>A widely-used data access, analysis and visualisation system. +<dt><a href="http://www.llnl.gov/linux/slurm/">SLURM</a> +<dd>A highly scalable cluster resource manager. + <dt><a href="http://www.hlrs.de/organization/pds/projects/pacx-mpi/">PACX-MPI</a> <dd>A library for running parallel application on clusters connected @@ -189,4 +192,7 @@ <dd>A fast RenderMan-compliant renderer. +<dt><a href="http://www.leptonica.com/">Leptonica</a> +<dd>An open source C library for efficient image processing and image analysis + operations. </dl> @@ -327,4 +333,7 @@ <dd>A free lossless audio codec. +<dt><a href="http://www.buzztard.org/">Buzztard</a> +<dd>A modular "Tracker"-style audio sequencer. + </dl> |
|
From: Nicholas N. <nj...@cs...> - 2005-02-16 01:56:31
|
CVS commit by nethercote: Update location of the FreeBSD port. Comment-out mention of the old, never-really-worked NetBSD port. M +6 -4 related.html 1.23 --- devel-home/valgrind/related.html #1.22:1.23 @@ -63,10 +63,12 @@ <ul> -<li>FreeBSD: Doug Rabson has done a fairly complete port. See details at - <a href="http://www.rabson.org">Doug's homepage</a>. We hope to integrate - this port into Valgrind at some point. +<li>FreeBSD: Doug Rabson has done a fairly complete port. Snapshots of the + work in progress are at this + <a href="http://www.freebsd.org/cgi/ports.cgi?query=valgrind">FreeBSD + page</a>. We hope to integrate this support into Valgrind at some point. <p> </ul> +<!-- We haven't tried the following ports, but they don't seem complete. But kudos to the authors for attempting a <em>very</em> difficult task. @@ -78,5 +80,5 @@ <p> </ul> - +--> <h3>Ports to Other Architectures</h3> |
|
From: Nicholas N. <nj...@cs...> - 2005-02-27 17:19:44
|
CVS commit by nethercote:
Added Citadel.
M +3 -0 users.html 1.81
--- devel-home/valgrind/users.html #1.80:1.81
@@ -509,4 +509,7 @@
<dd>A freely available and fully compliant C++ implementation of the CORBA
standard.
+
+<dt><a href="http://www.citadel.org/">Citadel</a>
+<dd>An open source, standalone, groupware and collaboration server.
</dl>
|
|
From: Nicholas N. <nj...@cs...> - 2005-03-01 02:56:43
|
CVS commit by nethercote: Added Quick Start doc. A valgrind-quick-start 1.1 M +4 -0 docs.html 1.10 --- devel-home/valgrind/docs.html #1.9:1.10 @@ -5,4 +5,8 @@ ?> +The <a href="valgrind-quick-start">Valgrind Quick Start</a> tells you the +minimum amount of information you need to know to start using detecting +memory errors in your programs. +<p> <a href="http://developer.kde.org/~sewardj/docs-2.2.0/manual.html">Full documentation</a> for version 2.2.0 is supplied, up-to-date as of 31 |
|
From: Nicholas N. <nj...@cs...> - 2005-03-01 02:57:35
|
CVS commit by nethercote: wibble M +4 -4 valgrind-quick-start 1.2 --- devel-home/valgrind/valgrind-quick-start #1.1:1.2 @@ -89,8 +89,8 @@ Memory leak messages look like this: -==19182== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1 -==19182== at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130) -==19182== by 0x8048385: f (a.c:7) -==19182== by 0x80483AB: main (a.c:14) + ==19182== 40 bytes in 1 blocks are definitely lost in loss record 1 of 1 + ==19182== at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130) + ==19182== by 0x8048385: f (a.c:7) + ==19182== by 0x80483AB: main (a.c:14) The stack trace tells you where the leaked memory was allocated. Memcheck |