]> granicus.if.org Git - strace/history - util.c
If we are on a glibc system, assume it's at least glibc 2.1
[strace] / util.c
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...
2009-02-24 Denys VlasenkoReplace many more bare ptrace calls with calls to wrappers
2009-02-09 Denys Vlasenko* defs.h: Correct the comment about TCB_SUSPENDED.
2009-01-17 Denys VlasenkoTwo cleanups: tcb table expansion failure is not really...
2009-01-13 Denys VlasenkoFixes for ptrace() argument parsing.
2009-01-06 Denys VlasenkoOutput format fixes, improving the situation after...
2008-12-30 Denys VlasenkoFixing many instances of broken indentation with spaces...
2008-12-17 Denys VlasenkoMake strace somewhat resilient against process disappearing
2008-12-16 Denys VlasenkoThis patch does not change any logic.
2008-11-10 Dmitry V. Levin2008-11-09 Dmitry V. Levin <ldv@altlinux.org>
2008-11-10 Dmitry V. Levin2008-10-23 Mike Frysinger <vapier@gentoo.org>
2008-08-06 Jan Kratochvil2008-08-06 Jan Kratochvil <jan.kratochvil@redhat...
2008-08-06 Jan Kratochvil2008-08-06 Jan Kratochvil <jan.kratochvil@redhat...
2008-07-18 Roland McGrath2008-06-30 Jan Kratochvil <jan.kratochvil@redhat...
2008-07-18 Roland McGrath2008-06-27 Jan Kratochvil <jan.kratochvil@redhat...
2008-05-20 Roland McGrath2008-05-19 Roland McGrath <roland@redhat.com>
2007-11-01 Roland McGrath2007-11-01 Roland McGrath <roland@redhat.com>
2007-11-01 Roland McGrath2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
2007-10-08 Dmitry V. Levin2007-10-01 Dmitry V. Levin <ldv@altlinux.org>
2007-08-02 Roland McGrath2007-08-01 Roland McGrath <roland@redhat.com>
2007-08-02 Roland McGrath2007-08-01 Roland McGrath <roland@redhat.com>
2007-07-24 Roland McGrath2007-07-23 Roland McGrath <roland@redhat.com>
2007-07-11 Roland McGrath2007-07-11 Roland McGrath <roland@redhat.com>
2007-06-29 Dmitry V. Levin2007-06-28 Dmitry V. Levin <ldv@altlinux.org>
2007-01-11 Dmitry V. Levin2006-12-27 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2005-10-21 Roland McGrath2005-10-21 Roland McGrath <roland@redhat.com>
2005-07-04 Roland McGrath2005-07-04 Roland McGrath <roland@redhat.com>
2005-06-08 Roland McGrath2005-06-08 Dmitry V. Levin <ldv@altlinux.org>
2005-06-08 Roland McGrath2005-05-12 Philippe De Muyter <phdm@macqel.be>
next