index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
signal.c: remove excess semicolon after the end of the function
Eugene Syromyatnikov
2018-01-23
1
-1
/
+1
*
Introduce HAVE_ARCH_SA_RESTORER
Eugene Syromyatnikov
2018-01-21
1
-9
/
+5
*
Use xappendstr instead of xsnprintf where suitable
Eugene Syromyatnikov
2018-01-11
1
-4
/
+2
*
signal.c: use xs*printf instead of sprintf
Dmitry V. Levin
2018-01-07
1
-4
/
+7
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-12
/
+6
*
sparc: enhance decoding of signal number argument of sigaction syscall
Dmitry V. Levin
2017-05-28
1
-1
/
+8
*
signal: enhance printing of old_sigaction.mask
Dmitry V. Levin
2017-05-28
1
-1
/
+1
*
signal: limit scope of struct old_sigaction32 definition
Dmitry V. Levin
2017-05-28
1
-9
/
+6
*
signal: fix decoding of struct old_sigaction on some architectures
Dmitry V. Levin
2017-05-28
1
-16
/
+13
*
alpha: rename sys_sigprocmask to sys_osf_sigprocmask
Dmitry V. Levin
2017-05-28
1
-16
/
+22
*
Unify capitalisation of (c) in copyright notices
Eugene Syromyatnikov
2017-05-26
1
-1
/
+1
*
Fix compat personality support for sgetmask syscall
Dmitry V. Levin
2017-05-23
1
-1
/
+1
*
Fix decoding of sgetmask and ssetmask syscalls
Dmitry V. Levin
2017-05-22
1
-4
/
+6
*
Rename sys_sig[gs]etmask to sys_s[gs]etmask to match syscall names
Dmitry V. Levin
2017-05-21
1
-2
/
+2
*
Fix compat personality support for old sigsuspend syscall
Dmitry V. Levin
2017-05-20
1
-1
/
+19
*
alpha, cris, mips, ppc, sh, sparc: fix decoding of sigsuspend syscall
Dmitry V. Levin
2017-05-01
1
-1
/
+6
*
Introduce print_sigset_addr function
Dmitry V. Levin
2017-03-09
1
-0
/
+7
*
signal: remove redundant checks around NSIG
Dmitry V. Levin
2016-12-27
1
-3
/
+3
*
Introduce NSIG_BYTES
Dmitry V. Levin
2016-12-27
1
-15
/
+16
*
Move NSIG ifdefery to a separate header file
Dmitry V. Levin
2016-12-27
1
-8
/
+1
*
Simplify personality checks in msghdr.c and signal.c
Dmitry V. Levin
2016-12-27
1
-4
/
+4
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-8
/
+8
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-9
/
+9
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-8
/
+8
*
signal: cleanup decoding of sa_handler and sa_restorer
Dmitry V. Levin
2016-12-25
1
-35
/
+23
*
signal: change signal handler address type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
signal: change address argument type from unsigned long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+3
*
print_sigset_addr_len: change len argument type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
print_sigset_addr_len: change address argument type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-4
/
+6
*
Rename LONG_LONG to ULONG_LONG and change it to return unsigned long long
Dmitry V. Levin
2016-12-23
1
-1
/
+1
*
signal: fix omission of field names in sigaction printers
Eugene Syromyatnikov
2016-11-29
1
-8
/
+8
*
Refactor common sa_handler printing code
Eugene Syromiatnikov
2016-08-31
1
-41
/
+23
*
Remove HAVE_SIGACTION checks
Dmitry V. Levin
2016-08-30
1
-8
/
+0
*
Fix compat decoding of struct sigaction.sa_mask on big endian architectures
Dmitry V. Levin
2016-08-20
1
-1
/
+1
*
Fix race condition in decoding rt_sigtimedwait's timeout argument
Dmitry V. Levin
2016-07-18
1
-8
/
+11
*
Consistently use printaddr for printing addresses
Dmitry V. Levin
2016-06-11
1
-4
/
+6
*
Fix decoding of pid_t arguments of kill and tgkill syscalls
Dmitry V. Levin
2016-04-27
1
-5
/
+5
*
Print pid_t arguments of rt_sigqueueinfo and rt_tgsigqueueinfo as int
Dmitry V. Levin
2016-02-19
1
-2
/
+2
*
Print rt_sigtimedwait return value as a signal name
Dmitry V. Levin
2016-02-19
1
-25
/
+23
*
Fix corner cases of rt_sigpending syscall decoder
Dmitry V. Levin
2016-02-19
1
-12
/
+14
*
signal.c: fix musl libc compilation warning
Dmitry V. Levin
2016-01-12
1
-1
/
+1
*
Add helper functions to clear/restore syserror
Dmitry V. Levin
2015-09-19
1
-0
/
+9
*
Simplify use of mpers printers
Dmitry V. Levin
2015-09-16
1
-2
/
+2
*
Mpersify printsiginfo_at printer
Elvira Khabirova
2015-08-28
1
-2
/
+2
*
signal.c: move signalfd parsers to a separate file
Dmitry V. Levin
2015-08-03
1
-26
/
+0
*
defs.h: do not include <signal.h>
Dmitry V. Levin
2015-07-18
1
-0
/
+1
*
signal.c: make use of RVAL_DECODED
Dmitry V. Levin
2015-07-17
1
-52
/
+39
*
signal.c: use printaddr and umove_or_printaddr
Dmitry V. Levin
2015-07-17
1
-86
/
+44
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-37
/
+19
[next]