]> granicus.if.org Git - strace/history - configure.ac
Fix printing of negative offsets in splice syscall
[strace] / configure.ac
2016-02-04 Gabriel LaskarAdd configure --enable-code-coverage option
2016-01-12 Dmitry V. Levinconfigure.ac: reorder some statements for better readab...
2016-01-12 Dmitry V. Levintests/mmsg.c: fix build on rhel6/ppc
2016-01-12 Dmitry V. LevinFix struct sigevent decoding for musl
2016-01-12 Dmitry V. Levintests/struct_flock.c: fix musl libc compilation warnings
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-14 Dmitry V. LevinReplace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN
2015-12-08 Dmitry V. Levinbuild: initialize ARCH variable in tests-m*32/Makefile...
2015-12-02 Dmitry V. Levintests: add fstatat64.test and newfstatat.test
2015-11-30 Dmitry V. Levinbuild: robustify linux/fcntl.h check
2015-11-27 Dmitry V. Levinx32: fix struct dirent decoding
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-11-26 Mike FrysingerSupport C libraries without System V shared memory/ipc
2015-11-18 Dmitry V. LevinAssume that libc provides sendmsg
2015-09-17 Dmitry V. LevinAdd struct timex.tai support
2015-08-28 Dmitry V. Levintests: add utimensat.test
2015-08-28 Elvira KhabirovaAdd mpers support
2015-08-27 Dmitry V. Levinbuild: fix -I options
2015-08-26 Dmitry V. Levinaio: rewrite from libaio.h to linux/aio_abi.h
2015-08-26 Mike Frysingerdecode extend getsockopt/setsockopt options
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
next