]> granicus.if.org Git - strace/shortlog
strace
2012-05-15 Dmitry V. LevinMake x86-64 build free of artificial warnings
2012-05-14 Dmitry V. LevinFix kernel release string parsing
2012-05-14 Denys VlasenkoOn clearing "breakpopint", restore syscall number too
2012-05-05 Mike Frysingerutil: fix building when glibc has a stub process_vm_readv
2012-05-03 Dmitry V. Levindoc: describe documentation policy
2012-05-02 Dmitry V. Levinmaint: post-release administrivia
2012-05-02 Dmitry V. LevinPrepare for 4.7 release v4.7
2012-05-02 Dmitry V. LevinFix build with <linux/loop.h> from 2.6.18 kernel headers
2012-05-01 Dmitry V. Levin* vsprintf.c: Check for USE_CUSTOM_PRINTF earlier.
2012-05-01 Dmitry V. LevinRemove duplicate names from CREDITS
2012-05-01 Dmitry V. Levintests: raise strace check timeout to 60 seconds
2012-05-01 Dmitry V. LevinUpdate STA_* constants
2012-05-01 Dmitry V. LevinNEWS: update for release
2012-05-01 Dmitry V. LevinMake printing of utsname.domainname more portable
2012-05-01 Dmitry V. LevinFix recvmmsg decode: do not show more data than actuall...
2012-05-01 Dmitry V. LevinRemove recently introduced use of ULONG_MAX
2012-04-28 Denys VlasenkoEnable printing of uts.domainname in uname syscall
2012-04-28 Denys VlasenkoFix printstr's len parameter width
2012-04-28 Denys VlasenkoFix recvmsg decode: do not show more data than actually...
2012-04-27 Dmitry V. LevinPackage strace-log-merge
2012-04-27 Mike FrysingerNEWS: clarify & fix typo
2012-04-27 Mike FrysingerCast current_wordsize to an int
2012-04-20 Dmitry V. LevinUpdate NEWS for upcoming 4.7 release
2012-04-20 Dmitry V. LevinSync strace.spec and debian/ with packages
2012-04-18 Mike FrysingerDecode /dev/loop ioctls
2012-04-18 H.J. Lux32: add ia32 support
2012-04-17 H.J. LuCast clock_t type to unsigned long long
2012-04-16 Denys VlasenkoAdd custom (faster) vfprintf implementation (disabled...
2012-04-16 Denys VlasenkoStop using %h[h]u format specifiers
2012-04-16 Denys VlasenkoTrivial speed optimization
2012-04-16 H.J. LuFix a problem with sys_lseek on x32
2012-04-16 H.J. LuAdd x32 support to strace
2012-04-16 H.J. LuRestore tcb::u_lrval; fix lseek on MIPS-n32
2012-04-06 Mike FrysingerDecode mtd ioctls
2012-04-05 Mike FrysingerFix indefinite hang on no-mmu systems
2012-03-29 Denys VlasenkoMakefile.am: whitespace fix
2012-03-27 Anton Blanchardpowerpc: Add syscall entries for direct socket system...
2012-03-26 Dmitry V. Levinqual_syscall: fix potential NULL dereference
2012-03-26 Dmitry V. Levinstrace-log-merge: fix file suffix calculation
2012-03-26 Denys VlasenkoRemove unreachable code
2012-03-26 Denys Vlasenkomanpage: remove false info about -p being limited to...
2012-03-26 Denys VlasenkoTweak help text and manpage (added -In to manpage)
2012-03-25 Dmitry V. Levinprintstr: check for potential integer overflow
2012-03-25 Dmitry V. LevinRobustify parsing of numbers from strings
2012-03-25 Dmitry V. Levinstrace-log-merge: enhance usage error diagnostics
2012-03-25 Dmitry V. Levinconfigure.ac: sort lists and use m4_normalize to ease...
2012-03-23 Denys VlasenkoSimple optimizations
2012-03-23 Denys VlasenkoReorder declarations in defs.h. No code changes
2012-03-22 Denys VlasenkoSimplify current tcp switching and current column handling
2012-03-22 Denys VlasenkoMake threaded execve handling code more reabable and...
2012-03-21 Denys Vlasenkosimple cleanups in defs.h. No logic changes.
2012-03-21 Denys VlasenkoShow "+++ exited..." with -C
2012-03-21 Denys VlasenkoSlight tweak to qemu_multiarch_testing scripts
2012-03-21 Denys VlasenkoReplace reprinting decision logic
2012-03-21 Denys VlasenkoReport some ptrace failures; nuke tcp->ptrace_errno
2012-03-20 Denys VlasenkoEliminate redundant checks of res variable
2012-03-20 Denys VlasenkoRename POWERPC-specific static variable result to ppc_r...
2012-03-20 Denys VlasenkoRemove redundant checks in syscall entry/exit, rename...
2012-03-20 Denys VlasenkoTrivial tweaks. No logic changes
2012-03-20 Denys VlasenkoMake ptrace_restart() static. No code changes
2012-03-20 Dmitry V. LevinDo not include limits.h unnecessarily
2012-03-20 Denys VlasenkoPartially revert last change
2012-03-20 Denys VlasenkoSimplify search in ioctl table
2012-03-19 Denys VlasenkoUpdate qemu build script: now tries to upload result...
2012-03-19 Denys VlasenkoShrink space needed by undefined syscalls in syscall...
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-18 Denys VlasenkoFix mips64 build failure: sys_pwrite64 doesn't exist.
2012-03-18 Denys Vlasenkoqemu_multiarch_testing/: a directory with scripts for...
2012-03-18 Denys VlasenkoMake internal_fork and internal_exec static
2012-03-18 Denys VlasenkoRemove code which is not used on Linux
2012-03-18 Denys VlasenkoRemove unused version of sys_lseek
2012-03-17 Denys VlasenkoRevert "Remove underscores from a few syscall names...
2012-03-17 Denys VlasenkoSimplify sys_lseek64 conditional compilation.
2012-03-17 Denys VlasenkoRemove underscores from a few syscall names which have...
2012-03-17 Denys VlasenkoRemove unused struct tcb::baddr field
2012-03-17 Denys VlasenkoRemove unused PTRACE_WRITE{TEXT,DATA} constants (they...
2012-03-17 Denys VlasenkoReindent case labels. No code changes
2012-03-17 Denys VlasenkoRemove unused constants. No code changes
2012-03-17 Denys VlasenkoMove change_syscall() to its only user and make it...
2012-03-17 Denys VlasenkoMAP_ANON is the same as MAP_ANONYMOUS, no need to have...
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-17 Denys Vlasenkotest/threaded_execve: make it also test a case when...
2012-03-16 Dmitry V. LevinImplement prlimit64 decoding, rewrite [gs]etrlimit...
2012-03-16 Denys VlasenkoRemove another "interrupt to quit" message
2012-03-16 Denys VlasenkoFix "strace -oFILE -ff -p<nonexistant_pid>" behavior
2012-03-16 Denys VlasenkoMake alloc_tcb and droptcb static. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-16 Dmitry V. Levinscsi.c: add copyright header
2012-03-15 Dmitry V. LevinEnhance capget and capset syscalls decoding
2012-03-15 Dmitry V. LevinRemove unused code
2012-03-15 Dmitry V. LevinFix IPC decoding on alpha and arm
2012-03-15 Dmitry V. Levinarm: fix compilation warnings
2012-03-15 Dmitry V. Levintests: robustify again buggy shells
2012-03-15 Mike Frysingerimprove ifdef check with decode_subcall
2012-03-15 Mike Frysingeralpha: fix decode of osf_sigprocmask
2012-03-15 Denys VlasenkoFix array size calculation in previous commit
2012-03-15 Denys Vlasenkopathtrace_select() is never called with NULL, remove...
2012-03-15 Denys Vlasenkomanpage: remove bugs which are fixed
2012-03-15 Denys VlasenkoSimplify SIGCHLD handler setting
2012-03-15 Denys VlasenkoWhen reporting signals, use short signal names (SIGfoo...
next