aboutsummaryrefslogtreecommitdiff
path: root/report.c
AgeCommit message (Expand)Author
2021-10-19openbsd portDavid Carlier
2021-08-01Solaris/Illumos build implementation proposal.David Carlier
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-03-05fix some -m32 compilation issues (type casting)Robert Swiecki
2019-12-07debug messages across the codeRobert Swiecki
2019-12-05posix: generate reportRobert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-12-03linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path stringsRobert Swiecki
2019-11-30linux/trace: save multiple crashes per runRobert Swiecki
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 wo...Robert Swiecki
2018-08-18Handle NetBSD in generic code switchesKamil Rytarowski
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 w...Robert Swiecki
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
2016-02-04Change names of dynamic countersJagger
2015-12-20Annotate unused varsAnestis Bechtsoudis
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
2015-09-08Get rid of semaphores. Signals ruleRobert Swiecki