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
/
netbsd
Age
Commit message (
Expand
)
Author
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-09-17
make indent
Robert Swiecki
2022-11-22
set the current process as init process on FreeBSD.
David CARLIER
2021-11-11
arch_getPC: netbsd arm64 support.
David Carlier
2021-02-15
respectful vocabulary: white->allow, black->block, master->main
Robert Swiecki
2021-02-09
make indent
Robert Swiecki
2020-12-18
make indent
Robert Swiecki
2020-08-26
make indent
Robert Swiecki
2020-07-22
make indent depend
Robert Swiecki
2020-07-01
netbsd: Fix PC and SI_ADDR in arch_traceSaveData()
Kamil Rytarowski
2020-06-17
make indent
Robert Swiecki
2020-06-11
Improve NetBSD compatibility
Kamil Rytarowski
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2020-05-04
netbsd: unused arg
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-25
netbsd: netbsd-specific run_t is not needed
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-01-20
arch: move arch.c logging to subproc.c
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-05
netbsd: generate report
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
2019-12-04
netbsd: use funcs_t from sanitizers.h
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-22
netbsd: remove socketfuzzer from this arch (never tested)
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-02-19
netbsd/mac: use EINTR loop for wait
Robert Swiecki
2019-02-14
create a signal thread to distribute SIGCHLD as SIGUSR1
Robert Swiecki
2019-02-10
netbsd: wait for the whole session, should catch all fork'd processes
Robert Swiecki
2019-02-10
netbsd: wait logic
Robert Swiecki
2019-02-10
time limit checks based on USR1
Robert Swiecki
2019-01-30
netbsd: netbsd doesn't use sigsuspend
Robert Swiecki
2019-01-30
netbsd: some fixes for netbsd 8
Robert Swiecki
2019-01-30
netbsd: make it compile again
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-08-21
netbsd/linux: unwind correct includes
Robert Swiecki
2018-08-21
netbsd: include with prefix
Robert Swiecki
2018-08-20
NetBSD related fixups
Kamil Rytarowski
2018-08-19
make indent depend
Robert Swiecki
2018-08-17
Fixes for fuzzing on NetBSD with concurrent fuzzer-threads
Kamil Rytarowski
2018-08-15
Add ptrace(2) backend for NetBSD
Kamil Rytarowski