aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
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-05-01linux: support for mips/mips64Robert Swiecki
2017-04-27Allow to use -f with -cRobert Swiecki
2017-04-27Allow mutating external files with -cRobert Swiecki
2017-03-30BTS: Save high PC addresses when kernelOnly is enabledRobert Swiecki
2017-03-30ipt: ioctl reset after useRobert Swiecki
2017-03-30Allow to choose between user and kernel perfRobert Swiecki
2017-03-15fuzz: a couple of smaller fixesRobert Swiecki
2017-03-11linux/arch: modify signal mask for sigtimedwait once onlyRobert Swiecki
2017-03-07linux/perf: use files_readFromFd() instead of read()Robert Swiecki
2017-03-07linux: make const struct staticRobert Swiecki
2017-03-07linux/perf: simplify + compile under androidRobert Swiecki
2017-03-06linux: map aux buffer as prot_readRobert Swiecki
2017-03-06linux: speed-up perf feedback by resuing perf descriptorsRobert Swiecki
2017-03-02linux: typoRobert Swiecki
2017-03-02Use SIGIO instead of SIGRTMIN+x for async ioRobert Swiecki
2017-03-02linux: no need to rely the SIGSTOP signalRobert Swiecki
2017-03-01linux: speed-up non-persistent modesRobert Swiecki
2017-03-01linux/arch: cleaning 4KiB of stack mem is costlyRobert Swiecki
2017-03-01make indentRobert Swiecki
2017-02-28linux/posix: rework of waiting codeRobert Swiecki
2017-02-28linux: WNOHANG is technically specified for waitpid onlyRobert Swiecki
2017-02-28linux: remove code after PLOG_FRobert Swiecki
2017-02-28linux: use syscall for sigtimedwait, because it doesn't exist in androidRobert Swiecki
2017-02-28linux: missing subproc_checkTimeLimit and subproc_checkTerminationRobert Swiecki
2017-02-28Use sigtimedwait instead of wait, to avoid losing persistent round done indic...Robert Swiecki
2017-02-25persistent: don't print output status if the process is terminatingRobert Swiecki
2017-02-25kill the subprocess upon termination of threadsRobert Swiecki
2017-01-29Update commentsAnestis Bechtsoudis
2017-01-29Merge branch 'master' into refactor_sanitizers_envAnestis Bechtsoudis
2017-01-29indnetRobert Swiecki
2017-01-29mangle: more simplificationsRobert Swiecki
2017-01-28asan: no need to cover linux clone()Robert Swiecki
2017-01-28mangle: more arith fixesRobert Swiecki
2017-01-27Speed-ups: check for rndinit once only during rndBuf, and limit use of SIGRTM...Robert Swiecki
2017-01-12Merge branch 'master' into refactor_sanitizers_envAnestis Bechtsoudis
2017-01-12Rudimentary support for namespaces in LinuxRobert Swiecki
2016-12-29Update important signals when initializing arch backendAnestis Bechtsoudis
2016-12-29Increase backtrace depth when sanitizers && SIGABRTAnestis Bechtsoudis
2016-12-28Comments updatesAnestis Bechtsoudis
2016-12-28make indentAnestis Bechtsoudis
2016-12-28Remove symbols bl/wl filters when parsing ASan reportsAnestis Bechtsoudis
2016-12-28[SAN] Fix broken exitcode policyAnestis Bechtsoudis
2016-12-28[SAN] Delete reports when crash already parsedAnestis Bechtsoudis
2016-12-27Refactor sanitizers env preparation & crashes monitorAnestis Bechtsoudis
2016-12-12cmdline: allow to kill process with SIGVTALRM is it timeoutsRobert Swiecki