aboutsummaryrefslogtreecommitdiff
path: root/devel/bunny
Commit message (Collapse)AuthorAgeFilesLines
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Mark this IGNORE everywhere except amd64/i386: invokes i386 asm.Mark Linimon2010-03-271-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251566
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231102
* Update to 0.93Emanuel Haupt2008-06-162-4/+4
| | | | | | | | PR: 124612 Submitted by: lwhsu Notes: svn path=/head/; revision=214949
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-3/+1
| | | | Notes: svn path=/head/; revision=209964
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comEdwin Groothuis2008-03-131-1/+2
| | | | | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@ Notes: svn path=/head/; revision=208927
* Mark it NOT_FOR_ARCHS for sparc64. The last commit did not solve the problem.Emanuel Haupt2008-02-221-7/+3
| | | | Notes: svn path=/head/; revision=207749
* Turn off default compiler optimization for sparc64.Emanuel Haupt2008-02-221-1/+8
| | | | Notes: svn path=/head/; revision=207745
* Add bunny, a closed loop, high-performance, general purpose protocol-blindEmanuel Haupt2008-01-283-0/+54
fuzzer for C programs. Uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data. This architecture makes it possible to significantly improve the coverage of the testing process without a noticeable performance impact usually associated with other attempts to peek into run-time internals. Notes: svn path=/head/; revision=206330