]> granicus.if.org Git - strace/history - util.c
Update AF_*, PF_*, MSG_*, and TCP_* constants
[strace] / util.c
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
2011-12-26 Dmitry V. LevinEnhance decoding for personalities with small wordsize
2011-10-11 Dmitry V. LevinRemove unreachable code in umoven() and umovestr().
2011-09-02 Denys VlasenkoTrivial fixes on error paths
2011-09-01 Denys VlasenkoRoll back "die on malloc failure" behaviour a bit
2011-09-01 Denys VlasenkoAdd stpcpy to autoconf machinery
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-31 Denys VlasenkoOptimize string_quote() for speed
2011-08-31 Denys VlasenkoOptimization: eliminate some usages of strcat()
2011-08-23 Denys VlasenkoSmall optimizations related to memory allocation
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-08-23 Denys VlasenkoMake addflags return void
2011-08-23 Denys VlasenkoUse simpler rounding up to next multiple of 2.
2011-06-23 Denys VlasenkoUntangle a particularly badly obfuscated bit of code...
2011-06-21 Denys VlasenkoTrivial fixes
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Dmitry V. LevinARM EABI: fix 64-bit syscall's arguments decoding
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-04-08 Grant EdwardsAdd ability to print file descriptor paths and filter...
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-07-13 Andreas SchwabAdd biarch support for powerpc64
2010-02-04 Dmitry V. LevinRemove dead code
2009-11-11 Andreas SchwabIgnore errors if a thread is killed
2009-11-04 Andreas SchwabFactor out printing of 64bit syscall argument
2009-10-12 Mike Frysingersparc/linux: Rewrite to use asm/ptrace.h
2009-10-07 Mike FrysingerSilence compiler warnings about implicit cast from...
2009-10-05 Edgar E. IglesiasCRIS: Correct first argument to upeek()
2009-06-02 Roland McGrathRevert unapproved commits.
2009-02-27 Denys VlasenkoAVR32 support by Hans-Christian Egtvedt
2009-02-25 Denys VlasenkoCRIS support by Hinko Kocevar (hinko.kocevar AT cetrtap...
next