summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* powerpc, x86_64: drop support of very old kernelsglebfm/getregs_oldGleb Fotengauer-Malinovskiy2017-03-2916-206/+22
* aarch64: workaround gcc+kernel bugDmitry V. Levin2017-03-294-15/+56
* alpha, mips: fix missing flags in stat related compatibility syscallsAbhishek Tiwari2017-03-292-34/+34
* alpha: fix the number of arguments in alpha specific syscallsDmitry V. Levin2017-03-241-6/+6
* alpha: update comments about not implemented syscallsDmitry V. Levin2017-03-241-99/+99
* Update BPF_MAP_TYPE_* constantsQuentin Monnet2017-03-231-0/+2
* Update ioctl entries from linux v4.11-rc3Gleb Fotengauer-Malinovskiy2017-03-2312-85/+234
* maint: update for linux 4.11Gleb Fotengauer-Malinovskiy2017-03-231-1/+1
* test: rename README to README.mdDmitry V. Levin2017-03-191-1/+1
* test: update READMEDmitry V. Levin2017-03-191-6/+7
* test: rewrite skodic.c demoDmitry V. Levin2017-03-191-19/+47
* Implement decoding of statx syscallVictor Krapivensky2017-03-1816-26/+463
* tests: check for out of bounds fetch in parsers of stat family syscallsDmitry V. Levin2017-03-171-1/+1
* tests: check unexpected syscall errors returned by stat family syscallsDmitry V. Levin2017-03-171-5/+3
* tests: move try_run_prog to init.shEugene Syromyatnikov2017-03-172-14/+14
* tests/sched.test: rc should be a local variable in try_run_progEugene Syromyatnikov2017-03-171-0/+2
* tests: check decoding of int 0x80 on x86_64, x32, and x86Dmitry V. Levin2017-03-164-2/+65
* strace-graph: handle pid loopingDamien Profeta2017-03-161-16/+24
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-1671-121/+121
* tests: use TAIL_ALLOC_OBJECT_VAR_PTRDmitry V. Levin2017-03-163-9/+9
* tests: add TAIL_ALLOC_OBJECT_{CONST,VAR}_PTR to tests.hDmitry V. Levin2017-03-161-0/+16
* Decode RUSAGE_THREADVictor Krapivensky2017-03-162-9/+29
* tests/sched.test: use heredoc in order to avoid spawning of subprocessEugene Syromyatnikov2017-03-151-15/+15
* tests: do not skip sched.test if one of its subtests skipsDmitry V. Levin2017-03-151-4/+16
* tests: do not check decoding of setitimer syscall outside xetitimer.testDmitry V. Levin2017-03-154-16/+8
* tests: check decoding of getitimer and setitimer corner casesDmitry V. Levin2017-03-142-31/+123
* tests: rewrite sigreturn syscall decoding check from match_grep to match_diffDmitry V. Levin2017-03-132-58/+51
* ia64, mips, x86_64: remove no longer used parsers of sigreturn syscallsDmitry V. Levin2017-03-134-56/+4
* Move sigreturn parser to libstraceDmitry V. Levin2017-03-132-3/+1
* tests: check decoding of rt_sigreturn syscallDmitry V. Levin2017-03-134-0/+88
* Implement proper decoding of rt_sigreturn syscallDmitry V. Levin2017-03-1311-9/+67
* Introduce get_rt_sigframe_addr functionDmitry V. Levin2017-03-1333-1/+939
* Introduce struct_rt_sigframe typeDmitry V. Levin2017-03-1319-0/+655
* unwind.c: fix a possible buffer overflowVictor Krapivensky2017-03-131-1/+1
* util.c: remove a wrong commentVictor Krapivensky2017-03-131-1/+0
* riscv: export riscv_sp_ptrDmitry V. Levin2017-03-103-0/+3
* or1k: export or1k_sp_ptrDmitry V. Levin2017-03-103-0/+3
* nios2: export nios2_sp_ptrDmitry V. Levin2017-03-103-0/+3
* metag: export metag_sp_ptrDmitry V. Levin2017-03-103-0/+3
* avr32: export avr32_sp_ptrDmitry V. Levin2017-03-103-0/+3
* arc: export arc_sp_ptrDmitry V. Levin2017-03-103-0/+3
* Introduce print_sigset_addr functionDmitry V. Levin2017-03-0910-8/+18
* README.md: rework guidelines about sending bug reportsDmitry V. Levin2017-03-081-1/+4
* Update information on how to build strace from git repositoryAbhishek Tiwari2017-03-083-5/+11
* README.md: fix references to in-tree filesDmitry V. Levin2017-03-051-2/+2
* INSTALL: regenerate from install.texiDmitry V. Levin2017-03-051-147/+146
* install.texi: remove irrelevant sectionsDmitry V. Levin2017-03-051-82/+1
* install.texi: import from GNU AutoconfDmitry V. Levin2017-03-051-0/+438
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-0535-316/+387
* Add "%" prefix for syscall classes in qualifyEugene Syromyatnikov2017-03-0510-14/+40