]> granicus.if.org Git - strace/shortlog
strace
2013-09-11 Mike Frysingerfanotify_mark: fix number of args for 32bit arches
2013-09-11 Dmitry V. Levinx86, x86_64: fix compilation warnings
2013-07-18 Denys VlasenkoRemove rt parameter from [s]printsigmask()
2013-07-18 Denys VlasenkoConvert some uses of long_to_sigmask+printsigmask to...
2013-07-18 Denys VlasenkoSimplify some sigmask manipulations
2013-07-18 Denys VlasenkoAdd compat support for sys_pselect6
2013-07-18 Denys VlasenkoI386: fix signedness mismatch warning
2013-07-18 Denys VlasenkoFix sigset printing via print_sigset().
2013-07-18 Denys Vlasenkosys_rt_sigaction: fix sigset copying
2013-07-18 Denys VlasenkoARM: remove wrong NSIG = 32 define
2013-07-17 Denys VlasenkoARM: fix sigreturn decoding
2013-07-16 Denys VlasenkoGroup USE_CUSTOM_PRINTF define with other tweakables
2013-07-16 Denys VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-07-12 Anton Blanchardpowerpc: enhance 32/64bit detection
2013-07-12 Anton Blanchardpowerpc: fix some compiler warnings
2013-07-12 Anton Blanchardpowerpc: fix iflag build issue (static -> extern)
2013-07-10 Denys VlasenkoPTRACE_SEIZE can set ptrace options immediately, use...
2013-07-08 Denys VlasenkoIf -o|logger is in use, exit trace loop if nprocs ...
2013-07-08 Denys VlasenkoExit trace loop if got ECHILD, not if nprocs == 0.
2013-07-07 Denys Vlasenkos390[x]: get rid of syscall_mode, delete code which...
2013-07-04 Denys VlasenkoARM: add STRACE_KNOWS_ONLY_EABI define which can be...
2013-07-04 Denys VlasenkoAdd paranoia check before passing a long to pid2tcb...
2013-07-02 Denys VlasenkoIn debug output, show waitpid status with 6 hex digits...
2013-07-02 Denys VlasenkoReplace suspicious popen_pid assignment with an obvious...
2013-07-01 Denys VlasenkoConvert trace() from returning int to returning void
2013-07-01 Denys VlasenkoRemove ia64-specific printing of current address on...
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-30 Denys VlasenkoFold is_restart_error() into its sole user
2013-06-29 Denys VlasenkoUpdate qemu_multiarch_testing/README
2013-06-28 Denys Vlasenkosys_clone: add a comment about CLONE_PTRACE and CLONE_U...
2013-06-28 Denys VlasenkoPOWERPC: get rid of "static long ppc_result"
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
next