2012-03-09 |
Denys Vlasenko | Fix PID prefix printing in "strace -oLOG -ff -p1 -p2... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Allow -p PID to take comma or whitespace-separated... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Denys Vlasenko | Pass addr=0 instead of 1 into restarting ptrace calls |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Denys Vlasenko | Trivial tweaks to error messages |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Denys Vlasenko | Remove stray sys_swapon() declaration |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Correct syscall entries for t[g]kill |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Assorted trivial optimizations |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Alias a few more syscall printing functions |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Style fixes, no code changes |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Compress blank lines |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Remove parts of automake machinery which are not needed... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Remove and update documentation |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Remove a few more code parts which are unused on Linux |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Build fixes after non-Linux code removal |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Fix defined(FOO) style |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent preprocessor directives in util.c; fix style. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent preprocessor directives in syscall.c; fix... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent defs.h preprocessor directives |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Cleanup after non-Linux code removal. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Manual removal of non-Linux source, documentation,... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Automated removal of non-Linux code |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Denys Vlasenko | When accessing data blocks, truncate addr to wordsize |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | strace.1: fix a typo |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | Fix sockaddr_un.sun_path name in decoded output |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | Avoid potential core file clobbering on exit |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Eliminate native_scno and known_scno |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Remove initialization of native_scno field |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Do not use SYS_ipc and SYS_socketcall |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Remove initialization of native_scno field for most... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Mike Frysinger | util: check for process_vm_readv in C library |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Denys Vlasenko | README-linux-ptrace: correct the description of suppres... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Dmitry V. Levin | strace -P: fix handling of invalid syscalls |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Skip the syscall entry if the sys_func field is NULL |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Define RLIM64_INFINITY only if not defined |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Cast to long for %l in printf |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Check HAVE_LONG_LONG_OFF_T when printing offset |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Define old stat functions only if needed |
commit | commitdiff | tree | snapshot |
2012-02-06 |
H.J. Lu | Print NULL for zero address in sys_mmap64 |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Dmitry V. Levin | Remove unused sys_pread64 and sys_pwrite64 parsers... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Denys Vlasenko | Trivial changes to help text. No code changes. |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Denys Vlasenko | Simple optimizations |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Denys Vlasenko | Trivial optimization |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Denys Vlasenko | Make interactive-ness directly controllable via command... |
commit | commitdiff | tree | snapshot |
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 |
next |