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
2018-01-10
Different way of pasing data to persistent process, now as a memory-file-desc...
Robert Swiecki
2018-01-08
rename UNUSED to HF_ATTR_UNUSED for clarity
Robert Swiecki
2018-01-08
log: make *LOG_F a non-return function + use macros for clang's no_sanitize
Robert Swiecki
2018-01-07
TEMP_FAILURE_RETRY more functions + make indent
Robert Swiecki
2018-01-07
const'ize some structs across the code
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki
2017-12-18
move some struct honggfuzz fields into exe subfield
Robert Swiecki
2017-11-29
linux/arch: move pid attaching procedures to a separate function
Robert Swiecki
2017-11-29
linux: make pidCmd buffer static
Robert Swiecki
2017-11-29
linux/arch: move perf attaching to the ptrace path
Robert Swiecki
2017-11-16
terminating logic: more improvements
Robert Swiecki
2017-11-16
better termination logic
Robert Swiecki
2017-11-14
all: move more struct fields into substructers for clarity
Robert Swiecki
2017-11-13
all: indent webkit->google
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-11-09
arch/linux: make thousands separator work with en_US locale
Robert Swiecki
2017-10-17
Makefile: add clang-format ColumnLimit:100
Robert Swiecki
2017-10-13
linux/arch: use MALLOC_PERTURB_
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-29
linux/ptrace: use name 'trace' to rest this problem with <linux/ptrace.h> vs ...
Robert Swiecki
2017-09-29
linux/ptrace -> linux/ptrace_utils due to Android build failures
Robert Swiecki
2017-09-28
make indent with clang-format
Robert Swiecki
2017-09-28
Clean-ups after making libcommon a stand-alone library
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-09-05
Do not setenv("OPENSSL_armcap") if OPENSSL_ARMCAP_ABI is zero
Zach Riggle
2017-06-14
Linux: remove BTS block - as it's just BTS edge
Robert Swiecki
2017-06-08
android: Use unified headers
Robert Swiecki
2017-06-05
fuzz: +include libgen.h
Robert Swiecki
2017-06-05
subproc: set persistent socket fd snd buffer size for all archs
Robert Swiecki
2017-06-01
implement libhfuzz/ns
Robert Swiecki
2017-06-01
linux: Use sigtimedwait() directly
Robert Swiecki
2017-06-01
subproc: use arch_clone also for subproc_System
Robert Swiecki
2017-06-01
Linux: Typo in LOG_F
Robert Swiecki
2017-06-01
Linux: actually fail with outdated glibc
Robert Swiecki
2017-06-01
Move arch.h out of libcommon
Robert Swiecki
2017-06-01
Move sanitizer modules out of libcommon
Robert Swiecki
2017-06-01
Linux: lower the required glibc to 2.23, which should be ok with most distros...
Robert Swiecki
2017-06-01
linux/arch: missing prctl(PR_SET_PDEATHSIG, SIGKILL) - missing bracket
Robert Swiecki
2017-06-01
linux/arch: missing prctl(PR_SET_PDEATHSIG, SIGKILL)
Robert Swiecki
2017-06-01
fuzz: inform main thread about finished threads
Robert Swiecki
2017-06-01
Use fork() instead of clone() because https://bugzilla.redhat.com/show_bug.cg...
Robert Swiecki
2017-05-31
linux/arch: larger stack for clone's
Robert Swiecki
2017-05-31
linux/arch: debug log for personality() failures
Robert Swiecki
2017-05-31
arch/linux: use syscall() instead of personality()
Robert Swiecki
2017-05-31
Make personality(ADDR_NO_RANDOMIZE) non-fatal
Robert Swiecki
2017-05-24
Make libhfuzz use libcommon
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2017-05-06
Linux/arch: prctl()'s to make it attachable by ptrace
Robert Swiecki
2017-03-15
fuzz: a couple of smaller fixes
Robert Swiecki
[prev]
[next]