summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-033-1/+23
* open_by_handle_at: add RVAL_FD to return valueKossi Glokpor2023-04-031-1/+1
* Make --tips more easily availableDmitry V. Levin2023-04-011-0/+4
* Update ioctl entries from linux v6.3Gleb Fotengauer-Malinovskiy2023-03-277-405/+100
* strauss: add missing line separatorsJakub Wilk2023-03-101-4/+4
* Add config3 field to struct perf_event_attrSven Schnelle2023-03-092-0/+6
* mips: fix raw_syscall_0Elvira Khabirova2023-03-051-3/+13
* Update copyright headersDmitry V. Levin2023-02-2634-29/+34
* Fix build on alphaDmitry V. Levin2023-02-241-4/+5
* filter_seccomp: do not call PR_SET_NO_NEW_PRIVS if privileged enoughDmitry V. Levin2023-02-231-5/+11
* dyxlat: make the type of the xlat created by dyxlat_alloc customizableMasatake YAMATO2023-02-213-4/+4
* ioctl: use finfo as hints for resolving overlapping ioctl commandsMasatake YAMATO2023-02-204-2/+57
* ioctl: pass finfo to ioctl_decode() as hints for decodingMasatake YAMATO2023-02-201-3/+8
* ioctl: prepare finfo only when ioctl command can overlapMasatake YAMATO2023-02-201-1/+12
* ioctl: collect finfo just before decoding ioctl commandMasatake YAMATO2023-02-203-2/+22
* Allow to pass pre-filled finfo data to printdev() from upper layersMasatake YAMATO2023-02-192-8/+20
* util: introduce get_finfo_for_dev functionMasatake YAMATO2023-02-192-7/+47
* strace: declare nflag variable as staticDmitry V. Levin2023-02-151-1/+1
* treewide: replace "sed -r" with "sed -E"Dmitry V. Levin2023-02-149-16/+16
* xlat: update V4L2_CTRL_TYPE_* constantsDmitry V. Levin2023-02-131-0/+10
* xlat: update V4L2_CTRL_FLAG_* constantsDmitry V. Levin2023-02-131-0/+1
* xlat: update V4L2_PIX_FMT_* constantsDmitry V. Levin2023-02-131-0/+8
* xlat: update V4L2_CID_* constantsDmitry V. Levin2023-02-132-0/+4
* xlat: update NFT_MSG_* constantsDmitry V. Levin2023-02-122-0/+2
* xlat: update NTF_EXT_* constantsDmitry V. Levin2023-02-111-0/+1
* xlat: update LANDLOCK_ACCESS_FS_* constantsDmitry V. Levin2023-02-101-0/+1
* xlat: update KVM_* constantsDmitry V. Levin2023-02-091-0/+2
* 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
* membarrier: add MEMBARRIER_CMD_GET_REGISTRATIONS flagSven Schnelle2023-01-301-0/+1
* Update ioctl entries from linux v6.2Gleb Fotengauer-Malinovskiy2023-01-3012-9/+65
* hppa: Drop special handling of fanotify syscalls on pariscHelge Deller2023-01-291-4/+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
* xlat: update KEY_* constantsDmitry V. Levin2023-01-211-0/+3
* xlat: update IFLA_* constantsDmitry V. Levin2023-01-203-0/+4
* xlat: update BPF_* constantsDmitry V. Levin2023-01-061-0/+1
* xlat: update ALG_* constantsDmitry V. Levin2023-01-051-6/+7
* io_uring: prepare for <linux/io_uring.h> updateDmitry V. Levin2023-01-031-0/+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-291-3/+5
* print_event_exit: do not mark output as unfinished unnecessarilyDmitry V. Levin2022-12-281-1/+1
* 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