]> granicus.if.org Git - strace/history - Makefile.am
tests: remove redundant SAMPLE_SIZE definitions
[strace] / Makefile.am
2017-01-13 Alexey Neymanioctlsort: get ioctl definitions from host, not build
2017-01-10 Dmitry V. Levinscsi: implement decoding of all SG_* ioctl commands
2017-01-08 Dmitry V. LevinSplit scsi.c
2017-01-04 Dmitry V. LevinDrop vsprintf.c
2017-01-03 Dmitry V. LevinGenerate scno.h for use during the build of strace...
2017-01-01 Dmitry V. LevinGenerate scno.h without invoking a generated executable...
2016-12-30 Dmitry V. LevinMove definition of struct sysent and trace flags to...
2016-12-29 Eugene SyromyatnikovMove device number printing code into a separate routine
2016-12-27 Dmitry V. LevinMove NSIG ifdefery to a separate header file
2016-12-18 Dmitry V. LevinAdd toplevel recursive check-valgrind rule
2016-12-07 Thomas De Schamphe... Makefile.am: don't confuse CFLAGS and CFLAGS_FOR_BUILD
2016-12-06 Dmitry V. Levintests: add valgrind support to "make check"
2016-12-05 Dmitry V. LevinRewrite qual_desc using bit sets
2016-12-05 Dmitry V. LevinAdd valgrind.supp
2016-11-28 Dmitry V. LevinSplit print_time.c
2016-11-27 Dmitry V. LevinSet PTRACE_O_TRACEEXIT option and handle PTRACE_EVENT_E...
2016-11-22 Andreas SchwabAdd ioctl definitions for 16-bit alignment
2016-11-16 Dmitry V. LevinImplement arch specific methods of changing syscall...
2016-11-16 Dmitry V. Levincris: add syscall tables
2016-11-13 Eugene SyromyatnikovAdd support for pkey_mprotect, pkey_alloc, pkey_free...
2016-11-13 Dmitry V. Levinsyscall.c: refactor getregs_old fallback in get_regs
2016-11-12 Andreas Schwabm68k: switch to PTRACE_GETREGS
2016-11-11 Dmitry V. LevinIntroduce upoke function
2016-11-10 Mikulas PatockaAdd support for decoding of DM_* ioctl commands
2016-10-31 Eugene SyromyatnikovImplement decoding of perf_event_attr structure in...
2016-09-05 Eugene SyromyatnikovMakefile.am: use pwd instead of realpath
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-24 Dmitry V. Levinmpers: add MPERS_IS_* to CFLAGS passed to mpers.sh
2016-08-24 Dmitry V. Levinx86_64: provide a replacement of <asm/stat.h> for x32...
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-09 Dmitry V. Levinfile.c: move definitions of struct stat32 to separate...
2016-07-28 Dmitry V. LevinConsistently use extended regular expressions where...
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-07-20 Dmitry V. LevinFix corner cases of socketcall syscall
2016-07-18 Dmitry V. Levinmsghdr.c: move all mmsghdr parsers to a separate file
2016-07-07 Fabien SironAdd a general netlink socket parser
2016-06-27 Dmitry V. Levinnet.c: move all msghdr and mmsghdr parsers to a separat...
2016-06-27 Dmitry V. LevinMpersify fetchers of struct msghdr and struct mmsghdr
2016-06-27 Dmitry V. Levinnet.c: move fallback definition of struct mmsghdr to...
2016-06-25 Dmitry V. Levinnet.c: move all sockaddr parsers to a separate file
2016-06-24 Dmitry V. Levinnet.c: fix printing AF_PACKET socket addresses
2016-05-28 Dmitry V. LevinMove parser of UBI_* ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of 'X' type ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of HDIO_* ioctls to a separate file
2016-05-24 Jeff Mahoneyioctl: add decoding support for btrfs ioctls
2016-05-21 Dmitry V. Levinmpers: add support of conditionally compiled printers
2016-05-18 Fabien SironAdd netlink domain sockets support to socketutils
2016-05-10 Dmitry V. LevinUpdate AX_CODE_COVERAGE
2016-05-05 Dmitry V. LevinMpersify ioctl macros
2016-04-27 Dmitry V. LevinMove parsers of NUMA related syscalls to numa.c
2016-04-26 Dmitry V. LevinFix decoding of statfs family syscalls
2016-04-26 Dmitry V. LevinMove definition of struct xlat to a separate header...
2016-04-22 Dmitry V. LevinMove parsers of sync_file_range and sync_file_range2...
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-09 Dmitry V. LevinIntroduce libstrace.a for potentially conditional compi...
2016-02-04 Gabriel LaskarAdd configure --enable-code-coverage option
2016-02-03 Dmitry V. LevinMakefile.am: introduce strace_CFLAGS and derivatives
2016-02-03 Dmitry V. LevinMakefile.am: use strace_CPPFLAGS consistently
2016-01-12 Dmitry V. LevinFix struct sigevent decoding for musl
2016-01-09 Dmitry V. Levinalpha: enhance decoding of getxpid, getxuid, and getxgi...
2016-01-02 Dmitry V. LevinMove gcc compat macros to gcc_compat.h
2015-12-31 Dmitry V. LevinMove defs.h from noinst_HEADERS to strace_SOURCES
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-08 Dmitry V. LevinMove x32 <asm/stat.h> replacement to x32 specific directory
2015-12-04 Dmitry V. Levinx86_64, x32: add a replacement for <asm/stat.h>
2015-12-04 Dmitry V. LevinAdd a wrapper around <asm/stat.h>
2015-11-30 Dmitry V. LevinCleanup print_pc
2015-11-27 Dmitry V. Levinx32: fix struct dirent decoding
2015-11-26 Dmitry V. LevinConvert parsers of flock structures to new mpers infras...
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-11-24 Dmitry V. LevinRemove parsers of getpmsg and putpmsg syscalls
2015-11-22 Dmitry V. LevinImplement name_to_handle_at and open_by_handle_at sysca...
2015-11-22 Dmitry V. LevinImplement lookup_dcookie syscall decoding
2015-11-22 Dmitry V. LevinImplement kcmp syscall decoding
2015-11-22 Dmitry V. LevinImplement iopl syscall decoding
2015-11-22 Dmitry V. LevinImplement ioperm syscall decoding
2015-11-20 Dmitry V. Levinmpers: skip xlat struct definitions in mpers mode
2015-11-19 Dmitry V. LevinMpersify parsers of readdir and getdents syscalls
2015-11-17 Dmitry V. LevinImplement membarrier syscall decoding
2015-11-17 Dmitry V. LevinImplement userfaultfd syscall decoding
2015-11-16 Dmitry V. Levinmpers: forward mpers_DEFS to mpers.sh
2015-11-07 Dmitry V. LevinFix *_printer_defs.h rules ambiguousness
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...
2015-10-08 Dmitry V. Levindesc.c: move parser of flock syscall to a separate...
2015-10-01 Gabriel LaskarFix make -j builds
2015-09-20 Dmitry V. LevinConvert parser of seccomp filter program to new mpers...
2015-09-17 Dmitry V. LevinMove parser of struct timex to a separate file
2015-09-16 Dmitry V. LevinMove parser of struct sigevent to a separate file
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
2015-08-28 Dmitry V. Levinmpers.m4: workaround missing gnu/stubs-*.h files
2015-08-28 Dmitry V. LevinMpersify parsers of utimes, futimesat, and utimensat...
2015-08-28 Elvira KhabirovaAdd mpers support
2015-08-27 Dmitry V. Levinbuild: fix -I options
2015-08-20 Elvira Khabirovaipc.c: split into separate files
2015-08-19 Dmitry V. Levinio.c: move sendfile parsers to a separate file
2015-08-16 Elvira Khabirovaresource.c: move times parser to a separate file
2015-08-03 Dmitry V. Levinsignal.c: move signalfd parsers to a separate file
2015-08-01 Dmitry V. Levindesc.c: move epoll parsers to a separate file
2015-08-01 Dmitry V. Levindesc.c: move eventfd parsers to a separate file
2015-08-01 Dmitry V. Levindesc.c: move perf_event_open parser to a separate file
next