]> granicus.if.org Git - strace/shortlog
strace
2014-02-27 Dmitry V. LevinRewrite signal mask decoding without sigset_t
2014-02-26 Dmitry V. LevinFix build with Bionic libc
2014-02-25 James Yangpowerpc64: fix 64-bit process detection on embedded
2014-02-25 Dmitry V. LevinDo not compile scsi ioctl decoding if <scsi/sg.h> is...
2014-02-14 Dmitry V. LevinRevert "Add support for Altera's Nios-II softcore archi...
2014-02-08 Dmitry V. Levintests: tighten sigaction check
2014-02-08 Dmitry V. LevinFix sigaction reporting on non-x86 architectures
2014-02-08 Dmitry V. LevinCheck for SA_RESTORER definition in <asm/signal.h>
2014-02-07 Dmitry V. Levinarm: fix compilation warning
2014-02-06 Dmitry V. Levinkexec: fix typo
2014-02-06 Ezequiel GarciaAdd support for Altera's Nios-II softcore architecture
2014-02-05 Dmitry V. LevinImplement add_key, keyctl, and request_key decoding
2014-02-05 Dmitry V. LevinImplement ioprio_get and ioprio_set decoding
2014-02-05 Dmitry V. LevinImplement finit_module decoding
2014-02-05 Dmitry V. LevinCleanup inotify syscalls decoding
2014-02-05 Dmitry V. LevinEnhance reboot decoding
2014-02-05 Dmitry V. LevinImplement kexec_load decoding
2014-02-05 Dmitry V. LevinUse prepared editions of recently imported linux headers
2014-02-05 Dmitry V. LevinImplement fanotify_init and fanotify_mark decoding
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinItroduce XLAT_END macro to make xlat structures more...
2014-02-05 Dmitry V. LevinConvert personality_options to XLAT form
2014-02-05 Dmitry V. LevinConvert futexops to XLAT form
2014-02-05 Dmitry V. LevinConvert sigev_value to XLAT form
2014-02-05 Dmitry V. LevinUse XLAT macro
2014-02-05 Dmitry V. LevinIntroduce XLAT macro to ease maintenance of xlat structures
2014-02-04 Stefan SørensenDecode ptp ioctls
2014-02-03 Stefan SørensenDecode dynamic posix clocks
2014-02-03 Stefan SørensenUpdate ADJ_* constants
2014-02-02 Philippe OmbredanneAdd decoding of sockets descriptor 'paths' for network...
2014-02-02 Dmitry V. Levintests: rename all tests so that their names end in...
2014-01-31 Mike Frysingernet: add more sockopt options
2014-01-08 Chris Dearmanmips: fix sigaction reporting
2014-01-08 Dmitry V. LevinFactor out struct sigaction printing code
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"
next