]> granicus.if.org Git - strace/history - signal.c
Use printflags64 instead of printflags_long
[strace] / signal.c
2016-12-25 Dmitry V. Levinsignal: change address argument type from unsigned...
2016-12-25 Dmitry V. Levinprint_sigset_addr_len: change len argument type from...
2016-12-25 Dmitry V. Levinprint_sigset_addr_len: change address argument type...
2016-12-23 Dmitry V. LevinRename LONG_LONG to ULONG_LONG and change it to return...
2016-11-29 Eugene Syromyatnikovsignal: fix omission of field names in sigaction printers
2016-08-31 Eugene SyromiatnikovRefactor common sa_handler printing code
2016-08-30 Dmitry V. LevinRemove HAVE_SIGACTION checks
2016-08-20 Dmitry V. LevinFix compat decoding of struct sigaction.sa_mask on...
2016-07-18 Dmitry V. LevinFix race condition in decoding rt_sigtimedwait's timeou...
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-04-27 Dmitry V. LevinFix decoding of pid_t arguments of kill and tgkill...
2016-02-19 Dmitry V. LevinPrint pid_t arguments of rt_sigqueueinfo and rt_tgsigqu...
2016-02-19 Dmitry V. LevinPrint rt_sigtimedwait return value as a signal name
2016-02-19 Dmitry V. LevinFix corner cases of rt_sigpending syscall decoder
2016-01-12 Dmitry V. Levinsignal.c: fix musl libc compilation warning
2015-09-19 Dmitry V. LevinAdd helper functions to clear/restore syserror
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
2015-08-28 Elvira KhabirovaMpersify printsiginfo_at printer
2015-08-03 Dmitry V. Levinsignal.c: move signalfd parsers to a separate file
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-17 Dmitry V. Levinsignal.c: make use of RVAL_DECODED
2015-07-17 Dmitry V. Levinsignal.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-26 Dmitry V. Levinsignal.c: move sigaltstack parser to a separate file
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-03-12 Andreas Schwabm68k: define HAVE_SA_RESTORER
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-03-05 Dmitry V. Levinia64: use PTRACE_GETREGS to fetch registers
2015-03-05 Dmitry V. Levins390, s390x: use PTRACE_GETREGSET to fetch registers
2015-03-05 Dmitry V. LevinUse SIGRTMIN from kernel headers
2015-03-05 Dmitry V. Levinppc64: fix compilation warning
2015-03-05 Dmitry V. Levini386: simplify sigreturn decoding
2015-03-04 Dmitry V. Levinsigreturn: print signal mask as a syscall argument
2015-03-04 Dmitry V. Levinaarch64: implement rt_sigreturn decoding
2015-03-04 Dmitry V. Levinarm: simplify sigreturn decoding
2015-03-04 Dmitry V. Levins390: fix sigreturn decoding
2015-03-04 Dmitry V. Levinmips o32: fix sigreturn decoding
2015-03-04 Dmitry V. Levinx86_64, x32: implement rt_sigreturn decoding
2015-03-04 Dmitry V. Levinsparc, sparc64: fix sigreturn decoding
2015-03-04 Dmitry V. Levinppc, ppc64: fix sigreturn decoding
2015-03-04 Dmitry V. Levinsigreturn: issue a less innocuous warning
2015-03-04 Dmitry V. Levinia64: fix sigreturn decoding
2015-02-28 Dmitry V. Levinsparc, sparc64: fix rt_sigaction decoding
2015-02-28 Dmitry V. Levinbuild: include ptrace.h after regs.h
2015-02-23 Dmitry V. Levinx86_64, x32: fix sys_sigreturn
2015-02-23 Dmitry V. LevinChange errnoent.h files to use designated initializers
2015-02-16 Dmitry V. Levinmips: use PTRACE_GETREGS to fetch all registers
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-01-13 Dmitry V. Levinbuild: fix build if siginfo_t lacks si_timerid/si_overrun
2014-10-31 Maarten ter HuurneInclude <linux/ptrace.h> regardless of <sys/reg.h>...
2014-09-17 Vicente Olivert... sigaction: wrap sa_restorer in #ifdef SA_RESTORER consi...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-08-14 Mike Frysingeria64: fix sigaction decoding
2014-08-10 Mike Frysingersignal: fix thinko in sa_restorer
2014-08-09 Mike Frysingerhppa: fix sigaction decoding
2014-08-09 Mike Frysingeralpha: fix sigaction decoding
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-03-11 Dmitry V. Levinprintsiginfo: add SIGSYS decoding
2014-03-11 Dmitry V. LevinUpdate siginfo codes
2014-03-11 Dmitry V. LevinFactor out printing of si_pid and si_uid members of...
2014-03-10 Elliott HughesImprove SI_TIMER decoding
2014-02-28 Elliott HughesAdd multi-personality support to struct old_sigaction...
2014-02-27 Dmitry V. LevinAdd multi-personality support to stack_t decoding
2014-02-27 Dmitry V. LevinRewrite signal mask decoding without sigset_t
2014-02-08 Dmitry V. LevinFix sigaction reporting on non-x86 architectures
2014-02-07 Dmitry V. Levinarm: fix compilation warning
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2014-01-08 Chris Dearmanmips: fix sigaction reporting
2014-01-08 Dmitry V. LevinFactor out struct sigaction printing code
2013-12-31 Mike FrysingerDelete old PTRACE_{PEEK,POKE}USR logic
2013-11-12 Dmitry V. LevinUse struct sigcontext instead of struct sigcontext_struct
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 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 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 VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Anton Blanchardpowerpc: Use PTRACE_GETREGS to fetch all registers
2013-05-23 Chris Metcalftile: use siginfo_t, not struct siginfo
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
next