summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* netlink: avoid parsing data that has been just retrievedesyr/netEugene Syromyatnikov2019-10-133-41/+62
* socketutils: provide socket information for AF_PACKET socketsEugene Syromyatnikov2019-10-131-2/+154
* sock: decode SIOCADDRT and SIOCDELRT commandsEugene Syromyatnikov2019-10-138-4/+271
* sockaddr: decode ROSE socket addressesEugene Syromyatnikov2019-10-133-0/+64
* ubi: decode flags field of struct ubi_mkvol_reqEugene Syromyatnikov2019-10-133-1/+15
* netlink_netfilter: decode netfilter netlink attribute namesEugene Syromyatnikov2019-10-1322-5/+342
* netlink_route: implement RTM_NEWCACHEREPORT message decodingEugene Syromyatnikov2019-10-1310-0/+157
* netlink_route: implement RTM_NEWSTATS, RTM_GETSTATS message decodingEugene Syromyatnikov2019-10-1312-12/+215
* rtnl_link.c: decode hardware addressesEugene Syromyatnikov2019-10-131-4/+21
* riscv64: remove dead code left after riscv64 mpers removalEugene Syromyatnikov2019-10-122-14/+0
* tests: try to avoid false positives in times sanity checkEugene Syromyatnikov2019-10-111-2/+3
* filter_seccomp: fix build on antique systemsDmitry V. Levin2019-10-093-2/+20
* tests: check -DD and -DDD optionsDmitry V. Levin2019-10-078-11/+224
* strace: expand -D optionFanda Uchytil2019-10-074-8/+72
* Fix -b execve when --seccomp-bpf option is specifiedDmitry V. Levin2019-10-043-0/+21
* filter_seccomp: fix build for no-MMU targetsDmitry V. Levin2019-10-042-9/+13
* tests: check -D optionDmitry V. Levin2019-10-043-0/+60
* tests: check -F and -zZ optionsDmitry V. Levin2019-10-041-2/+11
* tests: extend checks of --seccomp-bpf diagnosticsDmitry V. Levin2019-10-041-0/+5
* tests: add support of multi-line diagnostics to check_hDmitry V. Levin2019-10-041-5/+9
* Move FLAG_ macro from defs.h to macros.hEugene Syromyatnikov2019-10-042-7/+9
* ioctl: sort entries in ioctl_decode switch statementEugene Syromyatnikov2019-10-041-47/+50
* util: avoid double printing of ellipsis in print_arrayEugene Syromyatnikov2019-10-041-1/+4
* tests: add ioctl_evdev-success* test binaries to .gitignoreEugene Syromyatnikov2019-10-031-0/+6
* tests/sigaction: workaround odd libcs on alpha and mipsDmitry V. Levin2019-10-021-1/+1
* Distribute copyright-year-gen, file-date-gen, and git-version-genDmitry V. Levin2019-10-021-0/+3
* tests: fix -a argument in stat and lstat testsDmitry V. Levin2019-10-013-4/+4
* Prefer https URLs where possibleDmitry V. Levin2019-10-012-2/+2
* Update debian/watchDmitry V. Levin2019-10-011-2/+2
* Update ax_prog_cc_for_build.m4Dmitry V. Levin2019-10-011-2/+2
* Update auxiliary maintainer mode build toolsDmitry V. Levin2019-10-013-93/+179
* Remove traces of riscv64 mpersAndreas Schwab2019-09-273-3/+3
* strace.1.in: move --seccomp-bpf description downEugene Syromyatnikov2019-09-251-16/+16
* strace.1.in: mention seccomp(2) in --seccomp-bpf option descriptionEugene Syromyatnikov2019-09-251-2/+6
* strace.1.in: describe time format specificationEugene Syromyatnikov2019-09-251-9/+37
* strace.1.in: add a missing comma before "but"Eugene Syromyatnikov2019-09-251-3/+3
* strace.1.in: eliminate empty linesEugene Syromyatnikov2019-09-251-19/+16
* strace.1.in: properly indent -e inject descriptionEugene Syromyatnikov2019-09-251-1/+1
* Post-release administriviaDmitry V. Levin2019-09-253-0/+12
* Prepare for 5.3 releasev5.3Dmitry V. Levin2019-09-251-1/+1
* tests: workaround systemd-nspawn habit of disabling unimplemented syscallsDmitry V. Levin2019-09-251-6/+14
* Update copyright headersDmitry V. Levin2019-09-25339-261/+339
* Fix preprocessor indentationDmitry V. Levin2019-09-257-16/+16
* Update NEWSEugene Syromyatnikov2019-09-251-1/+11
* tests: check seccomp-assisted syscall filteringChen Jingpiao2019-09-2511-0/+202
* filter_seccomp: skip seccomp setup when there's nothing to filterPaul Chaignon2019-09-253-0/+26
* Introduce seccomp-assisted syscall filteringChen Jingpiao2019-09-2516-3/+789
* Add support for long optionsDmitry V. Levin2019-09-253-8/+23
* Handle xlat verbosity in evdev bitset printingEugene Syromyatnikov2019-09-2421-62/+253
* ioctl: do not print comments twice in -XverboseEugene Syromyatnikov2019-09-241-4/+16