summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: remove PACKET_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-092-9/+6
* net: remove PACKET_RX_RING and PACKET_TX_RING #ifdef guardsEugene Syromyatnikov2022-01-091-6/+0
* net: remove IPV6_ADD_MEMBERSHIP and IPV6_{JOIN,LEAVE}_ANYCAST guardsEugene Syromyatnikov2022-01-091-8/+0
* Remove MCAST_JOIN_GROUP #ifdef guardsEugene Syromyatnikov2022-01-092-12/+0
* net: remove IP_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: remove PACKET_STATISTICS #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: initialise struct icmp_filter read buffer with ~0Eugene Syromyatnikov2022-01-091-1/+1
* net: fix SO_ERROR socket option len clampingEugene Syromyatnikov2022-01-091-1/+1
* tests: check decoding of futex_waitv syscallDmitry V. Levin2022-01-094-0/+139
* futex_waitv: implement decoding of struct futex_waitv arrayDmitry V. Levin2022-01-095-1/+233
* Implement decoding of futex_waitv syscallAndré Almeida2022-01-093-0/+32
* xlat: update NDA_* constantsDmitry V. Levin2022-01-082-1/+2
* xlat: update V4L2_* constantsDmitry V. Levin2022-01-084-3/+7
* xlat: update KVM_* constantsDmitry V. Levin2022-01-082-1/+2
* xlat: update DEVCONF_* constantsDmitry V. Levin2022-01-082-2/+3
* xlat: update IPV4_DEVCONF_* constantsDmitry V. Levin2022-01-082-1/+2
* xlat: update ETH_P_* constantsDmitry V. Levin2022-01-082-1/+3
* xlat: update FAN_* constantsDmitry V. Levin2022-01-083-3/+5
* xlat: update BTRFS_* constantsDmitry V. Levin2022-01-081-0/+1