summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 4.25 releasev4.25Dmitry V. Levin2018-10-301-1/+1
* Update copyright headersDmitry V. Levin2018-10-3011-6/+11
* Update NEWSDmitry V. Levin2018-10-251-0/+17
* Implement decoding of NBD_* ioctl commandsElvira Khabirova2018-10-2510-0/+232
* tests: fix build with recent kernel headersDmitry V. Levin2018-10-251-1/+4
* arm, sparc, sparc64: wire up io_pgeteventsDmitry V. Levin2018-10-243-2/+5
* Update ioctl entries from linux v4.19Gleb Fotengauer-Malinovskiy2018-10-248-65/+147
* maint: update for linux 4.19-rc8Gleb Fotengauer-Malinovskiy2018-10-241-1/+1
* Remove redundant VIDIOC_SUBDEV_* constantsDmitry V. Levin2018-10-246-35/+4
* xtensa: fix typo in pkey_alloc syscall numberDmitry V. Levin2018-09-271-1/+1
* xlat: print _IOC_NONE in symbolic form even if it is equal to 0Dmitry V. Levin2018-09-235-12/+15
* Disable git-archiveDmitry V. Levin2018-09-182-0/+13
* Workaround signedness bugs in system NLMSG_OK reported by -Wsign-compareDmitry V. Levin2018-09-165-8/+17
* tests/sprintrc.c: drop redundant checkDmitry V. Levin2018-09-161-3/+0
* build: enable gcc -Woverride-init and clang -Winitializer-overridesDmitry V. Levin2018-09-161-0/+2
* tests: exclude arm_sync_file_range from ksysent testDmitry V. Levin2018-09-161-2/+2
* Ignore warnings about overridden initialization of hwaddr_sizesDmitry V. Levin2018-09-162-1/+32
* tests: workaround clang -Wunneeded-internal-declaration bugDmitry V. Levin2018-09-163-0/+3
* process: honor xlat style in print_user_offset_addrEugene Syromyatnikov2018-09-041-9/+17
* time: add xlat styles support to printclocknameEugene Syromyatnikov2018-09-041-0/+12
* perf: rewrite print_perf_event_attr using PRINT_FIELD_* macrosEugene Syromyatnikov2018-09-041-53/+46
* tests: check stack unwinding for signalsEugene Syromyatnikov2018-09-035-9/+48
* Print stack traces on signalsEugene Syromyatnikov2018-09-031-0/+5
* xlat: provide fallback definitions for open_access_modes constantsEugene Syromyatnikov2018-09-031-4/+5
* xlat: update resourcesEugene Syromyatnikov2018-09-031-17/+39
* nlattr: ignore nla_type flags when selecting nlattr decoderEugene Syromyatnikov2018-09-031-1/+2
* netlink_packet_diag: assorted decoding fixesEugene Syromyatnikov2018-09-024-18/+28
* sockaddr: add X.25 socket address decoding supportEugene Syromyatnikov2018-09-024-0/+61
* net: add support for AX.25 protocols and socket option names decodingEugene Syromyatnikov2018-09-023-0/+43
* sockaddr: decode AX.25 socket addressesEugene Syromyatnikov2018-09-024-0/+312
* macros: add ROUNDUP macroEugene Syromyatnikov2018-09-021-0/+4
* futex: recognise FUTEX_BITSET_MATCH_ANY bitmaskEugene Syromyatnikov2018-09-023-2/+22
* ioprio: move constant definitions to xlatEugene Syromyatnikov2018-09-023-23/+7
* net: decode AF_PACKET protocols in socket syscallEugene Syromyatnikov2018-09-021-0/+8
* print_ifindex: add public get_ifname methodEugene Syromyatnikov2018-09-022-15/+32
* socketutils: introduce get_family_by_protoEugene Syromyatnikov2018-09-022-0/+10
* socketutils: add more IP/IPv6 transport protocolsEugene Syromyatnikov2018-09-022-1/+46
* socketutils: store more information in protocols tableEugene Syromyatnikov2018-09-021-37/+30
* sockaddr: whitespace cleanup, fix typo in commentEugene Syromyatnikov2018-09-021-40/+39
* tests: add utimensat test variants with different xlat verbosity levelsEugene Syromyatnikov2018-09-027-26/+79
* print_timespec: make print_timespec_t_utime respect xlat style settingEugene Syromyatnikov2018-09-021-3/+8
* netlink: honor custom xlat style setting during nlmsg flags printingEugene Syromyatnikov2018-09-021-1/+1
* netlink_netfilter: use xlat styles for res_id workaround printingEugene Syromyatnikov2018-09-021-2/+5
* xlat: provide fallback definitions for epolleventsEugene Syromyatnikov2018-09-021-15/+16
* xlat: provide fallback definitions to pollflagsEugene Syromyatnikov2018-09-021-7/+35
* xlat: provide fallback values for socktypesEugene Syromyatnikov2018-09-021-7/+12
* xlat: provide fallback values to route_nexthop_flagsEugene Syromyatnikov2018-09-021-6/+6
* block: move fallback definitions for ioctl commands to xlatEugene Syromyatnikov2018-09-012-50/+40
* Decode BLKGETSIZE64 unconditionallyEugene Syromyatnikov2018-09-012-11/+0
* xlat: add ability to specify a default string to print_xlat_exEugene Syromyatnikov2018-09-012-16/+31