summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: do not take the SUBLEVEL part of the kernel version into accountHEADmasterDmitry V. Levin2023-05-151-1/+1
* rtnl_tc_action: fix tcamsg attribute decoderEugene Syromyatnikov2023-05-1010-41/+309
* util: factor out printing of time interval in a human-readable formEugene Syromyatnikov2023-05-102-27/+14
* build: fix build on systems that do not provide open_memstreamDmitry V. Levin2023-05-101-2/+2
* Post-release administriviaDmitry V. Levin2023-05-103-0/+14
* Prepare for 6.3 releasev6.3Dmitry V. Levin2023-05-081-4/+4
* Fix preprocessor indentationDmitry V. Levin2023-05-077-28/+28
* tests: bring lists back to the sorted orderDmitry V. Levin2023-05-063-34/+34
* tests: check --argv0 optionDmitry V. Levin2023-05-064-0/+20
* Introduce --argv0 optionJohn Reiser2023-05-063-0/+20
* Remove -l alias for the recently introduced --syscall-limit optionDmitry V. Levin2023-05-059-22/+21
* doc/strace.1: mention --tips in the synopsisEugene Syromyatnikov2023-05-051-0/+5
* doc/strace.1: sort options in the synopsys, mention -YEugene Syromyatnikov2023-05-051-13/+13
* syscall: fix -c (CFLAG_ONLY_STATS) usage in conjunction with -e and -lEugene Syromyatnikov2023-05-0510-37/+111
* mem: handle hppa MADV_* UAPI breakageEugene Syromyatnikov2023-04-3012-96/+212
* xlat/gen.sh: allow skipping xlat value checkingEugene Syromyatnikov2023-04-301-9/+27
* Update copyright headersDmitry V. Levin2023-04-3044-44/+44
* maint: do not shorten the copyright years rangeDmitry V. Levin2023-04-301-1/+1
* dist/INSTALL: suggest parallelized buildDmitry V. Levin2023-04-301-3/+2
* generate_mpers_am.sh: enhance error diagnosticsDmitry V. Levin2023-04-301-0/+5
* Implement decoding of signal masks associated with signalfd file descriptorsleedagee2023-04-2911-7/+93
* util: introduce scan_fdinfo() functionDmitry V. Levin2023-04-291-12/+34
* net: implement IP_LOCAL_PORT_RANGE socket option decodingEugene Syromyatnikov2023-04-2814-1/+263
* prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdweEugene Syromyatnikov2023-04-287-4/+176
* io_uring: rename pad field of io_uring_buf_reg to flagsDmitry V. Levin2023-04-283-9/+7
* xlat: update V4L2_PIX_FMT_* constantsDmitry V. Levin2023-04-282-1/+7
* xlat: update TCA_* constantsDmitry V. Levin2023-04-283-3/+5
* xlat: update PR_* constantsDmitry V. Levin2023-04-283-1/+5
* xlat: update NFT_MSG_* constantsDmitry V. Levin2023-04-283-1/+16
* xlat: update MFD_* constantsDmitry V. Levin2023-04-283-6/+9
* xlat: update IORING_* constantsDmitry V. Levin2023-04-282-1/+2
* xlat: update IP_* constantsDmitry V. Levin2023-04-282-1/+2
* xlat: update IFLA_BRPORT_* constantsDmitry V. Levin2023-04-285-4/+13
* xlat: update IFLA_* constantsDmitry V. Levin2023-04-283-1/+7
* xlat: update F_SEAL_* constantsDmitry V. Levin2023-04-282-0/+2
* bundled: update linux UAPI headers to v6.3-rc7Dmitry V. Levin2023-04-2815-7/+74
* tests: fix strace--syscall-limit testDmitry V. Levin2023-04-282-4/+13
* tests/prctl-sve: fix prctl(PR_SVE_GET_VL) return expected value printingesyr/tests-prctl-sve-fixEugene Syromyatnikov2023-04-271-4/+20
* tests/gen_tests: remove redundant optionSahil Siddiq2023-04-241-1/+1
* tests: expand symlink test, add symlink-P testEugene Syromyatnikov2023-04-225-3/+45
* tests: expand link test, add link-P testEugene Syromyatnikov2023-04-225-5/+48
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-2233-107/+449
* strauss: add a couple of new tipsEugene Syromyatnikov2023-04-221-0/+17
* strauss: rely on strace--tips test instead of forcibly trimming linesEugene Syromyatnikov2023-04-221-2/+2
* tests: fix strace--tips testEugene Syromyatnikov2023-04-221-23/+30
* tests: double quote array expansions to avoid re-splitting elementsDmitry V. Levin2023-04-043-3/+3
* tests: check -l/--syscall-limit optionsSahil Siddiq2023-04-038-0/+175
* Document new -l/--syscall-limit optionsSahil Siddiq2023-04-032-0/+16
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-033-1/+23
* open_by_handle_at: add RVAL_FD to return valueKossi Glokpor2023-04-031-1/+1