summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* util: introduce get_finfo_for_dev functionMasatake YAMATO2023-02-192-7/+47
* tests: enhance ptrace_syscall_info error diagnosticsDmitry V. Levin2023-02-191-57/+51
* Update .mailmapDmitry V. Levin2023-02-181-1/+1
* tests: remove getpid and getppid from check_PROGRAMSElvira Khabirova2023-02-181-2/+0
* strace: declare nflag variable as staticDmitry V. Levin2023-02-151-1/+1
* treewide: replace "sed -r" with "sed -E"Dmitry V. Levin2023-02-1419-38/+38
* xlat: update V4L2_CTRL_TYPE_* constantsDmitry V. Levin2023-02-132-2/+11
* xlat: update V4L2_CTRL_FLAG_* constantsDmitry V. Levin2023-02-133-5/+9
* xlat: update V4L2_PIX_FMT_* constantsDmitry V. Levin2023-02-132-1/+9
* xlat: update V4L2_CID_* constantsDmitry V. Levin2023-02-133-1/+5
* xlat: update NFT_MSG_* constantsDmitry V. Levin2023-02-123-1/+3
* xlat: update NTF_EXT_* constantsDmitry V. Levin2023-02-113-3/+6
* xlat: update LANDLOCK_ACCESS_FS_* constantsDmitry V. Levin2023-02-104-5/+6
* xlat: update KVM_* constantsDmitry V. Levin2023-02-092-1/+4
* Revert "Update .mailmap"Dmitry V. Levin2023-02-081-1/+0
* tests: check umovestr return value when the string crosses a page boundaryDmitry V. Levin2023-02-071-0/+19
* ucopy: fix umovestr return value when the string crosses page boundariesDmitry V. Levin2023-02-061-1/+1
* src: fix typo in commentsDmitry V. Levin2023-02-051-2/+2
* pc.test: Fix up order of strace messages againHelge Deller2023-01-311-1/+1
* membarrier: add MEMBARRIER_CMD_GET_REGISTRATIONS flagSven Schnelle2023-01-303-1/+12
* Update ioctl entries from linux v6.2Gleb Fotengauer-Malinovskiy2023-01-3013-9/+66
* hppa: Fix pc.test testcase on hppa architectureHelge Deller2023-01-291-2/+3
* hppa: Drop special handling of fanotify syscalls on pariscHelge Deller2023-01-292-9/+0
* hppa: Fix display of mask for rt_sigreturn syscallHelge Deller2023-01-292-8/+37
* hppa: Disable workaround for hppa in syscall number tamperingHelge Deller2023-01-291-1/+1
* hppa: Switch to getregset call on hppaHelge Deller2023-01-291-1/+1
* ci: Add missing permission `security-events`Jan Macku2023-01-261-0/+3
* xlat: update KEY_* constantsDmitry V. Levin2023-01-212-1/+4
* xlat: update IFLA_* constantsDmitry V. Levin2023-01-206-3/+11
* ci(lint): add shell linter - Differential ShellCheckJan Macku2023-01-161-0/+38
* xlat: update BPF_* constantsDmitry V. Levin2023-01-063-6/+7
* xlat: update ALG_* constantsDmitry V. Levin2023-01-052-6/+8
* bundled: update linux UAPI headers to v6.2-rc2Dmitry V. Levin2023-01-0421-95/+552
* io_uring: prepare for <linux/io_uring.h> updateDmitry V. Levin2023-01-033-0/+8
* tests: enable time_types.h based tests unconditionallyDmitry V. Levin2023-01-022-26/+2
* Provide fallback definitions for __kernel_sock_timeval and __kernel_timespecDmitry V. Levin2023-01-013-2/+34
* src: introduce tprint*_sysret_* helpersDmitry V. Levin2022-12-313-28/+77
* print_syscall_resume: always update printing_tcpDmitry V. Levin2022-12-302-2/+1
* printleader: do not mark output as unfinished unnecessarilyDmitry V. Levin2022-12-295-3/+96
* print_event_exit: do not mark output as unfinished unnecessarilyDmitry V. Levin2022-12-285-1/+77
* src: do not use STRACE_PRINTF outside print_fields.hDmitry V. Levin2022-12-271-1/+1
* tprints_comment: use tprint_comment_* helpersDmitry V. Levin2022-12-261-2/+5
* syscall: introduce print_erestart helperDmitry V. Levin2022-12-251-4/+10
* syscall: simplify syscall_exiting_trace a bitDmitry V. Levin2022-12-241-8/+3
* syscall: print injection note after the auxiliary stringDmitry V. Levin2022-12-231-1/+1
* src: introduce tprint_arg_name_end helperFabrice Le Fessant2022-12-222-0/+11
* src: rename tprints_arg_name to tprints_arg_name_beginFabrice Le Fessant2022-12-212-7/+7
* src: rename tprintf to tprintf_stringFabrice Le Fessant2022-12-2016-91/+93
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-1932-87/+87
* src: introduce printflags_in and printflags64_in helpersFabrice Le Fessant2022-12-1815-23/+38