summaryrefslogtreecommitdiff
path: root/report.c
AgeCommit message (Collapse)Author
2019-04-17subproc: use TEMP_FAILURE_RETRY with some restartable funcsRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop ↵Robert Swiecki
working for some time, will be fixed in the coming days
2018-08-18Handle NetBSD in generic code switchesKamil Rytarowski
Enhance the NetBSD support in generic code using the linux struct, and where applicable use the netbsd struct.
2018-08-10Do not print Linux specific reports on non-Linux hostsKamil Rytarowski
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-03-02honggfuzz.h: move some global struct values into substructsRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide ↵Robert Swiecki
with other public libraries
2017-12-18honggfuzz.h: move some fields into timing subfieldRobert Swiecki
2017-12-18move some struct honggfuzz fields into exe subfieldRobert Swiecki
2017-11-14Implement RSS and DATA rlimitsRobert Swiecki
2017-11-14all: move more struct fields into substructers for clarityRobert Swiecki
2017-11-14report: remove unnecessary null-ptr checkRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-04mangle: introduce mutationsPerRun instead of flipRateRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-06-14Linux: remove BTS block - as it's just BTS edgeRobert Swiecki
2017-05-24Introduce libcommonRobert Swiecki
2016-11-01Remove --linux_perf_custom and supporting codeRobert Swiecki
2016-10-20Report: Don't acuire mutex if there's nothing to reportRobert Swiecki
2016-10-18report: bad AND of conditionsRobert Swiecki
2016-10-18Remove a report lock for nowRobert Swiecki
2016-10-16report: protect reporting with a static mutexRobert Swiecki
2016-04-16Use O_CLOEXEC to avoid leaking data to childJagger
2016-03-21Move linux hfuzz_t code to linux structJagger
2016-03-14The first pass is dry pass for dynamic filesRobert Swiecki
2016-02-09LINUX: Use procfs to resolve remote pid cmdAnestis Bechtsoudis
Use remote pid cmdline string for display and reports Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-02-04Change names of dynamic countersJagger
2015-12-20Annotate unused varsAnestis Bechtsoudis
Add UNUSED attribute macro and annotate unused variables across the codebase removing dead code that creates indexing noise. Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-10-09MergeRobert Swiecki
2015-09-10Put report file in the working dir as wellJagger
2015-09-08Use %PRIu64 for uint64_tJagger
2015-09-08Small bug fixes in refactored codeAnestis Bechtsoudis
* Missing display.c from Android makefile (TODO: Export some variables from main makefile to auto-inherit without need to manually update both) * Extra semicolon (apart GCC doesn't give a damn about it) * Integer format fix Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-09-08Get rid of semaphores. Signals ruleRobert Swiecki
2015-08-23A quick periodic indentJagger
2015-08-18Remove only white spaces linesAnestis Bechtsoudis
2015-08-07Add fuzzer args in report fileAnestis Bechtsoudis
2015-02-25Different mapping strategy for Linux/Posixrobert.swiecki@gmail.com
2015-02-16Indent: Remove spaces at the end of linesrobert.swiecki@gmail.com
2015-02-15Better reporting and 64-bit rnd functionrobert.swiecki@gmail.com
2015-02-14Missing report filesrobert.swiecki@gmail.com