aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2016-12-09linux: fix arch_perfInit if Intel PT is not availableGergely Nagy
2016-11-27linux: don't specify SA_SIGINFO in sighandlers as it's not neededRobert Swiecki
2016-11-27Modify the persistent socket only during execveRobert Swiecki
2016-11-24No need to stop process in persistent modeRobert Swiecki
2016-11-12Linux/ptrace: Use PTRACE_O_EXITKILL with non -p <pid> fuzzing onlyRobert Swiecki
2016-11-11linux/perf.c: fix --linux_perf_bts_block startup caseSergei Trofimovich
2016-11-06Linux/perf: lower the mmap size value for perf/auxRobert Swiecki
2016-11-03linux: Use sys_sigabbrev with glibcRobert Swiecki
2016-11-02Linux: make jmp_buf staticRobert Swiecki
2016-11-02Use TLS jmp_buf with setjmp/longjmp and enable the stack-protector backRobert Swiecki
2016-11-02Hide subproc_New inside subproc_RunRobert Swiecki
2016-11-02linux: #include '../linux/abc.h' -> #include 'abc.h'Robert Swiecki
2016-11-02Linux: no need to wait for regular proecesses to stopRobert Swiecki
2016-11-02linux: Use _NSIG (aka SIGRTMAX) instead of NSIG in signal tableRobert Swiecki
2016-11-01Remove --linux_perf_custom and supporting codeRobert Swiecki
2016-11-01Missing ; for defer when clangAnestis Bechtsoudis
2016-11-01; after defer for clangRobert Swiecki
2016-10-31[Android] Align frame string format with Linux oneAnestis Bechtsoudis
2016-10-30IndentAnestis Bechtsoudis
2016-10-30[Linux] ASan backtraces contain DSO name not function nameAnestis Bechtsoudis
2016-10-30[Linux] Parse proc maps & retrieve frame matching mapAnestis Bechtsoudis
2016-10-30[Linux] Store unwinder frames data in heap instead of stackAnestis Bechtsoudis
2016-10-30[Android] Unused arguments when report generatingAnestis Bechtsoudis
2016-10-29[Linux] Implement symbol filtersAnestis Bechtsoudis
2016-10-27Unify time limits for all three archs. Remove rlimits/setitimerRobert Swiecki
2016-10-20Report: Don't acuire mutex if there's nothing to reportRobert Swiecki
2016-10-20Linux/arch: Set the persistent socket size to 2MiBRobert Swiecki
2016-10-16Remove empty line, use /* */ as commentsRobert Swiecki
2016-10-15Make it compile under Android - wrt arch_CloneRobert Swiecki
2016-10-15Linux/fork-clone: avoid problems with glibc caching of TID/PID after syscall(...Robert Swiecki
2016-10-06LOG message for setenv(MALLOC_CHECK_=3) -> setenv(MALLOC_CHECK_=7)Robert Swiecki
2016-09-29MALLOC_CHECK_=7 is better malloc_check_ :)Robert Swiecki
2016-09-29Don't force MALLOC_CHECK_ if already setRobert Swiecki
2016-09-10Use SOCK_CLOEXEC for socketpair if availableJagger
2016-09-08_HF_PERF_BITMAP_MASK -> _HF_PERF_BITMAP_BITSZ_MASK for clarityRobert Swiecki
2016-09-08Rename secondary counter to 'comparison map'Jagger
2016-09-06Remove -I. from linux and posix buildsRobert Swiecki
2016-09-06Move some macros/defs to individual filesJagger
2016-09-05Getting and setting for custom counterJagger
2016-09-03Linux persistent code to linux/arch.cJagger
2016-09-02Timers for posixJagger
2016-09-02Move persistent file sending to subprocJagger
2016-09-02Move perf to prepareChildJagger
2016-09-02Move perfFds to fuzzer->linuxJagger
2016-09-01Move some of the persistent code to subproc.cJagger
2016-09-01Moving macros a bit around the codeJagger
2016-09-01Move atomics to util.hJagger
2016-09-01Use bitmap againJagger
2016-08-31Thousands grouping of numbersRobert Swiecki
2016-08-30Use byte-map instead of bit-mapRobert Swiecki