aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2017-11-14linux/perf: remove unnecessary LOGRobert Swiecki
2017-11-14linux/perf: map aux page as RO as RW causes the PT to stop collecting dataRobert Swiecki
2017-11-14linux/perf: reset the perf for PT/BTS between usesRobert Swiecki
2017-11-14linux/perf: map aux page as RW to speed up the processRobert Swiecki
2017-11-14MergeRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-13all: move all counetrs into a separate structRobert Swiecki
2017-11-13linux/perf: disable bts/pt before analyzing itRobert 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-11-04mangle: introduce mutationsPerRun instead of flipRateRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-13linux/arch: use MALLOC_PERTURB_Robert Swiecki
2017-10-12Remove all INDENT-OFF / INDENT-ON pairsRobert 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-28Makefile: Don't -I/usr/include as it messes up include <> vs include ""Robert 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 common #2Robert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-09-28linux/perf: separate function for reset mmap bufferRobert Swiecki
2017-09-21linux/ptrace: define PTRACE_O_EXITKILL for older headersRobert Swiecki
2017-09-05Merge pull request #163 from zachriggle/opensslrobertswiecki
2017-09-05Do not setenv("OPENSSL_armcap") if OPENSSL_ARMCAP_ABI is zeroZach Riggle
2017-09-04Use different disassbler() prototype from binutils in case of >= 2.29Robert Swiecki
2017-07-14linux: treat sigsys as important signalRobert Swiecki
2017-06-20linux/ptrace: better signame logicRobert Swiecki
2017-06-20linux/perf: missing memory barrierRobert Swiecki
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-01linux/ptrace: wait only for pids created by this threadRobert 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