Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quiesce mkdir | ehaupt | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for | ehaupt | 2014-02-13 | 1 | -2/+0 |
| | | | | | | afterwards. Encouraged by: mat | ||||
* | Now that this port is staged and DOCS defined we can stop testing for DOCS in | ehaupt | 2014-02-13 | 1 | -3/+0 |
| | | | | any install target. | ||||
* | Support staging. | ehaupt | 2013-10-24 | 1 | -4/+3 |
| | |||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-21 | 1 | -0/+1 |
| | | | | devel part 1) | ||||
* | Remove MAKE_JOBS_SAFE which is now default. | ehaupt | 2013-07-24 | 1 | -2/+0 |
| | |||||
* | - Use DOC instead of NOPORTDOCS | ehaupt | 2013-01-15 | 1 | -6/+6 |
| | | | | | - Pacify portlint - Convert header | ||||
* | -remove MD5 | ohauer | 2011-07-03 | 1 | -1/+0 |
| | |||||
* | Mark this IGNORE everywhere except amd64/i386: invokes i386 asm. | linimon | 2010-03-27 | 1 | -2/+2 |
| | | | | Hat: portmgr | ||||
* | Mark MAKE_JOBS_SAFE | ehaupt | 2009-03-27 | 1 | -0/+2 |
| | |||||
* | Update to 0.93 | ehaupt | 2008-06-16 | 2 | -4/+4 |
| | | | | | PR: 124612 Submitted by: lwhsu | ||||
* | Use MASTER_SITE_CRITICAL | ehaupt | 2008-03-28 | 1 | -3/+1 |
| | |||||
* | Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com | edwin | 2008-03-13 | 1 | -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. | ehaupt | 2008-02-22 | 1 | -7/+3 |
| | |||||
* | Turn off default compiler optimization for sparc64. | ehaupt | 2008-02-22 | 1 | -1/+8 |
| | |||||
* | Add bunny, a closed loop, high-performance, general purpose protocol-blind | ehaupt | 2008-01-29 | 3 | -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. |