summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2022-01-091-1/+1
* Use a separate manpage date for strace-log-merge.1Dmitry V. Levin2022-01-011-1/+4
* Do not distribute generated manual pagesDmitry V. Levin2021-06-131-1/+0
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Remove src/types infrastructureDmitry V. Levin2021-02-131-1/+1
* Introduce bundled directoryDmitry V. Levin2021-02-041-1/+1
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-1131/+5
* Move manual pages and some dev documentation into doc subdirectoryDmitry V. Levin2021-02-021-3/+3
* Move auxiliary build scripts to build-aux subdirectoryDmitry V. Levin2021-02-021-5/+5
* Do not install strace-graphDmitry V. Levin2021-02-021-1/+1
* Rename print_aio_sigset to print_kernel_sigsetDmitry V. Levin2021-01-301-1/+1
* print_fields.h: introduce a few tprint_* helper inline functionsDmitry V. Levin2021-01-271-1/+1
* Add GPIO ioctl decodingKent Gibson2021-01-261-0/+1
* coverage: update genhtml optionsDmitry V. Levin2021-01-171-1/+3
* disable_ptrace_get_syscall_info, disable_ptrace_getregset: new helper programsDmitry V. Levin2021-01-131-0/+5
* file_ioctl: rename to fs_f_ioctlDmitry V. Levin2021-01-041-1/+1
* file_ioctl: move decoders of linux/fs.h 0x94 commands to a separate fileDmitry V. Levin2021-01-031-0/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* tee: use types/ directory for the type definitions headerEugene Syromyatnikov2020-09-231-1/+0
* Implement decoding of TEE_* ioctlsElvira Khabirova2020-09-231-0/+2
* semctl: decode struct arguments of IPC_* and SEM_* commandsDmitry V. Levin2020-09-191-0/+1
* Implement decoding of close_range syscallDmitry V. Levin2020-09-061-0/+1
* Add tests for PID namespace translationAkosUzonyi/pidnsÁkos Uzonyi2020-08-251-1/+1
* Use printpid in decodersÁkos Uzonyi2020-08-251-0/+1
* PID namespace translation supportÁkos Uzonyi2020-08-251-0/+3
* strace: add an option for printing syscall numbersElvira Khabirova2020-08-211-0/+1
* xlat: generate m4 checks for enumerationsEugene Syromyatnikov2020-05-301-1/+1
* Replace struct v4l2_buffer with a reliable alternative definitionDmitry V. Levin2020-05-261-0/+1
* Rewrite decoders of dup, dup2, and dup3 syscallsDmitry V. Levin2020-04-241-0/+1
* Rework printing of SO_TIMESTAMPNS_OLD and SO_TIMESTAMPING_OLD timestampsDmitry V. Levin2020-04-191-1/+0
* kernel_rusage.h: introduce kernel_rusage_tAlistair Francis2020-04-191-0/+1
* Makefile.am: move almost all of strace_SOURCES to libstrace_a_SOURCESDmitry V. Levin2020-04-121-24/+21
* Rewrite decoders of getdents, getdents64, and readdir syscallsDmitry V. Levin2020-04-121-0/+3
* Move kernel_dirent definition from kernel_types.h to a separate headerDmitry V. Levin2020-04-111-0/+1
* Implement pidfd_getfd syscall decodingEugene Syromyatnikov2020-03-301-0/+1
* xtensa: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-301-1/+0
* sh64: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-301-2/+0
* sh: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-301-1/+0
* hppa: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-271-1/+0
* linux/32: Split 32-bit time_t based syscalls into a separate headerAlistair Francis2020-02-261-0/+1
* Update copyright headersDmitry V. Levin2020-02-061-1/+1
* types: new infrastructure for automatic checking of structure typesDmitry V. Levin2020-01-211-2/+6
* s390: workaround Linux kernel bug in syscall_get_nrDmitry V. Levin2020-01-081-0/+2
* Add support for per-mpers compiler settingsEugene Syromyatnikov2019-11-151-6/+10
* riscv64: remove dead code left after riscv64 mpers removalEugene Syromyatnikov2019-10-121-1/+0
* Distribute copyright-year-gen, file-date-gen, and git-version-genDmitry V. Levin2019-10-021-0/+3
* Introduce seccomp-assisted syscall filteringChen Jingpiao2019-09-251-0/+2
* riscv64: remove mpers supportEugene Syromyatnikov2019-09-241-4/+0
* riscv: rename to riscv64Dmitry V. Levin2019-09-231-15/+15
* Add support for /dev/watchdog ioctlsRasmus Villemoes2019-08-231-0/+1