summaryrefslogtreecommitdiff
path: root/linux/arch.c
AgeCommit message (Expand)Author
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
2017-03-11linux/arch: modify signal mask for sigtimedwait once onlyRobert Swiecki
2017-03-07linux: make const struct staticRobert 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-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