summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 5.14 releasev5.14Dmitry V. Levin2021-09-021-1/+1
* ci: use kernel headers from Linux kernel v5.14Dmitry V. Levin2021-09-013-0/+3
* Update copyright headersDmitry V. Levin2021-08-314-4/+4
* Fix preprocessor indentationDmitry V. Levin2021-08-303-11/+11
* tests: reduce thoroughness of qual_fault's when= checkEugene Syromyatnikov2021-08-301-4/+4
* Call get_proc_pid instead of translate_pid where only proc_pid is neededEugene Syromyatnikov2021-08-302-8/+4
* Pass PID instead of TCB pointer to get_proc_pidEugene Syromyatnikov2021-08-305-9/+8
* util, pidns: generalise get_id_listEugene Syromyatnikov2021-08-303-57/+88
* strace: make ptrace_attach_cmd localEugene Syromyatnikov2021-08-301-9/+11
* tests: add prlimit64-success and prlimit64-success--pidns-translationEugene Syromyatnikov2021-08-306-16/+49
* filter_qualify: fix indentation in check_inadvertent_fault_injectionEugene Syromyatnikov2021-08-301-21/+20
* Update ioctl entries from linux v5.14Gleb Fotengauer-Malinovskiy2021-08-255-0/+195
* tests: call setsockopt directly in sockopt-timestampEugene Syromyatnikov2021-08-241-1/+30
* filter_qualify: factor out inadvertent fault injection check routineEugene Syromyatnikov2021-08-241-34/+39
* src/unwind.c: avoid including libiberty.hEugene Syromyatnikov2021-08-241-2/+5
* defs.h: fix whitespace alignment for INJECT_F_SIGNAL and INJECT_F_RETVALEugene Syromyatnikov2021-08-241-2/+2
* doc/strace.1.in: rewrite simultaneous signal and retval/error injection partEugene Syromyatnikov2021-08-241-3/+5
* src: use xobjdup/xarraydupEugene Syromyatnikov2021-08-245-23/+10
* xmalloc: add xmemdup and xarraydup utility functionsEugene Syromyatnikov2021-08-242-1/+29
* syscall: use xallocarray instead of xcalloc for an array to be copied overEugene Syromyatnikov2021-08-221-1/+1
* doc/strace.1.in: mention poke_enter/poke_exit as valid inject actionsEugene Syromyatnikov2021-08-221-1/+3
* trie: optimise fill_value calculationEugene Syromyatnikov2021-08-221-6/+3
* tee: rewrite num_params access in tee_fetch_buf_dataEugene Syromyatnikov2021-08-201-2/+3
* doc/strace.1.in: tfixEugene Syromyatnikov2021-08-201-1/+1
* signal: simplify an expression for calculating signal mask size a bitEugene Syromyatnikov2021-08-201-1/+1
* Update ioctl entries from linux v5.14Gleb Fotengauer-Malinovskiy2021-08-1913-205/+48
* maint: update for linux v5.14-rc6Gleb Fotengauer-Malinovskiy2021-08-191-1/+1
* tests: replace AUDIO_STOP with NET_REMOVE_IF in ioctl_ubi testDmitry V. Levin2021-08-191-2/+2
* trie: cache fill_value value instead of calculating it each timeEugene Syromyatnikov2021-08-192-11/+14
* trie: use BIT* and MASK* macrosEugene Syromyatnikov2021-08-181-17/+17
* pidns: remove the remaining leftover mention of btreeEugene Syromyatnikov2021-08-181-1/+1
* macros: expand BIT macros, add MASK macros; add *_SAFE macrosEugene Syromyatnikov2021-08-181-3/+27
* filter_qualify: free allocated data on the error path exit of parse_poke_tokenEugene Syromyatnikov2021-08-181-6/+12
* tests: add prctl(PR_SET_PTRACER) testsEugene Syromyatnikov2021-08-1811-0/+119
* prctl: implement PR_SCHED_CORE op decodingEugene Syromyatnikov2021-08-1824-0/+289
* tests: use prctl_markerDmitry V. Levin2021-08-1721-85/+38
* tests: introduce prctl_markerDmitry V. Levin2021-08-173-0/+26
* tests/prctl-success.sh: match strace output with -a value more than 79Eugene Syromyatnikov2021-08-171-1/+1
* tests/prctl.sh: match strace output with -a value more than 79Eugene Syromyatnikov2021-08-141-1/+1
* tests: move scno tampering check to init.shEugene Syromyatnikov2021-08-142-34/+39
* prctl: print PR_SET_PTRACER_ANY numerical value as intEugene Syromyatnikov2021-08-141-2/+2
* tests: convert prctl-fp-mode and prctl-spec-inject into generated testsEugene Syromyatnikov2021-08-146-79/+48
* tests/prctl-success.sh: support error injectionEugene Syromyatnikov2021-08-141-3/+13
* prctl: implement PR_PAC_[GS]ET_ENABLED_KEYS ops decodingEugene Syromyatnikov2021-08-1415-5/+200
* prctl: use SPFF_AUXSTR_MODE for ops that use sprintflags for auxstrEugene Syromyatnikov2021-08-145-27/+42
* tests: add prctl-securebits-success* testsEugene Syromyatnikov2021-08-148-16/+81
* xlat: add auxval mode to sprintflags_exEugene Syromyatnikov2021-08-142-7/+18
* prctl: implement PR_[GS]ET_TAGGED_ADDR_CTRL op decodingEugene Syromyatnikov2021-08-1417-3/+301
* xlat/gen.sh: call read with "-r" optionEugene Syromyatnikov2021-08-141-2/+2
* src/Makefile.am: whitespace fixesEugene Syromyatnikov2021-08-111-3/+3