summaryrefslogtreecommitdiff
path: root/netbsd
AgeCommit message (Expand)Author
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