aboutsummaryrefslogtreecommitdiff
path: root/linux/arch.c
AgeCommit message (Expand)Author
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-08rename UNUSED to HF_ATTR_UNUSED for clarityRobert Swiecki
2018-01-08log: make *LOG_F a non-return function + use macros for clang's no_sanitizeRobert Swiecki
2018-01-07TEMP_FAILURE_RETRY more functions + make indentRobert Swiecki
2018-01-07const'ize some structs across the codeRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2017-12-18move some struct honggfuzz fields into exe subfieldRobert Swiecki
2017-11-29linux/arch: move pid attaching procedures to a separate functionRobert Swiecki
2017-11-29linux: make pidCmd buffer staticRobert Swiecki
2017-11-29linux/arch: move perf attaching to the ptrace pathRobert Swiecki
2017-11-16terminating logic: more improvementsRobert Swiecki
2017-11-16better termination logicRobert Swiecki
2017-11-14all: move more struct fields into substructers for clarityRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-11fuzzer_t fuzzer -> run_t run for clarity of namingRobert Swiecki
2017-11-09arch/linux: make thousands separator work with en_US localeRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-13linux/arch: use MALLOC_PERTURB_Robert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-29linux/ptrace: use name 'trace' to rest this problem with <linux/ptrace.h> vs ...Robert Swiecki
2017-09-29linux/ptrace -> linux/ptrace_utils due to Android build failuresRobert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Clean-ups after making libcommon a stand-alone libraryRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-09-05Do not setenv("OPENSSL_armcap") if OPENSSL_ARMCAP_ABI is zeroZach Riggle
2017-06-14Linux: remove BTS block - as it's just BTS edgeRobert Swiecki
2017-06-08android: Use unified headersRobert Swiecki
2017-06-05fuzz: +include libgen.hRobert Swiecki
2017-06-05subproc: set persistent socket fd snd buffer size for all archsRobert Swiecki
2017-06-01implement libhfuzz/nsRobert Swiecki
2017-06-01linux: Use sigtimedwait() directlyRobert Swiecki
2017-06-01subproc: use arch_clone also for subproc_SystemRobert Swiecki
2017-06-01Linux: Typo in LOG_FRobert Swiecki
2017-06-01Linux: actually fail with outdated glibcRobert Swiecki
2017-06-01Move arch.h out of libcommonRobert Swiecki
2017-06-01Move sanitizer modules out of libcommonRobert Swiecki
2017-06-01Linux: lower the required glibc to 2.23, which should be ok with most distros...Robert Swiecki
2017-06-01linux/arch: missing prctl(PR_SET_PDEATHSIG, SIGKILL) - missing bracketRobert Swiecki
2017-06-01linux/arch: missing prctl(PR_SET_PDEATHSIG, SIGKILL)Robert Swiecki
2017-06-01fuzz: inform main thread about finished threadsRobert Swiecki
2017-06-01Use fork() instead of clone() because https://bugzilla.redhat.com/show_bug.cg...Robert Swiecki
2017-05-31linux/arch: larger stack for clone'sRobert Swiecki
2017-05-31linux/arch: debug log for personality() failuresRobert Swiecki
2017-05-31arch/linux: use syscall() instead of personality()Robert Swiecki
2017-05-31Make personality(ADDR_NO_RANDOMIZE) non-fatalRobert Swiecki
2017-05-24Make libhfuzz use libcommonRobert Swiecki
2017-05-24Introduce libcommonRobert Swiecki
2017-05-06Linux/arch: prctl()'s to make it attachable by ptraceRobert Swiecki
2017-03-15fuzz: a couple of smaller fixesRobert Swiecki