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.c
Age
Commit message (
Expand
)
Author
2025-01-07
make indent
Robert Swiecki
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2021-09-07
subproc/libhfuzz: move prctl(PDEATHSIG) to libhfcommon
Robert Swiecki
2021-09-06
freebsd set delivery signal from parent process.
David Carlier
2021-08-06
make indent
Robert Swiecki
2021-08-01
Solaris/Illumos build implementation proposal.
David Carlier
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-26
move mutexes into a separate substruct
Robert Swiecki
2020-04-10
Implement edge counting for PC-guards as well (in addition to 8-bit-counters)
Robert Swiecki
2020-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-26
subproc: missing comma
Robert Swiecki
2020-03-25
subproc: guard changing a global var by a mutex
Robert Swiecki
2020-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-03-24
subproc: don't change nice-ness, until all effects are understood
Robert Swiecki
2020-03-24
subproc: set nice(1) for fuzzed processes
Robert Swiecki
2020-03-19
input: don't bump testing ratio for inputs older than 10 seconds
Robert Swiecki
2020-02-26
Add const cmp feedback functionality behind the --experimental_const_feedback...
Robert Swiecki
2020-02-26
introduce concept of cmpfeedback map which will be used to report back to the...
Robert Swiecki
2020-02-23
subproc/libhfuzz: logging + putting non-socketfuzzer procedures in one place
Robert Swiecki
2020-02-23
cmdline/subproc: allow to set RLIMIT_STACK
Robert Swiecki
2020-02-22
make indent
Robert Swiecki
2020-02-17
don't try to open file descriptors in socket fuzzer mode
Mrmaxmeier
2020-01-20
arch: move arch.c logging to subproc.c
Robert Swiecki
2020-01-20
subproc: move execve argument preparation into a separate func
Robert Swiecki
2020-01-20
subproc: move argument generation to subproc.c
Robert Swiecki
2019-11-29
sanitizers/cmdline: rework sanitizer support so with -S it makes *san respons...
Robert Swiecki
2019-09-22
subproc: allways map input file to _HF_INPUT_FILE
Robert Swiecki
2019-08-28
honggfuzz: map feedback struct unconditionally
Robert Swiecki
2019-08-27
subproc: allow to use ___FILE___ and -s with persistent mode
Robert Swiecki
2019-08-02
subproc: gather info about slowest unit unconditionally
Robert Swiecki
2019-07-30
honggfuzz.h: make naming of truct params conform to the similar convention
Robert Swiecki
2019-07-26
add new statistic collection
Guillaume Weghsteen
2019-04-17
subproc: use TEMP_FAILURE_RETRY with some restartable funcs
Robert Swiecki
2019-02-21
subproc: allow to specify whether a thread should be joinable
Robert Swiecki
2019-02-20
subproc: use TEMP_FAILURE_RETRY
Robert Swiecki
2019-02-19
input: don't ftruncate under macosx - it's expensive there
Robert Swiecki
2019-02-19
macos: make macos waiting loop similar to other archs
Robert Swiecki
2019-02-18
linux/arch: close perf once the process is killed
Robert Swiecki
2019-02-17
subproc: make threads detachable since we're no longer using pthread_join
Robert Swiecki
2019-02-14
create a signal thread to distribute SIGCHLD as SIGUSR1
Robert Swiecki
2019-02-14
subproc: use __WALL is available
Robert Swiecki
2019-02-09
libhfcommon: remove unused func
Robert Swiecki
2019-02-08
mac: incorrect check
Robert Swiecki
2019-01-30
netbsd: some fixes for netbsd 8
Robert Swiecki
2019-01-30
subporc: allow to use the same log_level inside fuzzed processes
Robert Swiecki
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2019-01-26
log: allow for logging in child processes
Robert Swiecki
2018-11-12
netdriver: Allow to set hfuzz->exe.netDriver explicitly
Robert Swiecki
2018-11-06
cmdline: implement RLIMIT_CORE setting - proper setting
Robert Swiecki
[next]