summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* util: introduce print_string_in_angle_bracketsDmitry V. Levin2022-03-121-3/+9
* tests: fix a typo in tests.hMasatake YAMATO2022-03-101-1/+1
* xlat: update KEY_* constantsDmitry V. Levin2022-03-063-4/+7
* xlat: update KVM_* constantsDmitry V. Levin2022-03-051-0/+1
* Update ioctl entries from linux v5.17Gleb Fotengauer-Malinovskiy2022-02-248-5/+133
* maint: update for linux v5.17-rc5Gleb Fotengauer-Malinovskiy2022-02-241-1/+1
* Add lirc ioctl decodingSean Young2022-02-1215-0/+548
* tests: use ATTRIBUTE_FORMAT for static functions, tooDmitry V. Levin2022-02-081-3/+3
* error_prints: use ATTRIBUTE_FORMAT for static functions, tooDmitry V. Levin2022-02-081-6/+9
* bundled: update linux/version.hDmitry V. Levin2022-02-081-2/+2
* tests: add missing <stdint.h> in fanotify_mark.cJonathan Borne2022-02-071-0/+1
* tests: check decoding of SEGV_ACCERRDmitry V. Levin2022-02-044-0/+56
* tests: check decoding of SEGV_PKUERRDmitry V. Levin2022-02-035-0/+74
* printsiginfo: decode siginfo_t.si_pkey fieldSlava Bacherikov2022-02-023-3/+18
* tests/membarrier: add additional return valueSven Schnelle2022-02-011-0/+8
* prctl: implement PR_SET_VMA decoding for non-Android platformsDmitry V. Levin2022-01-308-19/+95
* xlat: update IORING_* and IOSQE_* constantsDmitry V. Levin2022-01-304-5/+8
* rtnl_link: decode IFLA_GRO_MAX_SIZE attributeDmitry V. Levin2022-01-303-1/+4
* bundled: update linux UAPI headers to v5.17-rc2Dmitry V. Levin2022-01-308-3/+311
* xlat: update KVM_* constantsDmitry V. Levin2022-01-291-0/+1
* loongarch64: make use of the newly exposed orig_a0 field for ptraceWANG Xuerui2022-01-263-1/+9
* s390: fix infmname printing checkEugene Syromyatnikov2022-01-251-1/+1
* Remove remaining bits of Travis CI supportDmitry V. Levin2022-01-242-77/+0
* rtnl_tc_action: implement TCA_ACT_IN_HW_COUNT decodingDmitry V. Levin2022-01-233-0/+12
* xlat: update TCA_ACT_* constantsDmitry V. Levin2022-01-234-5/+11
* xlat: update MODULE_INIT_* constantsDmitry V. Levin2022-01-223-2/+4
* xlat: update *_MAGIC constantsDmitry V. Levin2022-01-212-3/+4
* xlat: update KVM_* constantsDmitry V. Levin2022-01-202-1/+3
* xlat: update FAN_* constantsDmitry V. Levin2022-01-195-13/+17
* tests: fix typo in commentDmitry V. Levin2022-01-191-1/+1
* secontext: refacor SELinux context printingesyr/secontext-fixesEugene Syromyatnikov2022-01-194-95/+136
* util: add ability to override xflag setting via string_quote styleEugene Syromyatnikov2022-01-192-4/+28
* tests/linkat: reset context to the expected one if a mismatch has been detectedEugene Syromyatnikov2022-01-193-0/+17
* tests/secontext: eliminate separate secontext_format declarationEugene Syromyatnikov2022-01-191-4/+1
* tests/linkat: provide fallback values for secontext fields changesEugene Syromyatnikov2022-01-191-3/+20
* tests/secontext: add secontext field gettersEugene Syromyatnikov2022-01-192-12/+35
* tests/linkat: reset errno before SELinux context manipulationEugene Syromyatnikov2022-01-191-0/+4
* doc/strace.1: wfixEugene Syromyatnikov2022-01-181-2/+2
* doc/strace.1: align -e inject/--inject syntax description to the leftEugene Syromyatnikov2022-01-181-2/+4
* doc/strace.1: update strace example outputEugene Syromyatnikov2022-01-181-3/+3
* doc/strace.1: add references to syscall(2) and signal(7) to SEE ALSOEugene Syromyatnikov2022-01-181-1/+3
* doc/strace.1: refer to syscalls(2) for syscall names referenceEugene Syromyatnikov2022-01-181-1/+3
* Enhance rejection of invalid syscall numbers in syscall specification express...Dmitry V. Levin2022-01-176-5/+29
* Introduce scno_pers_in_range and scno_pers_is_validDmitry V. Levin2022-01-172-8/+17
* Extend personality designation syntax to support all@persDmitry V. Levin2022-01-168-11/+113
* tests: extend personality designation syntax checksDmitry V. Levin2022-01-151-4/+9
* tests: move current personality designator detection code to init.shDmitry V. Levin2022-01-152-23/+24
* Extend personality designation syntax to support %class@persDmitry V. Levin2022-01-1510-116/+80
* Use the last @ as a starting point of the personality designatorDmitry V. Levin2022-01-151-2/+2
* tests: add more checks of --trace=number@pers supportDmitry V. Levin2022-01-156-0/+40