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
/
linux
/
arch.c
Age
Commit message (
Expand
)
Author
2022-11-22
set the current process as init process on FreeBSD.
David CARLIER
2021-09-07
subproc/libhfuzz: move prctl(PDEATHSIG) to libhfcommon
Robert Swiecki
2021-05-08
musl build fix proposal
David Carlier
2020-08-31
libhfcommon/ns: separate unshare and setup of the user namespace
Robert Swiecki
2020-08-31
linux/arch: enable namespacing during clone()
Robert Swiecki
2020-08-31
linux/arch: enable namespacing for each fuzzed instance instead of enabling i...
Robert Swiecki
2020-07-30
Remove redundant F_SETSIG call from process fork
Stefan Bucur
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-03-29
linux: enable network namespacing by default (if available)
Robert Swiecki
2020-03-28
libhfcommon/files: implement files_writeStrToFile and move some callers of fi...
Robert Swiecki
2020-03-24
subproc: set nice(1) for fuzzed processes
Robert Swiecki
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
2020-01-19
*/arch.c: fix https://github.com/google/honggfuzz/issues/302 - check ret valu...
Robert Swiecki
2019-12-04
sanitizers: move arch_hashCallstack to sanitizers
Robert Swiecki
2019-12-04
sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...
Robert Swiecki
2019-09-12
linux/arch: adjust oom score for fuzzed tasks
Robert Swiecki
2019-09-03
No need to use a special signal to emulate SIGUSR1
Robert Swiecki
2019-08-28
arch: use shorter form of concatenating strings
Robert Swiecki
2019-08-28
*/arch.c: use _HF_INPUT_FD instead of run->dynamicFileFd b/c the latter if O_...
Robert Swiecki
2019-08-27
subproc: allow to use ___FILE___ and -s with persistent mode
Robert Swiecki
2019-03-01
hfuzz-cc: better way of looking for fsanitize=fuzzer
Robert Swiecki
2019-02-26
linux/arch: make longjmp'ing function noreturn
Robert Swiecki
2019-02-18
linux/arch: do perfClose in the new fork
Robert Swiecki
2019-02-18
linux/arch: close perf once the process is killed
Robert Swiecki
2019-02-14
create a signal thread to distribute SIGCHLD as SIGUSR1
Robert Swiecki
2019-02-12
linux/arch: use sigtimedwait just in case
Robert Swiecki
2019-02-12
linux/arch: move waiting sigset to global
Robert Swiecki
2019-02-11
honggfuzz: move thread pinging routine to a separate function
Robert Swiecki
2019-02-10
linux/arch: fixes
Robert Swiecki
2019-02-10
linux: remove forced useClone
Robert Swiecki
2019-02-10
linux/arch: comment
Robert Swiecki
2019-02-10
time limit checks based on USR1
Robert Swiecki
2019-01-30
linux/arch: remove TODO
Robert Swiecki
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2018-08-23
sancov: remove, since it's old (clang-4), slower, and requires complex code. ...
Robert Swiecki
2018-03-07
honggfuzz: even more fields into substructs
Robert Swiecki
2018-03-02
honggfuzz: move more vars to substructs
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-29
linux: remove run->global->linux.useClone=true which was set for testing
Robert Swiecki
2018-01-21
Support external fuzzer and provide code coverage
dobin
2018-01-16
cmdline: discover both persistent and netdriver modes
Robert Swiecki
2018-01-15
subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzing
Robert Swiecki
2018-01-12
posix: allow to use _HF_MONETARY_MOD with posix
Robert Swiecki
2018-01-11
Remove notion of the inputFile, in favor of input file-descriptors accessible...
Robert Swiecki
2018-01-10
subproc: receiving the ready message from the fuzzed process is not necessary
Robert Swiecki
2018-01-10
arch: simplify arch handling a bit
Robert Swiecki
[next]