aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2020-07-30Remove redundant F_SETSIG call from process forkStefan Bucur
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-05-07subproc: simpler subproc_StatusToStr()) #2Robert Swiecki
2020-05-05subproc: simpler subproc_StatusToStr())Robert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-26linux/bfd: __block no longer neededRobert 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-29linux: enable network namespacing by default (if available)Robert Swiecki
2020-03-28libhfcommon/files: implement files_writeStrToFile and move some callers of fi...Robert Swiecki
2020-03-26Makefile/linux/bfd: give ability no to link against bfd/binutilsRobert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-03-24subproc: set nice(1) for fuzzed processesRobert Swiecki
2020-03-05fix some -m32 compilation issues (type casting)Robert Swiecki
2020-03-01libhfuzz: always test value with atomics before calling xchgRobert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2020-01-20arch: move arch.c logging to subproc.cRobert Swiecki
2020-01-20subproc: move execve argument preparation into a separate funcRobert Swiecki
2020-01-20subproc: move argument generation to subproc.cRobert Swiecki
2020-01-19*/arch.c: fix https://github.com/google/honggfuzz/issues/302 - check ret valu...Robert Swiecki
2020-01-08linux/bfd: make it work with bfd-2.33 - simpler solutionRobert Swiecki
2020-01-08linux/bfd: make it work with bfd-2.33Robert Swiecki
2019-12-06sanitizers: add demangled symbol parsingRobert Swiecki
2019-12-06linux/trace: check for func/file == NULLRobert Swiecki
2019-12-06linux/trace: commentsRobert Swiecki
2019-12-06linux/trace: don't use si.si_addr if it's SI_FROMUSER()Robert Swiecki
2019-12-06linux/bfd: use c++ demangler with libertyRobert Swiecki
2019-12-06linux/trace: remove incorrect checkRobert Swiecki
2019-12-06bfd_demangle returns allocated bufRobert Swiecki
2019-12-06linux/trace: swapped arguments to report_appendReport()Robert Swiecki
2019-12-05linux: implement function demanglingRobert Swiecki
2019-12-05posix: generate reportRobert Swiecki
2019-12-05*/trace: don't fake frames if asan log parsing failsRobert Swiecki
2019-12-05posix: add san log parsingRobert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-12-05sanitizers: simplify asan report parsing (no need for READ/WRITE parsing any ...Robert Swiecki
2019-12-05sanitizers+linux/trace: add another asan report parsing format, and simplify ...Robert Swiecki
2019-12-04linux/unwind: use also dynamic symbol tableRobert Swiecki
2019-12-04cmdline: add cmdlineParseTrueFalse() to parse true/false argumentsRobert Swiecki
2019-12-04linux/trace: pass pcRegSz to arch_getInstrStrRobert Swiecki
2019-12-04sanitizers: move arch_hashCallstack to sanitizersRobert Swiecki
2019-12-04sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...Robert Swiecki
2019-12-04cmdline/sanitizers: add option to delete/retain asan report, as well as move ...Robert Swiecki
2019-12-04linux/trace: parse various asan reportsRobert Swiecki
2019-12-04linux/trace: android's version of asanRobert Swiecki
2019-12-03make indent dependRobert Swiecki
2019-12-03linux/trace: assume all registers are uint64_t +asan parsingRobert Swiecki
2019-12-03linux/trace: assume all registers are uint64_tRobert Swiecki
2019-12-03linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path stringsRobert Swiecki
2019-12-03linux/trace: sscanf is tricky, add 1 byte so the scanning doesn't overflow bu...Robert Swiecki