]> granicus.if.org Git - strace/history - util.c
Change last parameter of umoven() from char* to void*
[strace] / util.c
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-28 Dmitry V. Levinbuild: include ptrace.h after regs.h
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-01-26 Dmitry V. Levinprintfd: quote pathnames
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2015-01-08 Dmitry V. LevinFix printing of time_t values set in the distant future
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-15 Dmitry V. Levinutil.c: move printuid to uid.c
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-11 Dmitry V. LevinExport sprinttime
2014-11-27 Masatake YAMATOPrint protocol name of socket descriptors with -yy...
2014-11-21 Dmitry V. LevinReplace MAXPATHLEN with PATH_MAX
2014-11-21 Dmitry V. LevinInclude <sys/uio.h> unconditionally
2014-10-31 Maarten ter HuurneInclude <linux/ptrace.h> regardless of <sys/reg.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-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-05-29 Dmitry V. LevinConstify tv_* functions
2014-05-12 Dmitry V. LevinAlias sys_vfork to sys_fork
2014-04-17 Dmitry V. LevinFix preadv/pwritev offset decoding
2013-12-31 Mike FrysingerDelete old PTRACE_{PEEK,POKE}USR logic
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-09-26 Ali PolatelWork around conflict between <sys/ptrace.h> and <linux...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-05-06 Dmitry V. LevinARM OABI: fix 64-bit arguments decoding
2013-05-06 Mike Frysingerprintllval: fix 64bit unpacking on mips/o32 and xtensa
2013-05-04 Dmitry V. Levinprintxval: support more architectures
2013-05-04 Mike FrysingerFix building for sparc64 targets
2013-05-04 Mike FrysingerFix building for mips n64 targets
2013-05-03 Dmitry V. Levinarm, aarch64, ppc: fix printllval-based decoders
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-05-02 Dmitry V. Levinx32: fix printllval-based decoders of i386 syscalls
2013-05-01 Mike Frysingerprintllval: handle s390x
2013-03-30 Andreas SchwabAArch64: Fix printing of long long value
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
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 James HoganAdd support for Imagination Technologies Meta
2013-03-01 Denys Vlasenkoumovestr: speed up check for NUL byte in the fetched...
2013-03-01 Chris Metcalftile: handle printllval like x86_64 or powerpc64
2013-02-26 Dmitry V. LevinCleanup umoven and umovestr
2013-02-26 Denys VlasenkoMass replace error_msg("%s", "literal") -> error_msg...
2013-02-26 Ben NoordhuisMake umoven report success as 0, not >=0, stop returnin...
2013-02-22 Denys VlasenkoFix wrong offset display in dumpstr
2013-02-22 Denys VlasenkoFix a bug in dumpstr (no null termination). Essentially...
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-19 Denys VlasenkoFix compiler warnings
2013-02-17 Denys VlasenkoRemove broken HAVE_LONG_LONG conditionals
2013-02-15 Denys VlasenkoRemove unnecessary "return 0" statements
2013-02-14 Christian SvenssonAdd support for the OpenRISC 1000 platform
2013-02-12 Denys VlasenkoRemove hacks for old kernels for architectures which...
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-08 Denys VlasenkoIf we are on a glibc system, assume it's at least glibc 2.1
2013-02-05 Chris MetcalfAdd tilegx support to strace
2013-02-05 Denys VlasenkoOptimize out PTRACE_PEEKUSER with -i
2012-12-06 John SpencerFix glibc version checks
2012-11-29 James HoganAdd state argument to change_syscall and fix SPARC
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-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-04-28 Denys VlasenkoFix printstr's len parameter width
2012-04-18 Mike FrysingerDecode /dev/loop ioctls
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-25 Dmitry V. Levinprintstr: check for potential integer overflow
2012-03-25 Dmitry V. LevinRobustify parsing of numbers from strings
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-17 Denys VlasenkoRemove unused PTRACE_WRITE{TEXT,DATA} constants (they...
2012-03-17 Denys VlasenkoRemove unused constants. No code changes
2012-03-17 Denys VlasenkoMove change_syscall() to its only user and make it...
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Denys VlasenkoRemove extra include directives. No code changes.
2012-03-08 Denys VlasenkoPass addr=0 instead of 1 into restarting ptrace calls
2012-03-08 Denys VlasenkoTrivial tweaks to error messages
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoRemove a few more code parts which are unused on Linux
2012-02-25 Denys VlasenkoReindent preprocessor directives in util.c; fix style.
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-24 Denys VlasenkoWhen accessing data blocks, truncate addr to wordsize
2012-02-20 Dmitry V. LevinRemove initialization of native_scno field
2012-02-14 Mike Frysingerutil: check for process_vm_readv in C library
2012-01-29 Denys VlasenkoSimple optimizations
2012-01-29 Denys VlasenkoAdd experimental code to use PTRACE_SEIZE, disabled...
2012-01-28 Denys Vlasenkoprocess_vm_readv gets EINVAL if process is gone (SIGKIL...
2012-01-28 Denys VlasenkoUse process_vm_readv instead of PTRACE_PEEKDATA to...
2012-01-21 Denys VlasenkoImprove code readability (logic is unchanged)
2012-01-20 Denys VlasenkoChange umovestr API: return > 0 instead of 0 if NUL...
2012-01-19 Denys VlasenkoReduce bss usage and speed up string printing
next