summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: expand symlink test, add symlink-P testesyr/trace-fdsEugene Syromyatnikov2023-04-065-3/+45
* tests: expand link test, add link-P testEugene Syromyatnikov2023-04-065-5/+48
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-0533-106/+448
* strauss: add a couple of new tipsEugene Syromyatnikov2023-04-051-0/+17
* strauss: rely on strace--tips test instead of forcibly trimming linesEugene Syromyatnikov2023-04-051-2/+2
* tests: fix strace--tips testEugene Syromyatnikov2023-04-051-23/+30
* Make --tips more easily availableDmitry V. Levin2023-04-015-1/+21
* treewide: fix unnecessary $ on arithmetic variablesDmitry V. Levin2023-03-3020-31/+31
* Update ioctl entries from linux v6.3Gleb Fotengauer-Malinovskiy2023-03-278-405/+101
* debian/control: fix wording in descriptionadrien-n2023-03-201-3/+3
* strauss: add missing line separatorsJakub Wilk2023-03-101-4/+4
* Add config3 field to struct perf_event_attrSven Schnelle2023-03-094-1/+20
* Add a configure flag for installing testsElvira Khabirova2023-03-052-0/+20
* tests: split EXTRA_DISTElvira Khabirova2023-03-051-77/+86
* mips: fix raw_syscall_0Elvira Khabirova2023-03-051-3/+13
* Post-release administriviaDmitry V. Levin2023-02-273-0/+14
* Prepare for 6.2 releasev6.2Dmitry V. Levin2023-02-261-1/+1
* Update copyright headersDmitry V. Levin2023-02-2660-54/+60
* Fix build on alphaDmitry V. Levin2023-02-244-8/+13
* filter_seccomp: do not call PR_SET_NO_NEW_PRIVS if privileged enoughDmitry V. Levin2023-02-231-5/+11
* NEWS: mention collision resolution for overlapping ioctl commandsMasatake YAMATO2023-02-221-0/+2
* 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-205-8/+75
* 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
* 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