| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:59:23
0.93
|
ohauer  |
-remove MD5 |
27 Mar 2010 05:52:32
0.93
|
linimon  |
Mark this IGNORE everywhere except amd64/i386: invokes i386 asm.
Hat: portmgr |
27 Mar 2009 09:53:36
0.93
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
16 Jun 2008 12:08:02
0.93
|
ehaupt  |
Update to 0.93
PR: 124612
Submitted by: lwhsu |
27 Mar 2008 19:27:34
0.92
|
ehaupt  |
Use MASTER_SITE_CRITICAL |
13 Mar 2008 11:27:29
0.92
|
edwin  |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@ |
22 Feb 2008 12:49:06
0.92
|
ehaupt  |
Mark it NOT_FOR_ARCHS for sparc64. The last commit did not solve the problem. |
22 Feb 2008 10:38:41
0.92
|
ehaupt  |
Turn off default compiler optimization for sparc64. |
28 Jan 2008 20:04:56
0.92
|
ehaupt  |
Add bunny, a closed loop, high-performance, general purpose protocol-blind
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. |