summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* 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
* Fix "format not a string literal" warning caused by tprintf(str)Denys Vlasenko2011-09-01
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Optimize string_quote() for speedDenys Vlasenko2011-08-31
* Optimization: eliminate some usages of strcat()Denys Vlasenko2011-08-31
* Small optimizations related to memory allocationDenys Vlasenko2011-08-23
* Improve code readability by avoiding assignments inside if()Denys Vlasenko2011-08-23
* Make addflags return voidDenys Vlasenko2011-08-23
* Use simpler rounding up to next multiple of 2.Denys Vlasenko2011-08-23
* Untangle a particularly badly obfuscated bit of code. No logic changes.Denys Vlasenko2011-06-23
* Trivial fixesDenys Vlasenko2011-06-22
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* ARM EABI: fix 64-bit syscall's arguments decodingDmitry V. Levin2011-05-30
* "Modernize" all old-style function parameter declarationsDenys Vlasenko2011-05-30
* Add ability to print file descriptor paths and filter by those pathsGrant Edwards2011-04-08
* Fix decoding of file descriptorsDmitry V. Levin2011-03-04
* Fix const-correctness issues uncovered by gcc -Wwrite-stringsDmitry V. Levin2010-09-07
* Add biarch support for powerpc64Andreas Schwab2010-07-13
* Remove dead codeDmitry V. Levin2010-02-04
* Ignore errors if a thread is killedAndreas Schwab2009-11-11
* Factor out printing of 64bit syscall argumentAndreas Schwab2009-11-04
* sparc/linux: Rewrite to use asm/ptrace.hMike Frysinger2009-10-12
* Silence compiler warnings about implicit cast from pointer to integerMike Frysinger2009-10-07
* CRIS: Correct first argument to upeek()Edgar E. Iglesias2009-10-05
* Revert unapproved commits.Roland McGrath2009-06-02
* AVR32 support by Hans-Christian EgtvedtDenys Vlasenko2009-02-27
* CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si)Denys Vlasenko2009-02-25
* Replace many more bare ptrace calls with calls to wrappersDenys Vlasenko2009-02-24
* * defs.h: Correct the comment about TCB_SUSPENDED.Denys Vlasenko2009-02-09
* Two cleanups: tcb table expansion failure is not really a survivableDenys Vlasenko2009-01-17
* Fixes for ptrace() argument parsing.Denys Vlasenko2009-01-13