aboutsummaryrefslogtreecommitdiff
path: root/posix/arch.c
AgeCommit message (Expand)Author
2025-03-21make indentRobert Swiecki
2025-03-21posix: disable ASLR for the child process on macOSKhaled Yakdan
2025-03-20posix: increment crash count before duplicate checkKhaled Yakdan
2023-12-06solaris based system, disable process ASLR.David Carlier
2022-11-22make indentRobert Swiecki
2022-11-22set the current process as init process on FreeBSD.David CARLIER
2022-04-28arch_fork FreeBSD use rfork syscall instead.David Carlier
2022-01-24make indentRobert Swiecki
2022-01-19FreeBSD support controlling ASLR.David CARLIER
2021-08-01Solaris/Illumos build implementation proposal.David Carlier
2020-05-18remove comparisons to true and to false across the codeRobert Swiecki
2020-05-05subproc: simpler subproc_StatusToStr())Robert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-01-20arch: move arch.c logging to subproc.cRobert 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
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-04sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...Robert Swiecki
2019-09-04posix/arch: sigwait for sigtimedwait for openbsdRobert Swiecki
2019-09-03posix/arch: WSL defines __WALL but doesn't accept itRobert 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-02-15posix: check wait events in a loopRobert Swiecki
2019-02-14create a signal thread to distribute SIGCHLD as SIGUSR1Robert Swiecki
2019-02-10time limit checks based on USR1Robert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-08-23sancov: remove, since it's old (clang-4), slower, and requires complex code. ...Robert Swiecki
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-16cmdline: discover both persistent and netdriver modesRobert Swiecki
2018-01-15subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzingRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-12posix: allow to use _HF_MONETARY_MOD with posixRobert Swiecki
2018-01-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10arch: simplify arch handling a bitRobert Swiecki
2018-01-08rename UNUSED to HF_ATTR_UNUSED for clarityRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2017-12-18run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRMRobert Swiecki
2017-12-18honggfuzz.h: move some fields into timing subfieldRobert Swiecki
2017-12-18move some struct honggfuzz fields into exe subfieldRobert Swiecki
2017-12-15Implement idea of total (all) and new coverage directories, as well as concep...Robert Swiecki
2017-11-16terminating logic: more improvementsRobert Swiecki
2017-11-16better termination logicRobert Swiecki