summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdweEugene Syromyatnikov2023-04-282-2/+20
* io_uring: rename pad field of io_uring_buf_reg to flagsDmitry V. Levin2023-04-281-5/+3
* xlat: update V4L2_PIX_FMT_* constantsDmitry V. Levin2023-04-281-0/+6
* xlat: update TCA_* constantsDmitry V. Levin2023-04-282-0/+2
* xlat: update PR_* constantsDmitry V. Levin2023-04-282-0/+4
* xlat: update NFT_MSG_* constantsDmitry V. Levin2023-04-282-0/+14
* xlat: update MFD_* constantsDmitry V. Levin2023-04-281-0/+2
* xlat: update IORING_* constantsDmitry V. Levin2023-04-281-0/+1
* xlat: update IP_* constantsDmitry V. Levin2023-04-281-0/+1
* xlat: update IFLA_BRPORT_* constantsDmitry V. Levin2023-04-282-0/+4
* xlat: update IFLA_* constantsDmitry V. Levin2023-04-282-0/+4
* xlat: update F_SEAL_* constantsDmitry V. Levin2023-04-281-0/+1
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-226-26/+66
* strauss: add a couple of new tipsEugene Syromyatnikov2023-04-221-0/+17
* strauss: rely on strace--tips test instead of forcibly trimming linesEugene Syromyatnikov2023-04-221-2/+2
* 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