index
:
android_external_strace
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-9.1.0
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
umovestr: read chunks of memory up to pagesize at a time
Dmitry V. Levin
2015-03-31
1
-27
/
+28
*
umovestr: fix short read bug
Dmitry V. Levin
2015-03-31
1
-1
/
+1
*
When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA
Dmitry V. Levin
2015-03-31
1
-2
/
+10
*
Change last parameter of umoven() from char* to void*
Denys Vlasenko
2015-03-21
1
-4
/
+5
*
build: include ptrace.h after regs.h
Dmitry V. Levin
2015-02-28
1
-1
/
+1
*
Remove support for systems without PTRACE_SETOPTIONS
Dmitry V. Levin
2015-02-24
1
-424
/
+0
*
Rename printnum to printnum_long to avoid confusion
Dmitry V. Levin
2015-02-17
1
-1
/
+1
*
Move regs-related macros and declarations from defs.h to regs.h
Dmitry V. Levin
2015-02-13
1
-10
/
+1
*
Move all ptrace-related macros and declarations from defs.h to ptrace.h
Dmitry V. Levin
2015-02-13
1
-16
/
+1
*
printfd: quote pathnames
Dmitry V. Levin
2015-01-26
1
-5
/
+6
*
Rework string_quote API
Dmitry V. Levin
2015-01-26
1
-27
/
+90
*
Change length type of umoven and umovestr to unsigned
Dmitry V. Levin
2015-01-14
1
-17
/
+16
*
Fix fanotify_mark decoding on 32-bit architectures
Dmitry V. Levin
2015-01-10
1
-11
/
+25
*
Fix printing of time_t values set in the distant future
Dmitry V. Levin
2015-01-08
1
-1
/
+1
*
Use the protocol name of a socket as a hint for peer address resolution
Masatake YAMATO
2014-12-16
1
-6
/
+5
*
util.c: move printuid to uid.c
Dmitry V. Levin
2014-12-15
1
-9
/
+0
*
printuid: fix uid_t decoding on 64-bit architectures
Dmitry V. Levin
2014-12-14
1
-2
/
+5
*
Export sprinttime
Dmitry V. Levin
2014-12-11
1
-0
/
+21
*
Print protocol name of socket descriptors with -yy option
Masatake YAMATO
2014-11-27
1
-2
/
+41
*
Replace MAXPATHLEN with PATH_MAX
Dmitry V. Levin
2014-11-21
1
-2
/
+2
*
Include <sys/uio.h> unconditionally
Dmitry V. Levin
2014-11-21
1
-5
/
+1
*
Include <linux/ptrace.h> regardless of <sys/reg.h> existence
Maarten ter Huurne
2014-10-31
1
-1
/
+3
*
fsmagic: sort array by value and use bsearch for faster lookup
Dmitry V. Levin
2014-09-22
1
-0
/
+18
*
Add -yy option: print ip and port associated with socket descriptors
Dmitry V. Levin
2014-09-17
1
-4
/
+18
*
Fix compilation warnings reported by gcc -Wsign-compare
Dmitry V. Levin
2014-09-17
1
-7
/
+7
*
Fix preadv/pwritev offset decoding on bigendian architectures
Dmitry V. Levin
2014-08-07
1
-9
/
+5
*
Constify tv_* functions
Dmitry V. Levin
2014-05-29
1
-7
/
+7
*
Alias sys_vfork to sys_fork
Dmitry V. Levin
2014-05-12
1
-2
/
+1
*
Fix preadv/pwritev offset decoding
Dmitry V. Levin
2014-04-17
1
-5
/
+9
*
Delete old PTRACE_{PEEK,POKE}USR logic
Mike Frysinger
2013-12-31
1
-1
/
+0
*
Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.
Denys Vlasenko
2013-11-09
1
-0
/
+47
*
Work around conflict between <sys/ptrace.h> and <linux/ptrace.h>
Ali Polatel
2013-09-26
1
-0
/
+4
*
Add support for ARC Cores from Synopsys
Vineet Gupta
2013-09-11
1
-0
/
+3
*
Rename ia32 to ia64_ia32mode, and make it bool, not long
Denys Vlasenko
2013-07-01
1
-6
/
+6
*
Change upeek() to take pid, not full tcp.
Denys Vlasenko
2013-06-28
1
-9
/
+9
*
ARM OABI: fix 64-bit arguments decoding
Dmitry V. Levin
2013-05-06
1
-1
/
+4
*
printllval: fix 64bit unpacking on mips/o32 and xtensa
Mike Frysinger
2013-05-06
1
-1
/
+1
*
printxval: support more architectures
Dmitry V. Levin
2013-05-04
1
-23
/
+15
*
Fix building for sparc64 targets
Mike Frysinger
2013-05-04
1
-1
/
+1
*
Fix building for mips n64 targets
Mike Frysinger
2013-05-04
1
-1
/
+2
*
arm, aarch64, ppc: fix printllval-based decoders
Dmitry V. Levin
2013-05-03
1
-2
/
+6
*
Decode mtd/ubi ioctls
Mike Frysinger
2013-05-02
1
-8
/
+0
*
x32: fix printllval-based decoders of i386 syscalls
Dmitry V. Levin
2013-05-02
1
-1
/
+9
*
printllval: handle s390x
Mike Frysinger
2013-05-01
1
-1
/
+1
*
AArch64: Fix printing of long long value
Andreas Schwab
2013-03-31
1
-1
/
+1
*
Add support for the XTENSA architecture
Chris Zankel
2013-03-25
1
-0
/
+3
*
Open-code isprint(c) and isspace(c)
Denys Vlasenko
2013-03-06
1
-2
/
+11
*
Stop using a large static buffer in getfdpath
Denys Vlasenko
2013-03-06
1
-3
/
+3
*
Add support for Imagination Technologies Meta
James Hogan
2013-03-05
1
-0
/
+3
*
umovestr: speed up check for NUL byte in the fetched word
Denys Vlasenko
2013-03-01
1
-9
/
+32
[next]