summaryrefslogtreecommitdiff
path: root/subproc.h
AgeCommit message (Expand)Author
2019-02-21subproc: allow to specify whether a thread should be joinableRobert Swiecki
2019-02-14create a signal thread to distribute SIGCHLD as SIGUSR1Robert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-11fuzzer_t fuzzer -> run_t run for clarity of namingRobert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-06-01subproc: use arch_clone also for subproc_SystemRobert Swiecki
2017-05-24Make libhfuzz use libcommonRobert Swiecki
2017-05-24Introduce libcommonRobert Swiecki
2017-03-02Use SIGIO instead of SIGRTMIN+x for async ioRobert Swiecki
2017-02-25kill the subprocess upon termination of threadsRobert Swiecki
2016-11-02Hide subproc_New inside subproc_RunRobert Swiecki
2016-10-27Unify time limits for all three archs. Remove rlimits/setitimerRobert Swiecki
2016-10-18Comments in .hRobert Swiecki
2016-09-07Create subproc_SystemRobert Swiecki
2016-09-02Move persistent file sending to subprocJagger
2016-09-02move arch_prepare/reap to subprocJagger
2016-09-01Move some of the persistent code to subproc.cJagger
2016-09-01Moving macros a bit around the codeJagger
2016-08-31Move prepareExecv to subproc.vJagger
2016-03-31New module: subprocRobert Swiecki