summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 6.1 releasev6.1Dmitry V. Levin2022-12-121-1/+1
* Update copyright headersDmitry V. Levin2022-12-1250-49/+50
* statx: decode new fields added to struct statxDmitry V. Levin2022-12-114-1/+26
* statx: honor struct statx.stx_maskDmitry V. Levin2022-12-112-43/+82
* xlat: update TLS_* constantsDmitry V. Levin2022-12-113-2/+6
* xlat: update STATX_* constantsDmitry V. Levin2022-12-113-3/+4
* xlat: update PERF_* constantsDmitry V. Levin2022-12-113-23/+25
* xlat: update NLMSGERR_* constantsDmitry V. Levin2022-12-112-1/+3
* xlat: update KVM_* constantsDmitry V. Levin2022-12-112-1/+2
* xlat: update ABS_* constantsDmitry V. Levin2022-12-112-1/+2
* xlat: update IFLA_* constantsDmitry V. Levin2022-12-113-1/+4
* xlat: update ETH_P_* constantsDmitry V. Levin2022-12-113-2/+3
* xlat: update COUNTER_* constantsDmitry V. Levin2022-12-113-5/+6
* xlat: update BTRFS_* constantsDmitry V. Levin2022-12-112-1/+2
* xlat: update BPF_* constantsDmitry V. Levin2022-12-113-6/+7
* xlat: update MADV_* constantsDmitry V. Levin2022-12-112-0/+7
* bundled: update linux UAPI headers to v6.1Dmitry V. Levin2022-12-1119-46/+256
* Reduce sysctl decoder to the bare minimumDmitry V. Levin2022-12-1016-888/+86
* ia64: use sysctl decoderDmitry V. Levin2022-12-091-1/+1
* .github: switch from actions/checkout@v2 to actions/checkout@v3Dmitry V. Levin2022-12-021-56/+56
* Update ioctl entries from linux v6.1Gleb Fotengauer-Malinovskiy2022-11-288-10/+23
* print_icmp_filter: fix icmp_filter decoding on 64-bit bigendian architecturesDmitry V. Levin2022-11-281-9/+15
* src: introduce tprint_attribute_{begin,end} helpersDmitry V. Levin2022-11-278-24/+40
* src: introduce tprint_associated_info_{begin,end} helpersDmitry V. Levin2022-11-275-14/+32
* dm: decode dm_ioctl as a pseudoarrayDmitry V. Levin2022-11-272-178/+194
* src: introduce tprint_newline() helperDmitry V. Levin2022-11-273-12/+31
* src: introduce tprint_null() helperDmitry V. Levin2022-11-272-4/+10
* print_icmp_filter: print icmp_filter as a bitsetDmitry V. Levin2022-11-264-43/+83
* print_affinitylist: use tprint_bitset_* helpers to print bitsetsDmitry V. Levin2022-11-263-24/+19
* mips: fix decoding of ioctl 't' commandsDmitry V. Levin2022-11-251-1/+2
* xlat/modem_flags: fix fallback definitions for mipsDmitry V. Levin2022-11-252-2/+18
* s390: use more print_fields.h helpersDmitry V. Levin2022-11-251-21/+28
* strace.spec.in: skip tests for all 32-bit architectures on fedora and rhelDmitry V. Levin2022-11-241-8/+4
* strace.spec.in: skip tests for x86 architecture on ELNYaakov Selkowitz2022-11-241-1/+1
* swapon: use more print_fields.h helpersDmitry V. Levin2022-11-241-3/+1
* sockaddr: use more print_fields.h helpersDmitry V. Levin2022-11-231-1/+1
* netlink_netlink_diag: use more print_fields.h helpersDmitry V. Levin2022-11-221-6/+7
* numa: use more print_fields.h helpersDmitry V. Levin2022-11-213-6/+6
* personality: use more print_fields.h helpersDmitry V. Levin2022-11-201-1/+1
* tests: fix injection tests on ia64 architectureDmitry V. Levin2022-11-195-11/+34
* term: modernizeDmitry V. Levin2022-11-134-285/+266
* tests: add struct termios-related ioctl command testEugene Syromyatnikov2022-11-136-4/+1024
* term: improve decoding of termios and termio structuresEugene Syromyatnikov2022-11-1317-56/+374
* tprint_array_index_end: remove extra whitespace from the outputDmitry V. Levin2022-11-126-19/+19
* xlat: update TIOCM_* constantsDmitry V. Levin2022-11-062-14/+18
* tests: check decoding of ioctl TIOCM* commandsDmitry V. Levin2022-11-064-0/+99
* tests: check decoding of ioctl TIOC[GS]WINSZ commandsDmitry V. Levin2022-11-054-0/+46
* sparc: fix decoding of ioctl 't' commandsDmitry V. Levin2022-11-051-2/+2
* src: introduce tprint_space() helperDmitry V. Levin2022-11-046-12/+23
* v4l2: use tprint_value_changed() helper from print_fields.hDmitry V. Levin2022-11-031-3/+21