summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: check fresh musl and mainline kernel headersldv/ci-musl-mainline-onlyDmitry V. Levin2018-03-132-46/+7
* ci: clone musl from the local serverDmitry V. Levin2018-03-131-1/+11
* ci: refactor cloning of additional repositoriesDmitry V. Levin2018-03-131-3/+18
* ci: extend error diagnostics when configure invocation failsDmitry V. Levin2018-03-131-0/+2
* ci: rename travis-build.sh and travis-install.sh scriptsDmitry V. Levin2018-03-134-7/+7
* tests: extend ioctl.test libc protection to -y outputDmitry V. Levin2018-03-131-1/+1
* ptp.c: print field names and use macros form print_fields.hHarsha Sharma2018-03-121-16/+19
* tests: add check for decoding of netfilter subsystemChen Jingpiao2018-03-111-0/+21
* nfnetlink: introduce generic netfilter subsystem decoderChen Jingpiao2018-03-111-2/+9
* Move nl_netfilter_msg_types definition from netlink.c to netlink_netfilter.cChen Jingpiao2018-03-113-1/+2
* tests: add check for NETLINK_NETFILTER parserChen Jingpiao2018-03-111-2/+100
* netlink: introduce NETLINK_NETFILTER parserChen Jingpiao2018-03-115-0/+97
* xlat: remove NFNL_SUBSYS_COUNT constantChen Jingpiao2018-03-111-1/+0
* inject_data: make room for more injection featuresDmitry V. Levin2018-03-101-2/+3
* xlat: sort v4l2_pix_fmts.in and v4l2_sdr_fmts.inEugene Syromyatnikov2018-03-092-134/+136
* xlat: add comments to all sorted xlat filesDmitry V. Levin2018-03-0910-3/+11
* bpf: remove page size cachingEugene Syromyatnikov2018-03-091-5/+2
* bpf_filter: fix indentation of the switch clauseEugene Syromyatnikov2018-03-091-44/+44
* xlat: provide fallback definitions for arch-independent mmap flagsDmitry V. Levin2018-03-081-3/+3
* bpf: print kern_version in the form of KERNEL_VERSION macroEugene Syromyatnikov2018-03-072-4/+8
* tests: fix remap_file_pages.test breakage on hppaEugene Syromyatnikov2018-03-071-2/+10
* Sort Ethernet protocols xlatEugene Syromyatnikov2018-03-074-34/+45
* Change sorted arrays to be terminated with XLAT_END like unsorted arraysEugene Syromyatnikov2018-03-0710-21/+8
* strace.1.in: add a note about tracing of scripts without shebangEugene Syromyatnikov2018-03-061-0/+12
* strace.1.in: mention that -c suppresses regular outputEugene Syromyatnikov2018-03-061-1/+2
* errnoent.h: add ERECALLCONFLICTEugene Syromyatnikov2018-03-065-0/+5
* xlat: add BPF_F_ALLOW_MULTI constantEugene Syromyatnikov2018-03-061-0/+1
* xlat: add BPF_MAP_TYPE_CPUMAP constantEugene Syromyatnikov2018-03-061-0/+1
* tests/test_printstrn.c: do not declare i againEugene Syromyatnikov2018-03-061-1/+1
* tests/s390_sthyi.c: make utility functions inlineEugene Syromyatnikov2018-03-061-10/+8
* btrfs: print struct btrfs_ioctl_logical_ino_args.flags fieldEugene Syromyatnikov2018-03-064-4/+47
* btrfs.c: print __u64 fields with pointer semantics using printaddr64Eugene Syromyatnikov2018-03-063-3/+23
* util.c: introduce printaddr64Eugene Syromyatnikov2018-03-062-3/+10
* prctl: add decoding of PR_SVE_SET_VL and PR_SVE_GET_VL commandsEugene Syromyatnikov2018-03-064-1/+46
* Implement PTRACE_SECCOMP_GET_METADATA ptrace request decodingEugene Syromyatnikov2018-03-066-0/+68
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-0616-24/+41
* xlat: add eBPF-based device controller constantsEugene Syromyatnikov2018-03-053-1/+3
* xlat: provide fallback definitions for input event constantsEugene Syromyatnikov2018-03-021-591/+591
* xlat: update the list of input event constantsEugene Syromyatnikov2018-03-022-11/+6
* xlat: provide fallback definitions for SCTP socket option constantsEugene Syromyatnikov2018-03-021-61/+61
* xlat: update the list of SCTP socket option constantsEugene Syromyatnikov2018-03-022-3/+7
* xlat: provide fallback definitions for Ethernet protocol constantsEugene Syromyatnikov2018-03-021-90/+90
* xlat: update the list of Ethernet protocol constantsEugene Syromyatnikov2018-03-022-1/+4
* v4l2: print known pixel/SDR formatsEugene Syromyatnikov2018-03-025-37/+276
* v4l2: v4l2_fourcc is endianness-agnosticEugene Syromyatnikov2018-03-023-33/+13
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-0113-13/+0
* tests: check printing of block/char device numbers in -yy modeEugene Syromyatnikov2018-03-014-0/+104
* printfd: print character/block device number in -yy modeEugene Syromyatnikov2018-03-014-14/+55
* util.c: escape closing angle bracket in printfdEugene Syromyatnikov2018-03-013-4/+8
* util.c: add support for additional escape characters in string_quoteEugene Syromyatnikov2018-03-016-41/+68