summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add tests for LIRC_* ioctlslircEugene Syromyatnikov2022-02-0312-0/+525
* lirc_ioctl: handle the supported commands only; Commands that are not suppor...Eugene Syromyatnikov2022-02-031-12/+30
* lirc_ioctl: use printnum for printing an integer value pointed by an addressEugene Syromyatnikov2022-02-031-2/+4
* lirc_ioctl: use xlat for modes decoding; Also, print the indirection-related...Eugene Syromyatnikov2022-02-032-20/+11
* lirc_ioctl: use xlat for features decoding; Also, put the print the indirect...Eugene Syromyatnikov2022-02-032-32/+36
* lirc_ioctl: explicitly mention all supported ioctl commands; decode an argume...Eugene Syromyatnikov2022-02-031-2/+19
* Bundle lirc.hEugene Syromyatnikov2022-01-282-0/+233
* lirc_ioctl: change value type to uint32_tEugene Syromyatnikov2022-01-271-3/+3
* Rename lirc.c to lirc_ioctl.cEugene Syromyatnikov2022-01-272-1/+1
* Add lirc ioctl decodingSean Young2022-01-264-0/+92
* s390: fix infmname printing checkEugene Syromyatnikov2022-01-251-1/+1
* Remove remaining bits of Travis CI supportDmitry V. Levin2022-01-242-77/+0
* rtnl_tc_action: implement TCA_ACT_IN_HW_COUNT decodingDmitry V. Levin2022-01-233-0/+12
* xlat: update TCA_ACT_* constantsDmitry V. Levin2022-01-234-5/+11
* xlat: update MODULE_INIT_* constantsDmitry V. Levin2022-01-223-2/+4
* xlat: update *_MAGIC constantsDmitry V. Levin2022-01-212-3/+4
* xlat: update KVM_* constantsDmitry V. Levin2022-01-202-1/+3
* xlat: update FAN_* constantsDmitry V. Levin2022-01-195-13/+17
* tests: fix typo in commentDmitry V. Levin2022-01-191-1/+1
* secontext: refacor SELinux context printingesyr/secontext-fixesEugene Syromyatnikov2022-01-194-95/+136
* util: add ability to override xflag setting via string_quote styleEugene Syromyatnikov2022-01-192-4/+28
* tests/linkat: reset context to the expected one if a mismatch has been detectedEugene Syromyatnikov2022-01-193-0/+17
* tests/secontext: eliminate separate secontext_format declarationEugene Syromyatnikov2022-01-191-4/+1
* tests/linkat: provide fallback values for secontext fields changesEugene Syromyatnikov2022-01-191-3/+20
* tests/secontext: add secontext field gettersEugene Syromyatnikov2022-01-192-12/+35
* tests/linkat: reset errno before SELinux context manipulationEugene Syromyatnikov2022-01-191-0/+4
* doc/strace.1: wfixEugene Syromyatnikov2022-01-181-2/+2
* doc/strace.1: align -e inject/--inject syntax description to the leftEugene Syromyatnikov2022-01-181-2/+4
* doc/strace.1: update strace example outputEugene Syromyatnikov2022-01-181-3/+3
* doc/strace.1: add references to syscall(2) and signal(7) to SEE ALSOEugene Syromyatnikov2022-01-181-1/+3
* doc/strace.1: refer to syscalls(2) for syscall names referenceEugene Syromyatnikov2022-01-181-1/+3
* Enhance rejection of invalid syscall numbers in syscall specification express...Dmitry V. Levin2022-01-176-5/+29
* Introduce scno_pers_in_range and scno_pers_is_validDmitry V. Levin2022-01-172-8/+17
* Extend personality designation syntax to support all@persDmitry V. Levin2022-01-168-11/+113
* tests: extend personality designation syntax checksDmitry V. Levin2022-01-151-4/+9
* tests: move current personality designator detection code to init.shDmitry V. Levin2022-01-152-23/+24
* Extend personality designation syntax to support %class@persDmitry V. Levin2022-01-1510-116/+80
* Use the last @ as a starting point of the personality designatorDmitry V. Levin2022-01-151-2/+2
* tests: add more checks of --trace=number@pers supportDmitry V. Levin2022-01-156-0/+40
* Make sprint_hwaddr and sprint_mac_addr functions staticDmitry V. Levin2022-01-142-5/+2
* Remove unused function ts_mulDmitry V. Levin2022-01-132-9/+0
* loongarch64: implement NT_PRSTATUS and NT_FPREGSET regsets decodingDmitry V. Levin2022-01-136-1/+175
* xlat: add AUDIT_ARCH_LOONGARCH* constantsDmitry V. Levin2022-01-131-0/+2
* Add 64-bit LoongArch supportWANG Xuerui2022-01-1315-0/+163
* Remove unused function syscall_nameDmitry V. Levin2022-01-122-14/+0
* Post-release administriviaDmitry V. Levin2022-01-113-0/+16
* Prepare for 5.16 releasev5.16Dmitry V. Levin2022-01-101-1/+2
* .mailmap: add more entries to avoid duplication in CREDITSDmitry V. Levin2022-01-101-0/+1
* Update copyright headersDmitry V. Levin2022-01-0915-15/+15
* Fix preprocessor indentationDmitry V. Levin2022-01-091-5/+5