]> granicus.if.org Git - strace/history - defs.h
Move all ptrace-related macros and declarations from defs.h to ptrace.h
[strace] / defs.h
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. Levinioctl: print unrecognized ioctl codes in _IOC(dir,type...
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-12 Dmitry V. LevinFix indirect ipc subcall handling
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-11 Dmitry V. LevinUnexport struct_user_offsets
2014-12-11 Dmitry V. LevinExport at_flags
2014-12-11 Dmitry V. LevinExport sprinttime
2014-12-11 Dmitry V. Levinfile.c: export sprintmode and move it to a separate...
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder
2014-11-04 Dmitry V. LevinRemove ioctl header file names from the executable
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-03 Elliott HughesDon't risk truncating open flags by using mode_t
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
next