]> granicus.if.org Git - strace/history - Makefile.am
Add a enum for decoding to tprint_iov() and tprint_iov_upto()
[strace] / Makefile.am
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
2015-07-30 Dmitry V. Levinstream.c: move poll and ppoll parsers to a separate...
2015-07-29 Dmitry V. LevinImplement memfd_create syscall decoding
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-18 Dmitry V. Levinresource.c: move printrusage and printrusage32 to a...
2015-07-12 Elvira KhabirovaAdd unique syscall entry numbers (SENs)
2015-07-05 Dmitry V. Levintime.c: move rtc ioctl parser to a separate file
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-05-21 Dmitry V. LevinFix ioctl entries on 32-bit architectures with 64-bit...
2015-05-19 Ezequiel GarciaAdd support for Altera's Nios-II softcore architecture
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-26 Dmitry V. Levinsignal.c: move sigaltstack parser to a separate file
2015-03-25 Denys Vlasenkosparc: rename personality 2 files to personality 1
2015-03-25 Denys Vlasenkosparc: delete personality 1
2015-03-24 Dmitry V. Levinmips: fix pipe syscall decoding
2015-03-23 Dmitry V. Levinsigreturn.c: split arch specific code into separate...
2015-03-23 Dmitry V. Levinsyscall.c: split arch specific code into separate arch...
2015-03-12 Andreas SchwabDistribute linux/aarch64/arch_regs.h
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-03-05 Dmitry V. Levins390, s390x: use PTRACE_GETREGSET to fetch registers
2015-03-04 Dmitry V. Levinia64: use generic signalent
2015-03-02 Dmitry V. Levinioctl: use x32 specific ioctl entries on x32 personality
2015-02-27 Mike FrysingerFix cross-compiling of ioctlsort
2015-02-26 Dmitry V. Levinx32: fix build regression
2015-02-23 Dmitry V. Levinpowerpc64: fix build regression
2015-02-23 Dmitry V. LevinCleanup auxiliary signalent files
2015-02-23 Dmitry V. LevinChange errnoent.h files to use designated initializers
2015-02-23 Dmitry V. LevinCleanup auxiliary errnoent files
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls
2015-02-22 Dmitry V. LevinFix "make dist" regression
2015-02-19 Dmitry V. LevinRemove linux/fanotify.h
2015-02-19 Dmitry V. LevinRemove linux/keyctl.h
2015-02-19 Dmitry V. LevinRemove linux/kexec.h
2015-02-19 Dmitry V. LevinRemove linux/inotify.h
2015-02-19 Dmitry V. LevinRemove linux/reboot.h
2015-02-19 Dmitry V. LevinMove CAP_* definitions out to header files
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-02-05 Dmitry V. LevinImplement getrandom syscall decoding
next