]> granicus.if.org Git - strace/history - configure.ac
io.c: move sendfile parsers to a separate file
[strace] / configure.ac
2015-08-19 Dmitry V. Levinmips: print _MIPS_SIM in configure.ac for debug purposes
2015-08-16 Elvira Khabirovasysinfo.c: remove obsolete code
2015-08-09 Dmitry V. LevinPrint nanoseconds along with seconds in stat family...
2015-08-03 Dmitry V. Levinsignalfd4: fix flags decoding
2015-08-01 Dmitry V. Levineventfd2: fix flags decoding
2015-07-30 Dmitry V. LevinAssume that <poll.h> is available
2015-07-29 Dmitry V. Levintests/bpf: fix build with incompatibly old linux/bpf...
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding
2015-07-23 Dmitry V. LevinMacroize -m32/-mx32 configure checks
2015-07-05 Dmitry V. LevinDo not include sys/filio.h
2015-06-08 Dmitry V. Levinnet: decode setsockopt() multicast arguments
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-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-05 Dmitry V. LevinUse SIGRTMIN from kernel headers
2015-02-27 Dmitry V. Levinbuild: do not link strace with -ldl
2015-02-27 Mike FrysingerFix cross-compiling of ioctlsort
2015-02-27 Dmitry V. Levintests: robustify pc.test
2015-02-22 Dmitry V. Levinevdev: fix build with old kernel headers
2015-02-19 Dmitry V. LevinImprove prctl decoding
2015-02-16 Dmitry V. Levinmips: move ABI check to configure.ac
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-08 Bart Van Asschescsi: add bsg support
2015-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-01-24 Dmitry V. Levintests: run tests for each supported personality
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. Levinpowerpc64: maintain own linux/powerpc64 subdirectory
2015-01-21 Dmitry V. Levinconfigure.ac: remove unused AC_INCLUDEDIR
2015-01-13 Dmitry V. Levinmips: remove stub entries from syscallent files, genera...
2015-01-13 Dmitry V. Levinbuild: fix build if siginfo_t lacks si_timerid/si_overrun
2015-01-13 Dmitry V. Levinconfigure.ac: remove unused AM_CONDITIONAL expressions
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2015-01-08 Dmitry V. LevinUse AC_CHECK_TYPES to check for struct statfs64
2015-01-08 Dmitry V. LevinUse AC_CHECK_TYPES to check for struct stat64
2015-01-07 Dmitry V. LevinDrop struct stat.st_aclcnt and stat.st_level support
2014-12-11 Dmitry V. LevinImplement decoding of fallocate FALLOC_FL_* flags
2014-12-06 Dmitry V. LevinMake parsers of capget and capset syscalls self-contained
2014-12-01 Dmitry V. LevinRemove unused <sys/acl.h> based code
2014-12-01 Dmitry V. LevinRemove unused <sys/asynch.h> based code
2014-11-27 Masatake YAMATOPrint protocol name of socket descriptors with -yy...
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-11-11 Masatake YAMATOtests: add a test for decoding and dumping of recvmmsg...
2014-11-11 Masatake YAMATOUse the definition of struct mmsghdr if it is defined...
2014-11-04 Lubomir RintelDump details for Bluetooth socket operations
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder
2014-09-29 Dmitry V. LevinEnhance sysinfo decoding
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-09-08 Dmitry V. LevinUse external libaio.h
2014-08-11 Mike Frysingertests: fix uio building w/out preadv/pwritev
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-30 Dmitry V. Levinsysctl: update CTL_*, KERN_*, NET_*, and VM_* constants
2014-05-30 Dmitry V. LevinCheck for constants used by waitid function
2014-05-30 Dmitry V. LevinCheck for LO_FLAGS_READ_ONLY constant
2014-05-21 James HoganFix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
2014-04-10 Dmitry V. LevinRefactor LDT decoding
2014-03-20 Dmitry V. LevinARM EABI: disable OABI support by default
2014-03-11 Dmitry V. Levinprintsiginfo: add SIGSYS decoding
2014-03-03 Dmitry V. LevinFix fcntl decoding
2014-02-27 Dmitry V. LevinRewrite signal mask decoding without sigset_t
2014-02-26 Dmitry V. LevinFix build with Bionic libc
2014-02-25 Dmitry V. LevinDo not compile scsi ioctl decoding if <scsi/sg.h> is...
2014-02-08 Dmitry V. LevinCheck for SA_RESTORER definition in <asm/signal.h>
2013-11-13 Dmitry V. LevinRemove unused configure checks
2013-11-12 Dmitry V. LevinDefine printflock64 only if it is referenced by other...
2013-11-12 Dmitry V. LevinMake PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc...
2013-11-12 Dmitry V. LevinRemove unused AC_OFF_T_IS_LONG_LONG configure check
2013-11-12 Dmitry V. LevinRemove unused code
2013-11-12 Dmitry V. LevinUse struct sigcontext instead of struct sigcontext_struct
2013-11-12 Dmitry V. LevinMake SIGEV_THREAD_ID decoding less glibc specific
2013-11-11 Dmitry V. LevinRemove unused configure checks
2013-11-11 Dmitry V. LevinAssume "long long" availability
2013-11-11 Denys VlasenkoStop using external libaio.h.
2013-09-26 Ali PolatelWork around conflict between <sys/ptrace.h> and <linux...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-12 Anton Blanchardpowerpc: enhance 32/64bit detection
2013-06-18 Dmitry V. Levintests: enable parallel-tests support
2013-05-04 Dmitry V. Levinprintxval: support more architectures
2013-05-01 Mike FrysingerStop using old AM_CONFIG_HEADER macro
2013-04-30 Dmitry V. Levinbuild: introduce git-version-gen
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-03-18 Dmitry V. LevinFix build with older versions of libaio.h
2013-03-18 Dmitry V. Levinptrace: decode note segment descriptor types
2013-03-05 James HoganAdd support for Imagination Technologies Meta
2013-02-14 Christian SvenssonAdd support for the OpenRISC 1000 platform
2013-02-05 Ben NoordhuisImprove perf_event_open argument decoding
2012-10-26 Steve McIntyreAdd AArch64 support to strace
2012-05-15 Dmitry V. LevinAdd configure --enable-gcc-Werror option
2012-05-02 Dmitry V. LevinPrepare for 4.7 release v4.7
2012-05-02 Dmitry V. LevinFix build with <linux/loop.h> from 2.6.18 kernel headers
2012-05-01 Dmitry V. LevinMake printing of utsname.domainname more portable
2012-04-18 H.J. Lux32: add ia32 support
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-25 Dmitry V. Levinconfigure.ac: sort lists and use m4_normalize to ease...
2012-03-16 Dmitry V. LevinImplement prlimit64 decoding, rewrite [gs]etrlimit...
2012-03-15 Dmitry V. Levinarm: fix compilation warnings
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Dmitry V. LevinRemove parts of automake machinery which are not needed...
2012-02-25 Denys VlasenkoBuild fixes after non-Linux code removal
next