]> granicus.if.org Git - strace/history - signal.c
mtd: clamp ubi name strings
[strace] / signal.c
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-02-26 Denys VlasenkoMass replace error_msg("%s", "literal") -> error_msg...
2013-02-16 Denys VlasenkoFinish prefixing regs struct names with arch_
2013-02-15 Denys VlasenkoMacroize conditional signed widening operation
2013-02-13 Denys VlasenkoFactor out code to check addr, fetch and print siginfo
2013-02-12 Denys VlasenkoRemove unused / ambiguously used defines
2013-02-09 Dmitry V. LevinFix sigaltstack decoder
2013-02-08 Denys VlasenkoIf we are on a glibc system, assume it's at least glibc 2.1
2013-02-08 Denys VlasenkoRemove vestigial hacks around non-Linux struct sigactions
2013-02-06 Denys VlasenkoRename ARM's regs structure to arm_regs
2013-02-05 Chris MetcalfAdd tilegx support to strace
2013-02-05 Denys VlasenkoOptimize out PTRACE_PEEKUSER with -i
2012-12-06 John SpencerFix glibc version checks
2012-09-28 Dmitry V. LevinUse perror_msg instead of perror
2012-05-15 Dmitry V. LevinMake x86-64 build free of artificial warnings
2012-04-17 H.J. LuCast clock_t type to unsigned long long
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-17 Denys VlasenkoReindent case labels. No code changes
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Dmitry V. Levinarm: fix compilation warnings
2012-03-15 Mike Frysingeralpha: fix decode of osf_sigprocmask
2012-03-15 Denys VlasenkoWhen reporting signals, use short signal names (SIGfoo...
2012-03-15 Denys VlasenkoRemove extra include directives. No code changes.
2012-03-13 Dmitry V. LevinImplement sys_rt_tgsigqueueinfo syscall decoder
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoRemove a few more code parts which are unused on Linux
2012-02-25 Denys VlasenkoFix defined(FOO) style
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-01-29 Denys VlasenkoSimple optimizations
2012-01-18 Andreas SchwabFix missing parens
2012-01-18 Denys VlasenkoGet rid of TCB_SIGTRAPPED
2012-01-18 Denys VlasenkoFix old sigaction display
2012-01-10 Denys VlasenkoDisplay mask on enter to sigreturn, not on exit
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-23 Denys VlasenkoConditionally optimize out unused code
2011-08-23 Denys VlasenkoSmall optimization in signal and ioctl tables
2011-08-23 Denys VlasenkoSet saner MAX_ARGS (6 or 8) for X86_64 and I386
2011-08-23 Denys VlasenkoCosmetic fixes, no code changes
2011-08-17 Denys VlasenkoDo not detach when we think tracee is going to die.
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-13 Dmitry V. LevinIntroduce ARRAY_SIZE() macro
2011-06-08 Denys VlasenkoOptimize sigreturn handling
2011-06-08 Denys Vlasenko"Modernize" four old-style function parameter declarations
2011-06-08 Denys VlasenkoFix sigreturn decoding on MIPS
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-03-10 Dmitry V. LevinEnhance decoding of kernel-generated signals
2011-03-10 Dmitry V. LevinFix decoding of user-generated signals
2011-03-10 Dmitry V. LevinRecognize SI_KERNEL and SI_ASYNCNL
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-08-05 Edgar E. IglesiasAdd support for the MicroBlaze architecture
2010-07-13 Andreas SchwabAdd biarch support for powerpc64
2010-02-23 Andreas SchwabFix reporting signal mask by sigreturn on powerpc
2010-02-05 Chris MetcalfAdd support for the TILE architecture
2010-02-04 Dmitry V. LevinRemove dead code
2009-10-12 Mike Frysingersparc/linux: Rewrite to use asm/ptrace.h
2009-10-05 Carlos O'DonellFix SA_HANDLER function pointer comparisons for hppa
2009-10-05 Dmitry V. Levin* signal.c (do_signalfd): Fix typo in output format.
2009-06-02 Roland McGrathRevert unapproved commits.
2009-06-01 Dmitry V. Levin* bjm.c (sys_query_module): Fix format warning reported by
2009-04-15 Denys Vlasenko* signal (sys_rt_sigtimedwait): Fix sigtimedwait syscal...
2009-04-15 Denys Vlasenko* signal (sys_rt_sigaction): Print struct sigaction...
2009-04-14 Denys Vlasenko* signal.c: Whitespace, comment, and style fixes, no...
2009-02-27 Denys VlasenkoAVR32 support by Hans-Christian Egtvedt
2009-02-25 Denys VlasenkoCRIS support by Hinko Kocevar (hinko.kocevar AT cetrtap...
2009-02-24 Denys VlasenkoReplace many more bare ptrace calls with calls to wrappers
2009-02-11 Roland McGrath2009-02-10 Roland McGrath <roland@redhat.com>
2009-01-13 Denys VlasenkoFixes for ptrace() argument parsing.
2008-12-17 Denys Vlasenkotwo instances of s/sa_handler == SIG_DFL/sa_handler...
2008-12-16 Denys VlasenkoThis patch does not change any logic.
2008-11-10 Dmitry V. Levin2008-10-23 Dmitry V. Levin <ldv@altlinux.org>
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-08-20 Roland McGrath2008-08-19 Roland McGrath <roland@redhat.com>
2008-08-06 Jan Kratochvil2008-08-06 Jan Kratochvil <jan.kratochvil@redhat...
2008-07-18 Roland McGrath2008-07-17 Roland McGrath <roland@redhat.com>
2008-05-20 Roland McGrath2008-05-19 Roland McGrath <roland@redhat.com>
2008-05-20 Roland McGrath2008-05-19 Roland McGrath <roland@redhat.com>
2008-05-20 Roland McGrath2007-08-26 Daniel Jacobowitz <dan@codesourcery.com>
2007-11-04 Roland McGrath2007-11-02 Thiemo Seufer <ths@networkno.de>
2007-08-02 Roland McGrath2007-07-23 Ulrich Drepper <drepper@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@redhat.com>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@redhat.com>
2007-01-11 Dmitry V. Levin2006-12-27 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-10-13 Dmitry V. Levin2006-10-13 Ulrich Drepper <drepper@redhat.com>
2006-01-12 Roland McGrath2006-01-12 Roland McGrath <roland@redhat.com>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2005-05-09 Roland McGrath2005-04-05 Anton Blanchard <anton@samba.org>
2005-02-02 Roland McGrath2005-02-01 Roland McGrath <roland@redhat.com>
2004-10-06 Roland McGrath2004-10-06 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-08-31 Roland McGrath2004-07-12 Dmitry V. Levin <ldv@altlinux.org>
2004-07-12 Roland McGrath2004-07-07 David S. Miller <davem@nuts.davemloft...
2004-03-01 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2003-10-01 Roland McGrath2003-10-01 Roland McGrath <roland@redhat.com>
next