aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bunny
Commit message (Collapse)AuthorAgeFilesLines
* Quiesce mkdirehaupt2014-03-181-1/+1
|
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forehaupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-3/+0
| | | | any install target.
* Support staging.ehaupt2013-10-241-4/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 1)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-2/+0
|
* - Use DOC instead of NOPORTDOCSehaupt2013-01-151-6/+6
| | | | | - Pacify portlint - Convert header
* -remove MD5ohauer2011-07-031-1/+0
|
* Mark this IGNORE everywhere except amd64/i386: invokes i386 asm.linimon2010-03-271-2/+2
| | | | Hat: portmgr
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+2
|
* Update to 0.93ehaupt2008-06-162-4/+4
| | | | | PR: 124612 Submitted by: lwhsu
* Use MASTER_SITE_CRITICALehaupt2008-03-281-3/+1
|
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comedwin2008-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@
* Mark it NOT_FOR_ARCHS for sparc64. The last commit did not solve the problem.ehaupt2008-02-221-7/+3
|
* Turn off default compiler optimization for sparc64.ehaupt2008-02-221-1/+8
|
* Add bunny, a closed loop, high-performance, general purpose protocol-blindehaupt2008-01-293-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.