summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2019-05-22honggfuzz 1.9Robert Swiecki
2019-04-17linux/: use TEMP_FAILURE_RETRY with some restartable funcsRobert Swiecki
2019-04-03linux/perf.c: Assign perfMmapAux pointer to NULL upon failed mmapSolomon Tan
2019-04-01linux/perf.c: Fix cpuIptBtsFd assignment on failed perf set-upSolomon Tan
2019-03-01hfuzz-cc: better way of looking for fsanitize=fuzzerRobert Swiecki
2019-02-26linux/arch: make longjmp'ing function noreturnRobert Swiecki
2019-02-18linux/arch: do perfClose in the new forkRobert Swiecki
2019-02-18linux/arch: close perf once the process is killedRobert Swiecki
2019-02-14create a signal thread to distribute SIGCHLD as SIGUSR1Robert Swiecki
2019-02-12linux/arch: use sigtimedwait just in caseRobert Swiecki
2019-02-12linux/arch: move waiting sigset to globalRobert Swiecki
2019-02-11honggfuzz: move thread pinging routine to a separate functionRobert Swiecki
2019-02-10linux/arch: fixesRobert Swiecki
2019-02-10linux: remove forced useCloneRobert Swiecki
2019-02-10linux/arch: commentRobert Swiecki
2019-02-10time limit checks based on USR1Robert Swiecki
2019-01-30linux/arch: remove TODORobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-10-31linux/pt: better ranges for PTRobert Swiecki
2018-10-31linux/pt: use --linux_perf_ignore_above in PTRobert Swiecki
2018-10-28make indentRobert Swiecki
2018-10-28linux/pt: reorder functionsRobert Swiecki
2018-10-27make indenyRobert Swiecki
2018-10-27linux/pt: missing perf_ptInit for non PT usersRobert Swiecki
2018-10-27linux/pt: as per man scanf, size of a string plus NULRobert Swiecki
2018-10-27linux/pt: missing return statementRobert Swiecki
2018-10-27linux/pt: remove debug LOGRobert Swiecki
2018-10-27linux/pt: init pt_cpu structRobert Swiecki
2018-08-23sancov: remove, since it's old (clang-4), slower, and requires complex code. ...Robert Swiecki
2018-08-21netbsd/linux: unwind correct includesRobert Swiecki
2018-08-21netbsd: include with prefix #2Robert Swiecki
2018-08-15perf: check if perf is actually active when counting itRobert Swiecki
2018-07-25linux/perf: use kernel's headers for PT configsRobert Swiecki
2018-07-13add __sanitizer_cov_trace_div to supported coverage metricsRobert Swiecki
2018-06-12linux_perf: correct memory barriers before reading BTS/PTRobert Swiecki
2018-05-05Fix IPT error reportingSergiusz Bazanski
2018-04-17util/printf: add printf attributeRobert Swiecki
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-03-02honggfuzz: move more vars to substructsRobert Swiecki
2018-03-02linux/perf: prettify reading of intel_pt/intel_bts sys filesRobert Swiecki
2018-03-02honggfuzz.h: move some global struct values into substructsRobert Swiecki
2018-02-27fewer == false == true across the codeRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-29linux: remove run->global->linux.useClone=true which was set for testingRobert Swiecki
2018-01-25remove useSanCov and use _HF_DYNFILE_SANCOVRobert Swiecki
2018-01-21make indent dependRobert Swiecki
2018-01-21Support external fuzzer and provide code coveragedobin
2018-01-16cmdline: discover both persistent and netdriver modesRobert Swiecki
2018-01-15linux: include string.h in bfd.h to avoid dis-asm.h inclusion problemsRobert Swiecki
2018-01-15subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzingRobert Swiecki