aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2019-12-03linux/trace: make it compile with -m32Robert Swiecki
2019-12-03linux/trace: make android compile with capstone 4.0.1Robert Swiecki
2019-12-03android: fixes for AndroidRobert Swiecki
2019-11-30linux/trace: save backtrace for the reportRobert Swiecki
2019-11-30linux/trace: use longer description for the reportRobert Swiecki
2019-11-30linux/trace: simplify poarsing asan reportsRobert Swiecki
2019-11-30linux/trace: save multiple crashes per runRobert Swiecki
2019-11-29linux/trace: debug msgRobert Swiecki
2019-11-29linux/trace: don't handle SIGSEGV/SIGBUS/SIGILL/SIGFPE is -S is enabledRobert Swiecki
2019-10-30android: make make android-all workRobert Swiecki
2019-09-12linux/arch: adjust oom score for fuzzed tasksRobert Swiecki
2019-09-03No need to use a special signal to emulate SIGUSR1Robert Swiecki
2019-08-28arch: use shorter form of concatenating stringsRobert Swiecki
2019-08-28*/arch.c: use _HF_INPUT_FD instead of run->dynamicFileFd b/c the latter if O_...Robert Swiecki
2019-08-27subproc: allow to use ___FILE___ and -s with persistent modeRobert Swiecki
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