Commit graph

3 commits

Author SHA1 Message Date
Volker Stolz
006ecc902e - Add some suppression files & fix packaging[1]
(bump PORTREV)
- Warn if USER_LDT is not present in 4.x-kernel [2]

PR:		ports/71832 [1]; ports/75436 [2]
Submitted by:	Frerich Raabe;   maintainer
2004-12-27 11:41:40 +00:00
Pav Lucistnik
210c0b78e3 - Update to 352
PR:		ports/69553
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-25 17:02:00 +00:00
Kirill Ponomarev
f3b8752aaf Valgrind is a system for debugging and profiling un*x programs.
With the tools that come with Valgrind, you can automatically
detect many memory management and threading bugs, avoiding
hours of frustrating bug-hunting, making your programs more
stable. You can also perform detailed profiling, to speed up
and reduce memory use of your programs.

The Valgrind distribution includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap
profiler.  Several other tools have been built with Valgrind.

Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/).

Submitted by:	Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
2004-05-23 17:00:03 +00:00