]> granicus.if.org Git - strace/history - defs.h
tests: add a test for -yy option
[strace] / defs.h
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-08-08 Dmitry V. LevinPrepare for -yy option support
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-30 Masatake YAMATOunwind: introduce markers specifying the needs of speci...
2014-05-30 Masatake YAMATOunwind: implement automatic mmap cache invalidation
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: make alloc_mmap_cache function local
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2014-05-29 Dmitry V. LevinConstify count_syscall function
2014-05-29 Dmitry V. LevinConstify tv_* functions
2014-05-21 James HoganFix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
2014-04-17 Dmitry V. LevinFix preadv/pwritev offset decoding
2014-02-05 Dmitry V. LevinImplement fanotify_init and fanotify_mark decoding
2014-02-05 Dmitry V. LevinItroduce XLAT_END macro to make xlat structures more...
2014-02-05 Dmitry V. LevinIntroduce XLAT macro to ease maintenance of xlat structures
2014-02-04 Stefan SørensenDecode ptp ioctls
2013-11-13 Dmitry V. LevinAssume that <sys/ptrace.h> provides a valid ptrace...
2013-11-12 Dmitry V. LevinStop using _LFS64_LARGEFILE
2013-11-12 Dmitry V. LevinMake PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc...
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-18 Denys VlasenkoFix sigset printing via print_sigset().
2013-07-16 Denys VlasenkoGroup USE_CUSTOM_PRINTF define with other tweakables
2013-07-16 Denys VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-07-12 Anton Blanchardpowerpc: fix iflag build issue (static -> extern)
2013-07-01 Denys VlasenkoRemove ia64-specific printing of current address on...
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-30 Denys VlasenkoFold is_restart_error() into its sole user
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Anton Blanchardpowerpc: Use PTRACE_GETREGS to fetch all registers
2013-06-26 Denys VlasenkoGet rid of TCB_INUSE and TCB_STRACE_CHILD
2013-06-18 Denys VlasenkoCleanups. No logic changes.
2013-05-14 Denys VlasenkoHide startup syscalls.
2013-05-13 Daniel P. BerrangeAllow -q to be repeated for very quiet output
2013-05-07 Mike Frysingermips: fix build regression
2013-05-07 Dmitry V. Levinmips o32: raise the max number of syscall arguments...
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-03-18 Dmitry V. Levini386, tile, x32: do not redefine ptrace prototype
2013-03-06 Denys VlasenkoOpen-code isprint(c) and isspace(c)
2013-03-06 Denys VlasenkoStop using a large static buffer in getfdpath
2013-03-05 Denys VlasenkoRemove variable tracing_paths and check in pathtrace_match
2013-03-05 Denys VlasenkoUse dynamically-sized selected[] array for -P PATH
2013-03-05 James HoganAdd support for Imagination Technologies Meta
2013-02-26 Denys VlasenkoAssorted NOMMU fixes
2013-02-22 Denys VlasenkoEliminate MAX_QUALS, make qualifier array dynamic
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2013-02-22 Denys VlasenkoUse tcp->qual_flg instead of qual_flags[] in verbose...
2013-02-21 Denys VlasenkoRemove unused QUAL_FAULT code (was used by non-Linux...
2013-02-21 Denys VlasenkoUse uint8_t for qual_flags[] instead of ints.
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-21 Denys VlasenkoARM: make it one-personality arch
2013-02-20 Denys VlasenkoUse the same style of includes in linux/*/* files
2013-02-19 Denys VlasenkoMake it possible to to do test builds for NOMMU archite...
2013-02-17 Denys VlasenkoRemove broken HAVE_LONG_LONG conditionals
2013-02-17 Denys VlasenkoMerge two identical tables
2013-02-16 Denys VlasenkoSimple optimization in get_error
2013-02-16 Denys VlasenkoMass rename of SCNO_IN_RANGE define to SCNO_IS_VALID
2013-02-16 Denys VlasenkoFinish prefixing regs struct names with arch_
2013-02-15 Denys VlasenkoUse the same type for i386_regs on 32-bit and 64-bit...
2013-02-15 Denys VlasenkoMacroize conditional signed widening operation
2013-02-15 Denys VlasenkoA better handling of current_wordsize
2013-02-14 Christian SvenssonAdd support for the OpenRISC 1000 platform
2013-02-14 Denys Vlasenko[X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to...
2013-02-13 Denys VlasenkoFactor out code to check addr, fetch and print siginfo
2013-02-12 Denys VlasenkoRemove hacks for old kernels for architectures which...
2013-02-12 Denys VlasenkoRemove old kernel hacks for architectures which require...
2013-02-12 Denys VlasenkoRemove unused / ambiguously used defines
2013-02-08 Denys VlasenkoOptimize AArch64 handling of 32-bit personality
2013-02-06 Denys VlasenkoRename ARM's regs structure to arm_regs
2013-02-06 Denys VlasenkoShortcut tests for fork/exec syscalls
2013-02-05 Chris Metcalftile: fix merge skew with new get_regs architecture
2013-02-05 Chris MetcalfAdd tilegx support to strace
2013-02-05 Denys VlasenkoOptimize out PTRACE_PEEKUSER with -i
2012-11-12 Steve McIntyreAdd support for tracing 32-bit ARM EABI binaries on...
2012-10-26 Steve McIntyreAdd AArch64 support to strace
2012-10-26 Namhyung KimAdd -e trace=memory option
2012-07-10 Denys VlasenkoEnable usage of PTRACE_SEIZE
2012-05-15 Denys VlasenkoMake sure current_wordsize and PERSONALITY0_WORDSIZE...
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-18 Mike FrysingerDecode /dev/loop ioctls
2012-04-18 H.J. Lux32: add ia32 support
2012-04-16 Denys VlasenkoAdd custom (faster) vfprintf implementation (disabled...
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-03-25 Dmitry V. LevinRobustify parsing of numbers from strings
2012-03-23 Denys VlasenkoSimple optimizations
2012-03-23 Denys VlasenkoReorder declarations in defs.h. No code changes
2012-03-21 Denys Vlasenkosimple cleanups in defs.h. No logic changes.
2012-03-21 Denys VlasenkoReport some ptrace failures; nuke tcp->ptrace_errno
2012-03-20 Denys VlasenkoMake ptrace_restart() static. No code changes
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-18 Denys VlasenkoMake internal_fork and internal_exec static
next