]> granicus.if.org Git - strace/shortlog
strace
2011-06-24 Denys VlasenkoMake a few variables static.
2011-06-24 Denys VlasenkoAdd debug output in initial attachment code
2011-06-24 Denys VlasenkoBetter debug logging of allocations and waitpit results
2011-06-23 Denys VlasenkoOptimize arrays of register indexes in syscall_enter
2011-06-23 Denys VlasenkoDeindent syscall_enter by removing unnecessary braces...
2011-06-23 Denys VlasenkoRemove dead "ifndef CLONE_PTRACE" branch
2011-06-23 Denys VlasenkoAdd a comment about setbpt. No code changes.
2011-06-23 Denys VlasenkoUntangle a particularly badly obfuscated bit of code...
2011-06-23 Denys VlasenkoRemove TCB_FOLLOWFORK
2011-06-23 Dmitry V. Levin* system.c (sys_capget, sys_capset): Fix pointer arithm...
2011-06-23 Denys VlasenkoMake initial tcb allocation more readable. No logic...
2011-06-23 Denys VlasenkoDo not allocate tiny cap_user_header/data structures...
2011-06-23 Denys VlasenkoUse [p]error_msg[_and_die] where appropriate. No logic...
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-22 Denys VlasenkoMake strace_fopen abort on error
2011-06-22 Denys VlasenkoMake set_cloexec_flag abort on error
2011-06-22 Denys VlasenkoMake strace_popen abort on error
2011-06-22 Denys VlasenkoDelete fork_tcb()
2011-06-22 Denys VlasenkoSimplify expand_tcbtab and alloc_tcb
2011-06-21 Denys VlasenkoTrivial fixes
2011-06-21 Dmitry V. LevinFix build when libaio-devel is not available
2011-06-21 Dmitry V. Levintests: finish ptrace_setoptions_* merge
2011-06-21 Denys VlasenkoRemove write-only nchildren member from struct tcb
2011-06-21 Denys VlasenkoFix tests/ptrace_setoptions_* to match last fix in...
2011-06-21 Denys VlasenkoRemove write-only nzombies member from struct tcb
2011-06-21 Denys VlasenkoFix regression introduced by "Properly handle real...
2011-06-18 Denys VlasenkoDo not suspend waitpid.
2011-06-13 Andi KleenEnhance io_submit() decoding
2011-06-13 Dmitry V. LevinAdd argument to tprint_iov() specifying whether to...
2011-06-13 Dmitry V. LevinIntroduce ARRAY_SIZE() macro
2011-06-13 Andi KleenFix decoding of timer id returned by timer_create
2011-06-09 Dmitry V. LevinAdd test for PTRACE_O_TRACESYSGOOD
2011-06-09 Dmitry V. Levintests: update test for linux kernel version
2011-06-09 Dmitry V. LevinUpdate ptrace_setoptions test
2011-06-09 Dmitry V. Levin* strace.c (verror_msg): Rewrite without use of heap...
2011-06-09 Dmitry V. LevinFix MIPS syscall entries
2011-06-08 Denys VlasenkoDon't display bogus parameter for sigreturn syscall
2011-06-08 Denys VlasenkoOptimize sigreturn handling
2011-06-08 Denys VlasenkoDo not call umoven to fetch parameters if we have zero...
2011-06-08 Denys Vlasenko"Modernize" four old-style function parameter declarations
2011-06-08 Denys VlasenkoFix sigreturn decoding on MIPS
2011-06-08 Denys VlasenkoPrint at least one space between SYSCALL(ARGS) and...
2011-06-08 Denys VlasenkoAdd fflush after printf in test/sigkill_rain.c
2011-06-08 Denys VlasenkoUpdate test/* directory, it seem to be a bit bit-rotted
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Dmitry V. LevinARM EABI: fix 64-bit syscall's arguments decoding
2011-05-30 Damir ShayhutdinovLinux: implement decoding of preadv and pwritev syscalls
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-05-27 Denys VlasenkoCleanups on top of "handle SIGTRAP properly" change,
2011-05-25 Denys VlasenkoIdentifier "errno" may be a macro, it's unsafe to use it
2011-05-24 Denys VlasenkoDon't perform TCB_WAITEXECVE wait if not needed.
2011-05-23 Denys VlasenkoProperly handle real SIGTRAPs.
2011-04-24 Mike FrysingerBlackfin: update syscall list
2011-04-24 Mike Frysingerlinux: add new EHWPOISON errno
2011-04-08 Grant EdwardsAdd ability to print file descriptor paths and filter...
2011-04-07 Dmitry V. LevinFix BLKTRACESTOP definition
2011-03-15 Dmitry V. LevinEnsure that PTRACE_GETSIGINFO et al are always defined... v4.6
2011-03-15 Dmitry V. Levin* CREDITS.in: Fix typo.
2011-03-14 Dmitry V. LevinUpdate PTRACE_* constants
2011-03-14 Dmitry V. LevinPrepare for 4.6 release
2011-03-14 Mike Frysingerlinux/ioctlent: unify them all
2011-03-10 Dmitry V. LevinShow more details about signals received by traced...
2011-03-10 Dmitry V. LevinGet rid of PT_GETSIGINFO
2011-03-10 Dmitry V. LevinEnhance decoding of kernel-generated signals
2011-03-10 Dmitry V. LevinFix decoding of user-generated signals
2011-03-10 Dmitry V. LevinRecognize SI_KERNEL and SI_ASYNCNL
2011-03-05 Sebastian PippingTake all git branches into account for generation of...
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2011-03-03 Sebastian PippingPrint shutdown(2) modes as SHUT_* constants
2011-03-03 Sebastian PippingFix decoding of inotify_init1() flags
2011-03-03 Dmitry V. LevinFix struct xlat initialization bugs
2011-03-03 Dmitry V. Levintests: avoid SIGPIPE
2011-03-01 Mike Frysingertests: do not make missing /usr/bin/time a failure
2011-02-27 Dmitry V. LevinGenerate an xz tar archive of the distribution
2011-02-27 Dmitry V. LevinUse "make check" in debian/rules and strace.spec
2011-02-27 Dmitry V. LevinImplement two basic "strace -f" tests
2011-02-26 Dmitry V. Levinppc, s390, sparc: regenerate ioctlent.h files
2011-02-26 Dmitry V. LevinRemove redundant ioctlent.h files
2011-02-25 Dmitry V. Levinioctlsort: sync with ioctl_lookup()
2011-02-25 Dmitry V. LevinRemove obsolete .cvsignore files
2011-02-25 Dmitry V. LevinIgnore generated intermediate header files
2011-02-24 Dmitry V. LevinGenerate much of the CREDITS file from git log
2011-02-23 Dmitry V. Levinsparc: fix compilation warning
2011-02-23 Dmitry V. LevinUpdate the list of files that must be distributed
2011-02-23 Dmitry V. LevinFix compilation warning reported by gcc -Wunused-but...
2011-02-22 Mike Frysingerioctlsort: zero pad ioctl codes to 4 places
2011-02-22 Mike FrysingerUpdate mount flags to latest linux
2011-02-22 Dmitry V. LevinSync debian/changelog and strace.spec with packages
2011-02-20 Dmitry V. LevinAdd TRACE_DESC|TRACE_FILE flags to fanotify_* sysentries
2011-02-20 Dmitry V. LevinFix flags of fallocate sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to epoll_create* sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to fgetxattr, flistxattr, and fremo...
2011-02-20 Dmitry V. LevinAdd TRACE_FILE flag to swapoff sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to fadvise64* sysentries
2011-02-20 Dmitry V. LevinAdd TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries
2011-02-20 Dmitry V. LevinDo not initialize native_scno on platforms with only...
2011-02-20 Dmitry V. LevinAdd LOOP_* ioctls defined in linux/loop.h
2011-02-19 Dmitry V. LevinFix PTRACE_GETEVENTMSG usage and enhance test_ptrace_se...
2011-02-19 Mike Frysingerlinux/sparc: move to common syscall.h
2011-02-19 Mike Frysingersparc: add new funcs to syscall.h
next