]> granicus.if.org Git - strace/shortlog
strace
2013-02-06 Denys VlasenkoRename ARM's regs structure to arm_regs
2013-02-06 Denys VlasenkoStop needlessly using static variable
2013-02-06 Denys VlasenkoShortcut tests for fork/exec syscalls
2013-02-05 Ben NoordhuisImprove perf_event_open argument decoding
2013-02-05 Chris Metcalftile: fix merge skew with new get_regs architecture
2013-02-05 Bernhard Reutner... mount: decode MS_NOSEC
2013-02-05 Bernhard Reutner... mmap: decode MAP_UNINITIALIZED
2013-02-05 Dmitry V. LevinPrint 64-bit instruction pointers zero padded
2013-02-05 Dmitry V. Levinx86_64: fix compilation warning introduced in previous...
2013-02-05 Denys VlasenkoSimple bug fix for x86_86
2013-02-05 Chris MetcalfAdd tilegx support to strace
2013-02-05 Denys VlasenkoSmall optimization for SPARC[64] get_scno
2013-02-05 Denys VlasenkoDo not compile getrval2() if not needed
2013-02-05 Denys VlasenkoOptimize out PTRACE_PEEKUSER with -i
2012-12-15 Stanislav BrabecFix sys_semtimedop decoding on s390x
2012-12-08 Dmitry V. LevinFix *xattr decoding
2012-12-08 Stanislav Brabecsys_semtimedop: fix timeval argument index in wrapped...
2012-12-06 John SpencerFix glibc version checks
2012-11-29 James HoganAdd state argument to change_syscall and fix SPARC
2012-11-12 Steve McIntyreAdd support for tracing 32-bit ARM EABI binaries on...
2012-11-12 Dmitry V. LevinMove asm-generic ioctl definitions to linux/ioctlent...
2012-10-27 Dmitry V. LevinFilter out redundant "*32" ioctl entries
2012-10-26 Dmitry V. LevinEnhance quotactl decoding
2012-10-26 Steve McIntyreAdd AArch64 support to strace
2012-10-26 Steve McIntyrelinux: add new errno values for EPROBE_DEFER and EOPENSTALE
2012-10-26 Namhyung KimAdd -e trace=memory option
2012-09-28 Mike Frysingerx32: add 64bit annotation too
2012-09-28 Dmitry V. LevinIgnore fflush(3) return value
2012-09-28 Dmitry V. LevinUse perror_msg instead of perror
2012-09-27 Denys Vlasenkoprocess_vm_readv may return ESRCH if tracee was killed...
2012-09-13 Denys VlasenkoTrivial fixes, no code changes.
2012-08-24 Dmitry V. LevinAlways check setreuid return code
2012-08-24 Mike Frysingerx32: update {g,s}etsockopt syscall numbers
2012-08-16 Dmitry V. LevinDecode file type returned by getdents system call
2012-07-12 Dmitry V. LevinClose pipe and wait for the pipe process termination
2012-07-10 Denys VlasenkoEnable usage of PTRACE_SEIZE
2012-06-05 Mike Frysingerx32: update syscall table
2012-05-18 Denys VlasenkoMerge adjacent printing operations in a few places
2012-05-16 Denys VlasenkoUse %d printf format instead of %i everywhere
2012-05-16 Denys VlasenkoFix a few goofs in sys_sysctl()
2012-05-16 Denys VlasenkoStop using non-standard %Zu and %Zd formats for size_t...
2012-05-15 Denys VlasenkoRemove outdated comment about suspending new tracees
2012-05-15 Denys VlasenkoMake sure current_wordsize and PERSONALITY0_WORDSIZE...
2012-05-15 Dmitry V. LevinAdd configure --enable-gcc-Werror option
2012-05-15 Dmitry V. LevinMake x86-64 build free of artificial warnings
2012-05-14 Dmitry V. LevinFix kernel release string parsing
2012-05-14 Denys VlasenkoOn clearing "breakpopint", restore syscall number too
2012-05-05 Mike Frysingerutil: fix building when glibc has a stub process_vm_readv
2012-05-03 Dmitry V. Levindoc: describe documentation policy
2012-05-02 Dmitry V. Levinmaint: post-release administrivia
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. Levin* vsprintf.c: Check for USE_CUSTOM_PRINTF earlier.
2012-05-01 Dmitry V. LevinRemove duplicate names from CREDITS
2012-05-01 Dmitry V. Levintests: raise strace check timeout to 60 seconds
2012-05-01 Dmitry V. LevinUpdate STA_* constants
2012-05-01 Dmitry V. LevinNEWS: update for release
2012-05-01 Dmitry V. LevinMake printing of utsname.domainname more portable
2012-05-01 Dmitry V. LevinFix recvmmsg decode: do not show more data than actuall...
2012-05-01 Dmitry V. LevinRemove recently introduced use of ULONG_MAX
2012-04-28 Denys VlasenkoEnable printing of uts.domainname in uname syscall
2012-04-28 Denys VlasenkoFix printstr's len parameter width
2012-04-28 Denys VlasenkoFix recvmsg decode: do not show more data than actually...
2012-04-27 Dmitry V. LevinPackage strace-log-merge
2012-04-27 Mike FrysingerNEWS: clarify & fix typo
2012-04-27 Mike FrysingerCast current_wordsize to an int
2012-04-20 Dmitry V. LevinUpdate NEWS for upcoming 4.7 release
2012-04-20 Dmitry V. LevinSync strace.spec and debian/ with packages
2012-04-18 Mike FrysingerDecode /dev/loop ioctls
2012-04-18 H.J. Lux32: add ia32 support
2012-04-17 H.J. LuCast clock_t type to unsigned long long
2012-04-16 Denys VlasenkoAdd custom (faster) vfprintf implementation (disabled...
2012-04-16 Denys VlasenkoStop using %h[h]u format specifiers
2012-04-16 Denys VlasenkoTrivial speed optimization
2012-04-16 H.J. LuFix a problem with sys_lseek on x32
2012-04-16 H.J. LuAdd x32 support to strace
2012-04-16 H.J. LuRestore tcb::u_lrval; fix lseek on MIPS-n32
2012-04-06 Mike FrysingerDecode mtd ioctls
2012-04-05 Mike FrysingerFix indefinite hang on no-mmu systems
2012-03-29 Denys VlasenkoMakefile.am: whitespace fix
2012-03-27 Anton Blanchardpowerpc: Add syscall entries for direct socket system...
2012-03-26 Dmitry V. Levinqual_syscall: fix potential NULL dereference
2012-03-26 Dmitry V. Levinstrace-log-merge: fix file suffix calculation
2012-03-26 Denys VlasenkoRemove unreachable code
2012-03-26 Denys Vlasenkomanpage: remove false info about -p being limited to...
2012-03-26 Denys VlasenkoTweak help text and manpage (added -In to manpage)
2012-03-25 Dmitry V. Levinprintstr: check for potential integer overflow
2012-03-25 Dmitry V. LevinRobustify parsing of numbers from strings
2012-03-25 Dmitry V. Levinstrace-log-merge: enhance usage error diagnostics
2012-03-25 Dmitry V. Levinconfigure.ac: sort lists and use m4_normalize to ease...
2012-03-23 Denys VlasenkoSimple optimizations
2012-03-23 Denys VlasenkoReorder declarations in defs.h. No code changes
2012-03-22 Denys VlasenkoSimplify current tcp switching and current column handling
2012-03-22 Denys VlasenkoMake threaded execve handling code more reabable and...
2012-03-21 Denys Vlasenkosimple cleanups in defs.h. No logic changes.
2012-03-21 Denys VlasenkoShow "+++ exited..." with -C
2012-03-21 Denys VlasenkoSlight tweak to qemu_multiarch_testing scripts
2012-03-21 Denys VlasenkoReplace reprinting decision logic
2012-03-21 Denys VlasenkoReport some ptrace failures; nuke tcp->ptrace_errno
2012-03-20 Denys VlasenkoEliminate redundant checks of res variable
next