]> granicus.if.org Git - strace/shortlog
strace
2014-01-08 Dmitry V. Levintests: add a test for rt_sigaction output
2014-01-05 Kirill A. Shutemovmem: add missed MAP_HUGETLB mmap flag
2013-12-31 Mike FrysingerDelete old PTRACE_{PEEK,POKE}USR logic
2013-12-31 Mike FrysingerDecode the O_PATH flag
2013-11-13 Dmitry V. LevinRemove unused configure checks
2013-11-13 Dmitry V. LevinAssume that <sys/ptrace.h> provides a valid ptrace...
2013-11-12 Dmitry V. LevinStop using _LFS64_LARGEFILE
2013-11-12 Dmitry V. LevinDefine truncate64, ftruncate64, and getdents64 decoders...
2013-11-12 Dmitry V. LevinDefine printflock64 only if it is referenced by other...
2013-11-12 Dmitry V. LevinMake PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc...
2013-11-12 Dmitry V. LevinRemove unneeded redefinitions of IPPROTO_* macros
2013-11-12 Dmitry V. LevinRemove unused AC_OFF_T_IS_LONG_LONG configure check
2013-11-12 Dmitry V. LevinRemove unused code
2013-11-12 Dmitry V. LevinUse struct sigcontext instead of struct sigcontext_struct
2013-11-12 Dmitry V. LevinUse standard names of sched_param structure members
2013-11-12 Dmitry V. LevinMake SIGEV_THREAD_ID decoding less glibc specific
2013-11-11 Dmitry V. LevinRemove unused configure checks
2013-11-11 Dmitry V. LevinAssume "long long" availability
2013-11-11 Dmitry V. LevinInclude <sys/poll.h> only if there is no <poll.h>
2013-11-11 Dmitry V. LevinMove io_* syscalls decoding to a separate file
2013-11-11 Denys VlasenkoStop using external libaio.h.
2013-11-11 Denys Vlasenkosys_io_submit: simplify iocb_cmd_lookup() helper.
2013-11-11 Denys Vlasenkosys_io_submit: stop traversing iocb vector after first...
2013-11-09 Denys VlasenkoFix pathtrace_match() to match recent fixes to select...
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-11-06 Denys VlasenkoSpeed up and explain fd_isset()
2013-11-05 Dr. David Alan... Add a test for the latest select decoding fix
2013-11-05 Dmitry V. LevinFix select decoding for glibc in _FORTIFY_SOURCE mode
2013-11-05 Dmitry V. LevinMore select decoding fixes
2013-11-05 Denys VlasenkoTruncate arg[0] to int in select decoding.
2013-11-05 Denys Vlasenkotest/select.c: make comment more understandable.
2013-11-05 Dr. David Alan... Fix select decoding with bogus (huge or negative) nfds.
2013-09-26 Ali PolatelWork around conflict between <sys/ptrace.h> and <linux...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-09-11 William ManleyAdd support for decoding sync_file_range
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
next