aboutsummaryrefslogtreecommitdiff
path: root/netbsd
AgeCommit message (Expand)Author
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-17make indentRobert Swiecki
2022-11-22set the current process as init process on FreeBSD.David CARLIER
2021-11-11arch_getPC: netbsd arm64 support.David Carlier
2021-02-15respectful vocabulary: white->allow, black->block, master->mainRobert Swiecki
2021-02-09make indentRobert Swiecki
2020-12-18make indentRobert Swiecki
2020-08-26make indentRobert Swiecki
2020-07-22make indent dependRobert Swiecki
2020-07-01netbsd: Fix PC and SI_ADDR in arch_traceSaveData()Kamil Rytarowski
2020-06-17make indentRobert Swiecki
2020-06-11Improve NetBSD compatibilityKamil Rytarowski
2020-05-05subproc: simpler subproc_StatusToStr())Robert Swiecki
2020-05-04netbsd: unused argRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-25netbsd: netbsd-specific run_t is not neededRobert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert 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-05netbsd: generate reportRobert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-12-04netbsd: use funcs_t from sanitizers.hRobert 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-09-22netbsd: remove socketfuzzer from this arch (never tested)Robert 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-19netbsd/mac: use EINTR loop for waitRobert Swiecki
2019-02-14create a signal thread to distribute SIGCHLD as SIGUSR1Robert Swiecki
2019-02-10netbsd: wait for the whole session, should catch all fork'd processesRobert Swiecki
2019-02-10netbsd: wait logicRobert Swiecki
2019-02-10time limit checks based on USR1Robert Swiecki
2019-01-30netbsd: netbsd doesn't use sigsuspendRobert Swiecki
2019-01-30netbsd: some fixes for netbsd 8Robert Swiecki
2019-01-30netbsd: make it compile againRobert 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-08-21netbsd/linux: unwind correct includesRobert Swiecki
2018-08-21netbsd: include with prefixRobert Swiecki
2018-08-20NetBSD related fixupsKamil Rytarowski
2018-08-19make indent dependRobert Swiecki
2018-08-17Fixes for fuzzing on NetBSD with concurrent fuzzer-threadsKamil Rytarowski
2018-08-15Add ptrace(2) backend for NetBSDKamil Rytarowski