- 4811023 Rename sprintflags64 to sprintflags. by Dmitry V. Levin · 9 years ago
- c0db59b Rename xlookup64 to xlookup by Dmitry V. Levin · 9 years ago
- dc0dcf9 Remove unused functions by Dmitry V. Levin · 9 years ago
- 72e4f7a Introduce print_array function for consistent decoding of arrays by Dmitry V. Levin · 9 years ago
- 00beed6 Introduce printflags64 function by Dmitry V. Levin · 9 years ago
- 01c910c Introduce sprintflags64 function by Dmitry V. Levin · 9 years ago
- c132810 printxvals: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
- 43242e6 xlat_search: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
- ed92d87 Introduce xlookup64 function by Dmitry V. Levin · 9 years ago
- c9146eb addflags: change type of integer argument to uint64_t by Dmitry V. Levin · 9 years ago
- 6ca4c92 Introduce libstrace.a for potentially conditional compilation units by Dmitry V. Levin · 9 years ago
- 3c17d1b Implement caching of print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
- ea8b8e3 Move fallback -yy socket print from printfd to print_sockaddr_by_inode by Dmitry V. Levin · 9 years ago
- 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
- 0894194 Replace u_int{8,16,32,64} with uint{8,16,32,64} by Dmitry V. Levin · 9 years ago
- 6974c91 x86_64: fix x32 personality support in getllval by Dmitry V. Levin · 9 years ago
- 71af115 sprintflags: skip zero flags by Dmitry V. Levin · 9 years ago
- 79bddff printflags: handle empty xlats by Mike Frysinger · 9 years ago
- b172a94 Add a new helper function umove_ulong_array_or_printaddr by Dmitry V. Levin · 9 years ago
- 09a1a5a Rename umove_long_or_printaddr to umove_ulong_or_printaddr by Dmitry V. Levin · 9 years ago
- 13c2173 Fix multiple personalities support in parser of io_submit syscall by Dmitry V. Levin · 9 years ago
- 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 9 years ago
- d77f669 Make printnum_* functions return boolean status by Dmitry V. Levin · 9 years ago
- 2479ef0 Fix printing tracee's long integers by Dmitry V. Levin · 9 years ago
- 61b7989 umoven_or_printaddr: do not fetch data if not in verbose mode by Dmitry V. Levin · 9 years ago
- 850ba4b Change printnum_* printers to honor syserror by Dmitry V. Levin · 9 years ago
- 69127a3 Add several generic integer pairs printing functions by Dmitry V. Levin · 9 years ago
- c88163e Add two generic integer printing functions by Dmitry V. Levin · 9 years ago
- 332a326 Add address printing functions by Dmitry V. Levin · 9 years ago
- d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 9 years ago
- df38991 Consistently print OOM diagnostic messages by Dmitry V. Levin · 10 years ago
- 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
- ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 10 years ago
- 4832134 umovestr: fix short read bug by Dmitry V. Levin · 10 years ago
- b2893c9 When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA by Dmitry V. Levin · 10 years ago
- 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
- 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 10 years ago
- 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
- 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 10 years ago
- 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
- fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
- c723599 printfd: quote pathnames by Dmitry V. Levin · 10 years ago
- 513e96e Rework string_quote API by Dmitry V. Levin · 10 years ago
- 97e5996 Change length type of umoven and umovestr to unsigned by Dmitry V. Levin · 10 years ago
- 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 10 years ago
- d4a9d83 Fix printing of time_t values set in the distant future by Dmitry V. Levin · 10 years ago
- f605e92 Use the protocol name of a socket as a hint for peer address resolution by Masatake YAMATO · 10 years ago
- 25ebe46 util.c: move printuid to uid.c by Dmitry V. Levin · 10 years ago
- 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
- b1a01b8 Export sprinttime by Dmitry V. Levin · 10 years ago
- f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 10 years ago
- 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 10 years ago
- b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
- 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
- 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
- 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
- 447db45 Constify tv_* functions by Dmitry V. Levin · 11 years ago
- 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
- 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
- 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
- b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
- 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
- c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
- 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
- 8e096c4 ARM OABI: fix 64-bit arguments decoding by Dmitry V. Levin · 12 years ago
- a32b683 printllval: fix 64bit unpacking on mips/o32 and xtensa by Mike Frysinger · 12 years ago
- 7a498be printxval: support more architectures by Dmitry V. Levin · 12 years ago
- 80acf62 Fix building for sparc64 targets by Mike Frysinger · 12 years ago
- 921744d Fix building for mips n64 targets by Mike Frysinger · 12 years ago
- a55b6b1 arm, aarch64, ppc: fix printllval-based decoders by Dmitry V. Levin · 12 years ago
- d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 12 years ago
- 0b46883 x32: fix printllval-based decoders of i386 syscalls by Dmitry V. Levin · 12 years ago
- 6303f35 printllval: handle s390x by Mike Frysinger · 12 years ago
- 341d09a AArch64: Fix printing of long long value by Andreas Schwab · 12 years ago
- 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
- 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 12 years ago
- 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 12 years ago
- 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
- 1694092 umovestr: speed up check for NUL byte in the fetched word by Denys Vlasenko · 12 years ago
- 879dddd tile: handle printllval like x86_64 or powerpc64 by Chris Metcalf · 12 years ago
- 9700592 Cleanup umoven and umovestr by Dmitry V. Levin · 12 years ago
- 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 12 years ago
- 1d58fe9 Make umoven report success as 0, not >=0, stop returning success on partial reads by Ben Noordhuis · 12 years ago
- f90979b Fix wrong offset display in dumpstr by Denys Vlasenko · 12 years ago
- 7632580 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr by Denys Vlasenko · 12 years ago
- 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
- 2544f98 Fix compiler warnings by Denys Vlasenko · 12 years ago
- c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 12 years ago
- cb26b75 Remove unnecessary "return 0" statements by Denys Vlasenko · 12 years ago
- 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
- a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
- bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
- d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 12 years ago
- 99aa181 If we are on a glibc system, assume it's at least glibc 2.1 by Denys Vlasenko · 12 years ago
- 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
- ce7d953 Optimize out PTRACE_PEEKUSER with -i by Denys Vlasenko · 12 years ago
- eb54c47 Fix glibc version checks by John Spencer · 12 years ago