summaryrefslogtreecommitdiff
path: root/honggfuzz.c
AgeCommit message (Expand)Author
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert Swiecki
2020-03-29use usecs instead of msecs as the basic unit of timeRobert Swiecki
2020-03-28libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...Robert Swiecki
2020-03-24getGitVersion using \$Id\$Robert Swiecki
2020-03-24hongguzz.c: missing commaRobert Swiecki
2020-03-24honggfuzz: print git commit id during startupRobert Swiecki
2020-03-24cmdline: clean-up initial LOG_IRobert Swiecki
2020-03-08dictionary: simplify wordlist and feedback list dictionary operationsRobert Swiecki
2020-02-26Add const cmp feedback functionality behind the --experimental_const_feedback...Robert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2019-12-03honggfuzz: android's bionic seems to return errno=0 with failing pthread_killRobert Swiecki
2019-11-04make identRobert Swiecki
2019-11-04Added option to export the feedback struct to diskSamuel Groß
2019-10-21input: free dictionary after useRobert Swiecki
2019-10-08honggfuzz: test for input/output dirs existenceRobert Swiecki
2019-10-06More work on corpus minimizationRobert Swiecki
2019-10-05Initial work on corpus minimization (doesn't work yet)Robert Swiecki
2019-09-17honggfuzz: move main loop into a separate funcRobert Swiecki
2019-09-04Merge pull request #273 from neuracr/fix_rssrobertswiecki
2019-09-04use madvise(nocore) for the feedbackRobert Swiecki
2019-09-04use madvise(nocore) for the input fdRobert Swiecki
2019-09-04Convert maxrss to mbGuillaume Weghsteen
2019-09-04make it compilable under android ndk 20Robert Swiecki
2019-09-03libhfcommon/files: use shm_open with other OSesRobert Swiecki
2019-09-03sigwait(): handle EINTR #2Robert Swiecki
2019-09-03sigwait(): handle EINTRRobert Swiecki
2019-09-03No need to use a special signal to emulate SIGUSR1Robert Swiecki
2019-08-28honggfuzz: map feedback struct unconditionallyRobert Swiecki
2019-08-27subproc: allow to use ___FILE___ and -s with persistent modeRobert Swiecki
2019-08-27Merge branch 'master' into rssGuillaume Weghsteen
2019-08-27dont't crash honggfuzz if we can't getrusage, just warn the userGuillaume Weghsteen
2019-08-26display: support for SIGWINCHRobert Swiecki
2019-08-26Add peak_rss_mb metricsGuillaume Weghsteen
2019-08-17hongfuzz: use ATOMIC_GET when accessing hfuzz->feedback.feedbackMapRobert Swiecki
2019-08-02honggfuzz.c: stats - avoid divbyzeroRobert Swiecki
2019-08-02display: display number of total guardsRobert Swiecki
2019-07-31add branch_coverage_percent and guard_nb statisticsGuillaume Weghsteen
2019-07-30honggfuzz.h: make naming of truct params conform to the similar conventionRobert Swiecki
2019-07-26add new statistic collectionGuillaume Weghsteen
2019-04-01hfcommin/util: implement sleep resistant to interruptsRobert Swiecki
2019-03-02fix LOG msgRobert Swiecki
2019-03-01use pthread_sigmask instead of sigprocmask in mult-threaded contextsRobert Swiecki
2019-02-21subproc: allow to specify whether a thread should be joinableRobert Swiecki
2019-02-21honggfuzz: displayDisplay can be called anytimeRobert Swiecki
2019-02-17fuzz: don't wait for threads with pthread_joinRobert Swiecki
2019-02-17hfuzz-cc: implementation of memcmpctRobert Swiecki
2019-02-15honggfuzz: special function for stoping the signal threadRobert Swiecki