index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subproc.h
Age
Commit message (
Expand
)
Author
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2019-02-21
subproc: allow to specify whether a thread should be joinable
Robert Swiecki
2019-02-14
create a signal thread to distribute SIGCHLD as SIGUSR1
Robert Swiecki
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-10
Different way of pasing data to persistent process, now as a memory-file-desc...
Robert Swiecki
2017-11-13
move hfuzz into run->global
Robert Swiecki
2017-11-11
fuzzer_t fuzzer -> run_t run for clarity of naming
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-06-01
subproc: use arch_clone also for subproc_System
Robert Swiecki
2017-05-24
Make libhfuzz use libcommon
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2017-03-02
Use SIGIO instead of SIGRTMIN+x for async io
Robert Swiecki
2017-02-25
kill the subprocess upon termination of threads
Robert Swiecki
2016-11-02
Hide subproc_New inside subproc_Run
Robert Swiecki
2016-10-27
Unify time limits for all three archs. Remove rlimits/setitimer
Robert Swiecki
2016-10-18
Comments in .h
Robert Swiecki
2016-09-07
Create subproc_System
Robert Swiecki
2016-09-02
Move persistent file sending to subproc
Jagger
2016-09-02
move arch_prepare/reap to subproc
Jagger
2016-09-01
Move some of the persistent code to subproc.c
Jagger
2016-09-01
Moving macros a bit around the code
Jagger
2016-08-31
Move prepareExecv to subproc.v
Jagger
2016-03-31
New module: subproc
Robert Swiecki