]> granicus.if.org Git - strace/shortlog
strace
2013-06-28 Denys VlasenkoPOWERPC: read ppc_regs.nip if -i
2013-06-28 Denys VlasenkoPOWERPC: if GETREGS fails with EIO, don't try it again
2013-06-28 Denys VlasenkoGet rid of powerpc_getreg(), it's a copy of upeek()
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Anton Blanchardpowerpc: Provide a fallback for old kernels without...
2013-06-26 Anton Blanchardpowerpc: Use PTRACE_GETREGS to fetch all registers
2013-06-26 Denys VlasenkoAnother manpage tweak
2013-06-26 Denys VlasenkoManpage update
2013-06-26 Denys VlasenkoUpdate build_static_example.sh
2013-06-26 Denys VlasenkoIn -f mode, do not assume that new pid is stopped ...
2013-06-26 Denys VlasenkoSet strace_child only in the right branch
2013-06-26 Denys VlasenkoGet rid of TCB_INUSE and TCB_STRACE_CHILD
2013-06-21 Denys VlasenkoFix debug output of wait4 result (was reusing buf[...
2013-06-21 Denys VlasenkoShow PTRACE_EVENT_STOP correctly in debug output
2013-06-21 Denys VlasenkoPanic a bit less when we see an unknown pid
2013-06-21 Denys Vlasenkodetach(): Reorganize code. Logic is the same.
2013-06-21 Denys VlasenkoEat pending SIGSTOP _before_ PTRACE_DETACH in detach()
2013-06-20 Denys Vlasenkodetach(): warn if we see ECHILD from waitpid
2013-06-20 Denys VlasenkoImprove error messages in detach()
2013-06-20 Denys VlasenkoRemove workarounds for ancient kernels lacking __WALL
2013-06-20 Denys VlasenkoUSE_SEIZE: fix detaching from stopped processes
2013-06-19 Dmitry V. Levintests: disable /proc based checks when /proc is not...
2013-06-19 Denys Vlasenkotests/detach-{running,sleeping,stopped}: check post...
2013-06-19 Dmitry V. Levintests: ensure that strace can detach from running processes
2013-06-19 Dmitry V. Levintests: ensure that strace does not leave sleeping proce...
2013-06-18 Dmitry V. Levintests: fix parallel-tests support in detach-* tests
2013-06-18 Dmitry V. Levintests: parametrize "sleep 1"
2013-06-18 Dmitry V. Levintests: ensure that strace can detach from sleeping...
2013-06-18 Dmitry V. Levintests: enhance timeout checks
2013-06-18 Dmitry V. Levintests: enable parallel-tests support
2013-06-18 Dmitry V. Levintests: prepare for parallel-tests support
2013-06-18 Denys VlasenkoCleanups. No logic changes.
2013-06-05 Dmitry V. Levinmaint: post-release administrivia
2013-06-03 Dmitry V. Levinioctlent: add UAPI support v4.8
2013-06-03 Dmitry V. LevinPrepare for 4.8 release
2013-06-02 Dmitry V. LevinFix "make dist" on recently added architectures
2013-06-02 Dmitry V. LevinFix "make dist" regression introduced by commit v4...
2013-05-28 Dmitry V. LevinDo not suppress signal delivery messages with -qq
2013-05-23 Chris Metcalftile: use siginfo_t, not struct siginfo
2013-05-23 Chris Metcalftile: remove MAP_CACHE_xxx support in mem.c
2013-05-17 Mike FrysingerRename COPYRIGHT to COPYING
2013-05-17 Dmitry V. LevinSync strace.spec and debian/ with packages
2013-05-17 Dmitry V. LevinUpdate PTRACE_O_* constants
2013-05-17 Dmitry V. LevinUpdate AF_*, PF_*, MSG_*, and TCP_* constants
2013-05-14 Dmitry V. LevinNOMMU: do not hide startup syscalls unless in -D mode
2013-05-14 Dmitry V. LevinMake -D mode work when the Yama LSM is enabled
2013-05-14 Dmitry V. LevinUpdate PR_* constants
2013-05-14 Denys VlasenkoHide startup syscalls.
2013-05-13 Daniel P. BerrangeAllow -q to be repeated for very quiet output
2013-05-11 Dmitry V. Levinmips o32: fix syscall table
2013-05-10 Dmitry V. Levinmips n64: fix syscall table
2013-05-10 Dmitry V. Levinmips n32: fix syscall table
2013-05-08 Dmitry V. Levinsync_file_range: fix number of syscall arguments
2013-05-08 Dmitry V. LevinAdd syscall entries for new linux syscalls
2013-05-08 Dmitry V. Levintests/net: fix portability issues
2013-05-08 Dmitry V. Levintests: add a test for basic network syscalls
2013-05-08 Dmitry V. Levintests: do not skip tests when timeout utility is not...
2013-05-07 Dmitry V. LevinMove subcall decoding configuration out of the common...
2013-05-07 Dmitry V. Levinsparc: remove some unused declarations and macros
2013-05-07 Mike Frysingermips: fix build regression
2013-05-07 James Hoganmetag: rename llseek syscall to _llseek
2013-05-07 James Hoganmetag: disable socket and ipc subcall support
2013-05-07 Dmitry V. Levinpread, pwrite: fix number of syscall arguments
2013-05-07 Dmitry V. Levinpreadv, pwritev: fix number of syscall arguments
2013-05-07 Dmitry V. Levinftruncate64, truncate64: fix number of syscall arguments
2013-05-07 Dmitry V. Levinfallocate: fix number of syscall arguments
2013-05-07 Dmitry V. Levinfadvise64, fadvise64_64: fix handlers and number of...
2013-05-07 Dmitry V. Levinmips o32: raise the max number of syscall arguments...
2013-05-07 Dmitry V. Levinmips: split syscallent.h
2013-05-07 Dmitry V. Levinreadahead: fix number of syscall arguments
2013-05-06 Dmitry V. Levinlinux/syscall.h: make subcall decoding configuration...
2013-05-06 Chris Zankelxtensa: disable socket and ipc subcall support
2013-05-06 Dmitry V. LevinFix syscall flags
2013-05-06 Dmitry V. Levintests/stat: enhance regexps
2013-05-06 Chris Metcalftests/stat: support fstatat syscall for stat()
2013-05-06 Dmitry V. LevinARM OABI: fix 64-bit arguments decoding
2013-05-06 Mike Frysingerprintllval: fix 64bit unpacking on mips/o32 and xtensa
2013-05-06 Chris Metcalftile: disable socket and ipc subcall support
2013-05-06 Mike FrysingerBlackfin: disable socketcall and ipc subcall support
2013-05-05 Mike Frysingers390: fix # of args truncate64/ftruncate64 takes
2013-05-05 Mike Frysingermtd: clamp ubi name strings
2013-05-04 Dmitry V. Levinprintxval: support more architectures
2013-05-04 Mike FrysingerFix building for sparc64 targets
2013-05-04 Mike FrysingerFix building for mips n64 targets
2013-05-03 Dmitry V. Levinhppa: fix stat64 and fstat64 decoding
2013-05-03 Dmitry V. Levinarm, aarch64, ppc: fix printllval-based decoders
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-05-02 Mike Frysingertest: add mtd/ubi test helpers
2013-05-02 Mike Frysingertest: include headers for used funcs
2013-05-02 Dmitry V. Levinia64: fix compilation warnings introduced by commit...
2013-05-02 Mike Frysingertests: stat: fix clean up of sample file
2013-05-02 Mike FrysingerIgnore more files
2013-05-02 Dmitry V. Levinx32: fix decoding of i386 truncate and ftruncate syscalls
2013-05-02 Dmitry V. Levinx32: fix printllval-based decoders of i386 syscalls
2013-05-02 Dmitry V. Levintests: add basic test for ftruncate, lseek and stat...
2013-05-01 Dmitry V. Levinx32: fix build regressions introduced by commit v4...
2013-05-01 Dmitry V. LevinAlias sys_*lstat* syscall printing functions
2013-05-01 Dmitry V. Levinx86_64: decode __old_kernel_stat based syscalls
2013-05-01 Dmitry V. Levinx32: fix decoding of __old_kernel_stat based syscalls
2013-05-01 James Hogantest/threaded_execve: fix on metag
next