| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
correctly, but got stuck in state ``umtx''. This was mentioned on the lists
and in kern/68992 [closed], but I was never able to fix the problem.
On FreeBSD >= 502120, the kernel's and valgrind's definition of
UMTX_CONTESTED flag were out of sync, which is why valgrind did not terminate
on these systems.
PR: ports/74903
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=123592
|
|
|
|
|
|
|
|
| |
PR: ports/74818
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=123483
|
|
|
|
|
|
|
| |
Reported by: Amir Shalem <amir(at)boom.org.il>
Notes:
svn path=/head/; revision=117891
|
|
|
|
|
|
|
|
|
|
|
| |
Update it to 0.9.8.
Update related ports.
PR: ports/70936
Submitted by: maintainer
Notes:
svn path=/head/; revision=117847
|
|
|
|
|
|
|
|
| |
PR: ports/70746
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Notes:
svn path=/head/; revision=116977
|
|
|
|
|
|
|
| |
valgrind, not just 352.
Notes:
svn path=/head/; revision=115504
|
|
|
|
|
|
|
|
|
| |
procfs stop the portbuild at all. Displaying a warning is fine, breaking
the build over a runtime requirement that does not break building the port
is not.
Notes:
svn path=/head/; revision=115503
|
|
|
|
| |
Notes:
svn path=/head/; revision=115209
|
|
|
|
|
|
|
| |
PLIST_SUB to deal with that.
Notes:
svn path=/head/; revision=115207
|
|
|
|
| |
Notes:
svn path=/head/; revision=115189
|
|
|
|
| |
Notes:
svn path=/head/; revision=114694
|
|
|
|
|
|
|
|
| |
PR: ports/69553
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Notes:
svn path=/head/; revision=114692
|
|
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>
Notes:
svn path=/head/; revision=109795
|