summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow more than one signal= specification in an injection expressionDmitry V. Levin2017-08-283-2/+7
* Add "flags" field to struct inject_dataDmitry V. Levin2017-08-283-11/+14
* Move inject data of struct inject_opts to inject_data substructureDmitry V. Levin2017-08-283-17/+23
* Update ioctl entries from linux v4.13-rc7Gleb Fotengauer-Malinovskiy2017-08-2811-12/+79
* tests: check decoding of ifinfomsg netlink attributesJingPiao Chen2017-08-281-0/+227
* rtnl_link: decode ifinfomsg netlink attributesJingPiao Chen2017-08-282-1/+189
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-2823-128/+134
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-2823-118/+123
* v4l2: streamline logicEugene Syromyatnikov2017-08-281-55/+81
* v4l2: reorder field printing in order to avoid auxstr usageEugene Syromyatnikov2017-08-282-13/+21
* userfaultfd: streamline logicEugene Syromyatnikov2017-08-281-34/+60
* Do not return RVAL_DECODED on exiting path of ioctl decodersEugene Syromyatnikov2017-08-284-8/+8
* dm: return RVAL_DECODED instead of 0 if we can't decode commandEugene Syromyatnikov2017-08-281-2/+2
* Return 0 instead of 1 on entering path of ioctl decodersEugene Syromyatnikov2017-08-287-9/+11
* ioctl: simplify ioctl_decode handling, document its return value semanticsEugene Syromyatnikov2017-08-281-11/+30
* syscall.c: define personality names for all multi-personality architecturesEugene Syromyatnikov2017-08-281-3/+3
* copyright-year-gen: workaround for old git versionsEugene Syromyatnikov2017-08-281-1/+1
* ubi: trim overly long linesEugene Syromyatnikov2017-08-271-3/+6
* term: use print_quoted_stringEugene Syromyatnikov2017-08-271-5/+3
* update_copyright_years.sh: workaround for old git versionsEugene Syromyatnikov2017-08-271-4/+4
* syscall: use spaces in tile personality names, de-duplicate definitionEugene Syromyatnikov2017-08-271-5/+1
* tests: check decoding of rtmsg netlink attributesJingPiao Chen2017-08-261-0/+121
* rtnl_route: decode rtmsg netlink attributesJingPiao Chen2017-08-267-1/+268
* s390: wire up s390_guarded_storage syscallDmitry V. Levin2017-08-252-2/+2
* microblaze: wire up statx syscallDmitry V. Levin2017-08-251-0/+1
* alloc_number_set_array: add ATTRIBUTE_MALLOCDmitry V. Levin2017-08-241-1/+3
* Add macros for testing QUAL_* flagsNikolay Marchuk2017-08-242-8/+8
* Remove QUAL_SIGNAL, QUAL_READ and QUAL_WRITEDmitry V. Levin2017-08-241-3/+0
* xstrdup, xtrndup: allow NULL argumentEugene Syromiatnikov2017-08-242-0/+13
* tests: really skip mips o32 scno tampering tests on mips n64Dmitry V. Levin2017-08-233-2/+55
* Hide struct number_set implementation details from usersDmitry V. Levin2017-08-225-25/+44
* Extend number_set interfaceDmitry V. Levin2017-08-224-33/+105
* Move number_set interface to separate filesDmitry V. Levin2017-08-229-61/+130
* Move SUPPORTED_PERSONALITIES to a separate fileEdgar Kaziakhmedov2017-08-223-21/+57
* Move string_to_uint* functions to a separate fileEdgar Kaziakhmedov2017-08-225-41/+116
* tests: check decoding of ifaddrmsg netlink attributesJingPiao Chen2017-08-221-3/+67
* rtnl_addr: decode ifaddrmsg netlink attributesJingPiao Chen2017-08-221-1/+64
* Export decode_inet_addrDmitry V. Levin2017-08-223-39/+42
* netlink_inet_diag: prepare decode_inet_addr for exportDmitry V. Levin2017-08-221-8/+11
* print_inet_addr: add support of invocations without field nameDmitry V. Levin2017-08-201-4/+11
* print_inet_addr: print address of unsupported family in hexDmitry V. Levin2017-08-191-1/+1
* mips o32: do not bail out in get_syscall_args if umoven failsDmitry V. Levin2017-08-181-5/+10
* configure: cleanup struct statfs/statfs64 member checksDmitry V. Levin2017-08-171-14/+12
* tests: fix a few harmless -Woverflow compilation warningsDmitry V. Levin2017-08-165-5/+5
* tests: fix sigaction.test on sparcDmitry V. Levin2017-08-161-7/+13
* nlattr: fix printing of unrecognized attribute dataDmitry V. Levin2017-08-162-9/+15
* tests: check decoding of NETLINK_ROUTE rtgenmsg attributesJingPiao Chen2017-08-154-0/+94
* netlink: add basic decoding of NETLINK_ROUTE rtgenmsg attributesJingPiao Chen2017-08-152-0/+15
* tests: check decoding of NETLINK_ROUTE br_port_msg attributesJingPiao Chen2017-08-154-0/+97
* netlink: add basic decoding of NETLINK_ROUTE br_port_msg attributesJingPiao Chen2017-08-152-1/+17