summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* Remove unnecessary "return 0" statementsDenys Vlasenko2013-02-15
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove old kernel hacks for architectures which require new kernelsDenys Vlasenko2013-02-12
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-08
* Add tilegx support to straceChris Metcalf2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Fix glibc version checksJohn Spencer2012-12-06
* Add state argument to change_syscall and fix SPARCJames Hogan2012-11-29
* Use perror_msg instead of perrorDmitry V. Levin2012-09-28
* process_vm_readv may return ESRCH if tracee was killed, don't complainDenys Vlasenko2012-09-27
* On clearing "breakpopint", restore syscall number tooDenys Vlasenko2012-05-14
* util: fix building when glibc has a stub process_vm_readvMike Frysinger2012-05-05
* Fix printstr's len parameter widthDenys Vlasenko2012-04-28
* Decode /dev/loop ioctlsMike Frysinger2012-04-18
* Add x32 support to straceH.J. Lu2012-04-16
* printstr: check for potential integer overflowDmitry V. Levin2012-03-25
* Robustify parsing of numbers from stringsDmitry V. Levin2012-03-25
* Make ptrace_restart() static. No code changesDenys Vlasenko2012-03-20
* Optimize code if we have only one personalityDenys Vlasenko2012-03-19
* Remove unused PTRACE_WRITE{TEXT,DATA} constants (they are from SunOS)Denys Vlasenko2012-03-17
* Remove unused constants. No code changesDenys Vlasenko2012-03-17
* Move change_syscall() to its only user and make it staticDenys Vlasenko2012-03-17
* Indentation and whitespace fixes. No code changes.Denys Vlasenko2012-03-17
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Pass addr=0 instead of 1 into restarting ptrace callsDenys Vlasenko2012-03-08
* Trivial tweaks to error messagesDenys Vlasenko2012-03-08
* Compress blank linesDmitry V. Levin2012-02-25
* Remove a few more code parts which are unused on LinuxDenys Vlasenko2012-02-25
* Reindent preprocessor directives in util.c; fix style.Denys Vlasenko2012-02-25
* Cleanup after non-Linux code removal.Denys Vlasenko2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* When accessing data blocks, truncate addr to wordsizeDenys Vlasenko2012-02-25
* Remove initialization of native_scno fieldDmitry V. Levin2012-02-20
* util: check for process_vm_readv in C libraryMike Frysinger2012-02-14
* Simple optimizationsDenys Vlasenko2012-01-29
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-29
* process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain.Denys Vlasenko2012-01-28
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-28
* Improve code readability (logic is unchanged)Denys Vlasenko2012-01-21
* Change umovestr API: return > 0 instead of 0 if NUL was seenDenys Vlasenko2012-01-20
* Reduce bss usage and speed up string printingDenys Vlasenko2012-01-19
* Enhance decoding for personalities with small wordsizeDmitry V. Levin2011-12-26
* Remove unreachable code in umoven() and umovestr().Dmitry V. Levin2011-10-11
* Trivial fixes on error pathsDenys Vlasenko2011-09-02
* Roll back "die on malloc failure" behaviour a bitDenys Vlasenko2011-09-01
* Add stpcpy to autoconf machineryDenys Vlasenko2011-09-01
* Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko2011-09-01