summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rtnl_tc_action: fix tcamsg attribute decoderEugene Syromyatnikov2023-05-103-2/+80
* util: factor out printing of time interval in a human-readable formEugene Syromyatnikov2023-05-102-27/+14
* build: fix build on systems that do not provide open_memstreamDmitry V. Levin2023-05-101-2/+2
* Fix preprocessor indentationDmitry V. Levin2023-05-074-8/+8
* Introduce --argv0 optionJohn Reiser2023-05-061-0/+13
* Remove -l alias for the recently introduced --syscall-limit optionDmitry V. Levin2023-05-051-9/+10
* syscall: fix -c (CFLAG_ONLY_STATS) usage in conjunction with -e and -lEugene Syromyatnikov2023-05-051-33/+43
* mem: handle hppa MADV_* UAPI breakageEugene Syromyatnikov2023-04-304-86/+93
* xlat/gen.sh: allow skipping xlat value checkingEugene Syromyatnikov2023-04-301-9/+27
* Update copyright headersDmitry V. Levin2023-04-3013-13/+13
* generate_mpers_am.sh: enhance error diagnosticsDmitry V. Levin2023-04-301-0/+5
* Implement decoding of signal masks associated with signalfd file descriptorsleedagee2023-04-294-1/+48
* util: introduce scan_fdinfo() functionDmitry V. Levin2023-04-291-12/+34
* net: implement IP_LOCAL_PORT_RANGE socket option decodingEugene Syromyatnikov2023-04-281-0/+38
* 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