summaryrefslogtreecommitdiff
path: root/src/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* syscall: fix -c (CFLAG_ONLY_STATS) usage in conjunction with -e and -lEugene Syromyatnikov2023-05-051-33/+43
* Update copyright headersDmitry V. Levin2023-04-301-1/+1
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-221-1/+2
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-031-0/+3
* src: introduce tprint*_sysret_* helpersDmitry V. Levin2022-12-311-27/+43
* print_syscall_resume: always update printing_tcpDmitry V. Levin2022-12-301-1/+1
* 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: rename tprintf to tprintf_stringFabrice Le Fessant2022-12-201-21/+21
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-13/+13
* src: introduce tprint_attribute_{begin,end} helpersDmitry V. Levin2022-11-271-3/+3
* src: introduce tprint_associated_info_{begin,end} helpersDmitry V. Levin2022-11-271-2/+4
* src: introduce tprint_newline() helperDmitry V. Levin2022-11-271-2/+3
* src: introduce tprint_space() helperDmitry V. Levin2022-11-041-2/+2
* Update copyright headersDmitry V. Levin2022-01-091-1/+1
* Rework personality_designators and personality_namesDmitry V. Levin2022-01-051-23/+3
* Load /proc/$pid/comm into struct tcbMasatake YAMATO2021-11-141-0/+7
* Use loop initial declarationsDmitry V. Levin2021-11-051-4/+2
* Provide a routine for printing syscall name from nr/audit_arch pairEugene Syromyatnikov2021-10-081-6/+0
* src: use xobjdup/xarraydupEugene Syromyatnikov2021-08-241-4/+2
* syscall: use xallocarray instead of xcalloc for an array to be copied overEugene Syromyatnikov2021-08-221-1/+1
* syscall: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-031-1/+1
* defs: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-031-1/+1
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-0/+5
* Replace tprint_arg_begin with tprints_arg_beginDmitry V. Levin2021-03-131-4/+2
* print_fields.h: introduce tprint*_arg_* helpersDmitry V. Levin2021-02-271-4/+8
* Fix preprocessor indentationDmitry V. Levin2021-02-161-5/+5
* Print tampering notes for delayed and poked syscallsElvira Khabirova2021-02-071-7/+17
* Add -e inject=<...>:poke_{enter,exit}=<...> functionalityElvira Khabirova2021-02-071-3/+14
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+1549