2012-01-29 |
Denys Vlasenko | Suppress compiler warning |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Denys Vlasenko | On Ctrl-C induced detach, send SIGINT to child tracee... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Denys Vlasenko | Add experimental code to use PTRACE_SEIZE, disabled... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | process_vm_readv gets EINVAL if process is gone (SIGKIL... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | Revert last change. Add a comment to prevent further... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | Fix nanosleep decoding: second argument was not shown... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | Use process_vm_readv instead of PTRACE_PEEKDATA to... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | Fix a case of broken output if last seen syscall was... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Denys Vlasenko | Fix handling of test/threaded_execve.c testcase |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Denys Vlasenko | Fix readlink result display - was printing bogus "... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Denys Vlasenko | Add new test program: test/threaded_execve.c |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Denys Vlasenko | Make pid2tcb static |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | Per Dmitry's request, remove paranoid check in verror_msg() |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | More robust error check for vasprintf |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | Slightly more compact handling of argv[] |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | Trivial optimization |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | Allocate -o OUTFILE buffer only if needed |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Denys Vlasenko | Use single fprintf in verror_msg() |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Denys Vlasenko | Improve code readability (logic is unchanged) |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Denys Vlasenko | Change umovestr API: return > 0 instead of 0 if NUL... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Denys Vlasenko | umovestr result may have no NUL, use "%.*s" instead... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Denys Vlasenko | Eliminate code duplication in time printing, reduce... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Denys Vlasenko | Reduce bss usage and speed up string printing |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Andreas Schwab | Add support for compat_statfs64 |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Andreas Schwab | Add support for statfs64.f_flags |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Andreas Schwab | Fix missing parens |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Denys Vlasenko | Get rid of TCB_SIGTRAPPED |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Denys Vlasenko | When we write log, flush output buffers in a few more... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Denys Vlasenko | Fix old sigaction display |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Denys Vlasenko | Change x86_64_regs struct type from pt_regs to user_reg... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Dmitry V. Levin | Fix struct pt_regs declaration on i386 and x86-64 |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Denys Vlasenko | Make ERESTARTxyz messages more descriptive |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Denys Vlasenko | Fix sigreturn arg count from 1 to 0 on all architectures. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Denys Vlasenko | Display mask on enter to sigreturn, not on exit |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Denys Vlasenko | Do not detach from tracee which experienced ptrace... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Denys Vlasenko | Remove sig parameter from detach() |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Dmitry V. Levin | Enhance decoding for personalities with small wordsize |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Dmitry V. Levin | Enhance personality switching |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Dmitry V. Levin | * net.c (socktcpoptions): Add more TCP_* constants... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Heiko Carstens | Fix sys_ipc/sys_semtimedop decoding on s390 |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Dmitry V. Levin | strace.c (trace): Fix compilation warning |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dmitry V. Levin | linux/syscall.h: Remove redundant function declarations |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dmitry V. Levin | linux/syscall.h: Sort function declarations |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dmitry V. Levin | linux/syscall.h: Place one function declaration per... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dmitry V. Levin | Remove redundant parsers |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Dmitry V. Levin | Reflect the fact that nfsservctl syscall was removed... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Dmitry V. Levin | x86_64: add getcpu syscall entry |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Dmitry V. Levin | Add syscall entries for new linux syscalls |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Dmitry V. Levin | Fix prctl syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Dmitry V. Levin | arm: fix io_* syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Dmitry V. Levin | Fix mincore syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix sendmsg syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix epoll_wait syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix epoll_ctl syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | arm: fix epoll_create syscall entry |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix mlockall syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix epoll_pwait syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix reboot syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix swapon syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Fix sgetmask and ssetmask syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Rename siggetmask to sgetmask and sigsetmask to ssetmask |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Dmitry V. Levin | Add TRACE_IPC flag to sys_ipc syscall entries |
commit | commitdiff | tree | snapshot |
2011-11-05 |
Dmitry V. Levin | gitlog-to-changelog: update from gnulib |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Denys Vlasenko | Decode TIOCSCTTY's third parameter |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Dmitry V. Levin | Remove useless and obsolete "#if DONE" sections. No... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Dmitry V. Levin | Add names for dummy parsers. No code changes |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Dmitry V. Levin | Sort definitions of dummy parsers. No code changes |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Mike Frysinger | sys_epoll_create1: decode flag arguments correctly |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Dmitry V. Levin | Implement decoding of splice, tee and vmsplice(2) syscalls |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Dmitry V. Levin | Fix epoll_wait and epoll_pwait decoding |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Dmitry V. Levin | Decode EPOLLRDHUP |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Dmitry V. Levin | Remove unreachable code in umoven() and umovestr(). |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Denys Vlasenko | Do post-attach initialization earlier; fix "we ignore... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Denys Vlasenko | Get rid of TCB_ATTACH_DONE |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Denys Vlasenko | Set TCB_STARTUP only _after_ we attached. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Denys Vlasenko | Simple optimizations in trace() |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Denys Vlasenko | Trivial fixes on error paths |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Fix compile failure introduced by last commit |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Roll back "die on malloc failure" behaviour a bit |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Add stpcpy to autoconf machinery |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Simplify sprinttv() |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | * desc.c (decode_select): Set tcp->auxstr as late as... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Reformat setuid-ing code in startup_child() |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Minor tweaks in startup_child(). Logic isn't changed... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Use tprints with literal strings, it may be faster... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Denys Vlasenko | Fix "format not a string literal" warning caused by... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Denys Vlasenko | Add README-linux-ptrace file |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Denys Vlasenko | Make out-of-memory handling more uniform |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Denys Vlasenko | Optimization: eliminate all remaining usages of strcat() |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Denys Vlasenko | Optimize string_quote() for speed |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Denys Vlasenko | Optimization: eliminate some usages of strcat() |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Denys Vlasenko | Small optimization on AVR32 |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Denys Vlasenko | On X86_64 and I386, use PTRACE_GETREGS to fetch all... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Dmitry V. Levin | Do not include <limits.h> |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Dmitry V. Levin | Include <sys/param.h> to get PATH_MAX definition |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Denys Vlasenko | Indent a large set of nested ifdefs/endifs. No code... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Denys Vlasenko | Rename syscall_fixup to syscall_fixup_on_sysenter |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Denys Vlasenko | Make syscall result reading more consistent among diffe... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Denys Vlasenko | Simplify syscall_fixup[_on_sysexit] |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Denys Vlasenko | Split syscall_fixup into enter/exit pair of functions |
commit | commitdiff | tree | snapshot |
next |