2011-06-23 |
Denys Vlasenko | Deindent syscall_enter by removing unnecessary braces... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Remove dead "ifndef CLONE_PTRACE" branch |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Add a comment about setbpt. No code changes. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Untangle a particularly badly obfuscated bit of code... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Remove TCB_FOLLOWFORK |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Dmitry V. Levin | * system.c (sys_capget, sys_capset): Fix pointer arithm... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Make initial tcb allocation more readable. No logic... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Do not allocate tiny cap_user_header/data structures... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Denys Vlasenko | Use [p]error_msg[_and_die] where appropriate. No logic... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Whitespace cleanups. No code changes. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Make strace_fopen abort on error |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Make set_cloexec_flag abort on error |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Make strace_popen abort on error |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Delete fork_tcb() |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Denys Vlasenko | Simplify expand_tcbtab and alloc_tcb |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Denys Vlasenko | Trivial fixes |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dmitry V. Levin | Fix build when libaio-devel is not available |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Dmitry V. Levin | tests: finish ptrace_setoptions_* merge |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Denys Vlasenko | Remove write-only nchildren member from struct tcb |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Denys Vlasenko | Fix tests/ptrace_setoptions_* to match last fix in... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Denys Vlasenko | Remove write-only nzombies member from struct tcb |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Denys Vlasenko | Fix regression introduced by "Properly handle real... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Denys Vlasenko | Do not suspend waitpid. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Andi Kleen | Enhance io_submit() decoding |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Dmitry V. Levin | Add argument to tprint_iov() specifying whether to... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Dmitry V. Levin | Introduce ARRAY_SIZE() macro |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Andi Kleen | Fix decoding of timer id returned by timer_create |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dmitry V. Levin | Add test for PTRACE_O_TRACESYSGOOD |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dmitry V. Levin | tests: update test for linux kernel version |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dmitry V. Levin | Update ptrace_setoptions test |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dmitry V. Levin | * strace.c (verror_msg): Rewrite without use of heap... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Dmitry V. Levin | Fix MIPS syscall entries |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Don't display bogus parameter for sigreturn syscall |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Optimize sigreturn handling |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Do not call umoven to fetch parameters if we have zero... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | "Modernize" four old-style function parameter declarations |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Fix sigreturn decoding on MIPS |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Print at least one space between SYSCALL(ARGS) and... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Add fflush after printf in test/sigkill_rain.c |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Denys Vlasenko | Update test/* directory, it seem to be a bit bit-rotted |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Denys Vlasenko | Whitespace cleanups. no code changes. |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Dmitry V. Levin | ARM EABI: fix 64-bit syscall's arguments decoding |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Damir Shayhutdinov | Linux: implement decoding of preadv and pwritev syscalls |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Denys Vlasenko | "Modernize" all old-style function parameter declarations |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Denys Vlasenko | Cleanups on top of "handle SIGTRAP properly" change, |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Denys Vlasenko | Identifier "errno" may be a macro, it's unsafe to use it |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Denys Vlasenko | Don't perform TCB_WAITEXECVE wait if not needed. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Denys Vlasenko | Properly handle real SIGTRAPs. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Mike Frysinger | Blackfin: update syscall list |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Mike Frysinger | linux: add new EHWPOISON errno |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Grant Edwards | Add ability to print file descriptor paths and filter... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Dmitry V. Levin | Fix BLKTRACESTOP definition |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Dmitry V. Levin | Ensure that PTRACE_GETSIGINFO et al are always defined... v4.6 |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Dmitry V. Levin | * CREDITS.in: Fix typo. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Dmitry V. Levin | Update PTRACE_* constants |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Dmitry V. Levin | Prepare for 4.6 release |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Mike Frysinger | linux/ioctlent: unify them all |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Dmitry V. Levin | Show more details about signals received by traced... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Dmitry V. Levin | Get rid of PT_GETSIGINFO |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Dmitry V. Levin | Enhance decoding of kernel-generated signals |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Dmitry V. Levin | Fix decoding of user-generated signals |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Dmitry V. Levin | Recognize SI_KERNEL and SI_ASYNCNL |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Sebastian Pipping | Take all git branches into account for generation of... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Dmitry V. Levin | Fix decoding of file descriptors |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Sebastian Pipping | Print shutdown(2) modes as SHUT_* constants |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Sebastian Pipping | Fix decoding of inotify_init1() flags |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Dmitry V. Levin | Fix struct xlat initialization bugs |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Dmitry V. Levin | tests: avoid SIGPIPE |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Mike Frysinger | tests: do not make missing /usr/bin/time a failure |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Dmitry V. Levin | Generate an xz tar archive of the distribution |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Dmitry V. Levin | Use "make check" in debian/rules and strace.spec |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Dmitry V. Levin | Implement two basic "strace -f" tests |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Dmitry V. Levin | ppc, s390, sparc: regenerate ioctlent.h files |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Dmitry V. Levin | Remove redundant ioctlent.h files |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Dmitry V. Levin | ioctlsort: sync with ioctl_lookup() |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Dmitry V. Levin | Remove obsolete .cvsignore files |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Dmitry V. Levin | Ignore generated intermediate header files |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Dmitry V. Levin | Generate much of the CREDITS file from git log |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Dmitry V. Levin | sparc: fix compilation warning |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Dmitry V. Levin | Update the list of files that must be distributed |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Dmitry V. Levin | Fix compilation warning reported by gcc -Wunused-but... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Mike Frysinger | ioctlsort: zero pad ioctl codes to 4 places |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Mike Frysinger | Update mount flags to latest linux |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Dmitry V. Levin | Sync debian/changelog and strace.spec with packages |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Fix flags of fallocate sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_DESC flag to epoll_create* sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_DESC flag to fgetxattr, flistxattr, and fremo... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_FILE flag to swapoff sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_DESC flag to fadvise64* sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Do not initialize native_scno on platforms with only... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Dmitry V. Levin | Add LOOP_* ioctls defined in linux/loop.h |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Dmitry V. Levin | Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_se... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Mike Frysinger | linux/sparc: move to common syscall.h |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Mike Frysinger | sparc: add new funcs to syscall.h |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Mike Frysinger | sparc: punt unused syscall.h.2 |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Dmitry V. Levin | Fix raw exit_group(2) decoding |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Dmitry V. Levin | Optimize known_scno() |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Dmitry V. Levin | * process.c (internal_exit) [IA64]: Remove redundant... |
commit | commitdiff | tree | snapshot |
next |