aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-11-15Update strace to 4.20.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-09-05Makefile.am: use pwd instead of realpathEugene Syromyatnikov
2016-08-24Mpersify parsers of struct stat and struct stat64Dmitry V. Levin
2016-08-24mpers: add MPERS_IS_* to CFLAGS passed to mpers.shDmitry V. Levin
2016-08-24x86_64: provide a replacement of <asm/stat.h> for x32 personalityDmitry V. Levin
2016-08-21Add RISC-V architecture supportRichard W.M. Jones
2016-08-09file.c: move definitions of struct stat32 to separate filesDmitry V. Levin
2016-07-28Consistently use extended regular expressions where appropriateDmitry V. Levin
2016-07-22Fix corner cases of ipc syscall decodingDmitry V. Levin
2016-07-20Fix corner cases of socketcall syscallDmitry V. Levin
2016-07-18msghdr.c: move all mmsghdr parsers to a separate fileDmitry V. Levin
2016-07-07Add a general netlink socket parserFabien Siron
2016-06-27net.c: move all msghdr and mmsghdr parsers to a separate fileDmitry V. Levin
2016-06-27Mpersify fetchers of struct msghdr and struct mmsghdrDmitry V. Levin
2016-06-27net.c: move fallback definition of struct mmsghdr to a separate file.Dmitry V. Levin
2016-06-25net.c: move all sockaddr parsers to a separate fileDmitry V. Levin
2016-06-24net.c: fix printing AF_PACKET socket addressesDmitry V. Levin
2016-05-28Move parser of UBI_* ioctls to a separate fileDmitry V. Levin
2016-05-26Move parser of 'X' type ioctls to a separate fileDmitry V. Levin
2016-05-26Move parser of HDIO_* ioctls to a separate fileDmitry V. Levin
2016-05-24ioctl: add decoding support for btrfs ioctlsJeff Mahoney
2016-05-21mpers: add support of conditionally compiled printersDmitry V. Levin
2016-05-18Add netlink domain sockets support to socketutilsFabien Siron
2016-05-10Update AX_CODE_COVERAGEDmitry V. Levin
2016-05-05Mpersify ioctl macrosDmitry V. Levin
2016-04-27Move parsers of NUMA related syscalls to numa.cDmitry V. Levin
2016-04-26Fix decoding of statfs family syscallsDmitry V. Levin
2016-04-26Move definition of struct xlat to a separate header fileDmitry V. Levin
2016-04-22Move parsers of sync_file_range and sync_file_range2 syscalls to libstraceDmitry V. Levin
2016-02-14Implement copy_file_range syscall decodingDmitry V. Levin
2016-02-09Introduce libstrace.a for potentially conditional compilation unitsDmitry V. Levin
2016-02-04Add configure --enable-code-coverage optionGabriel Laskar
2016-02-03Makefile.am: introduce strace_CFLAGS and derivativesDmitry V. Levin
2016-02-03Makefile.am: use strace_CPPFLAGS consistentlyDmitry V. Levin
2016-01-12Fix struct sigevent decoding for muslDmitry V. Levin
2016-01-09alpha: enhance decoding of getxpid, getxuid, and getxgid syscallsDmitry V. Levin
2016-01-02Move gcc compat macros to gcc_compat.hDmitry V. Levin
2015-12-31Move defs.h from noinst_HEADERS to strace_SOURCESDmitry V. Levin
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-12-08Move x32 <asm/stat.h> replacement to x32 specific directoryDmitry V. Levin
2015-12-04x86_64, x32: add a replacement for <asm/stat.h>Dmitry V. Levin
2015-12-04Add a wrapper around <asm/stat.h>Dmitry V. Levin