summaryrefslogtreecommitdiff
path: root/printsiginfo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Do not shuffle scno inside syscall_nameEugene Syromyatnikov2018-02-101-2/+2
* Handle very special __ARM_NR_-prefixed syscallsEugene Syromyatnikov2018-02-101-1/+4
* printsiginfo.c: add a comment about personality detection for SIGSYSEugene Syromyatnikov2018-02-091-0/+16
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-2/+2
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-3/+3
* printsiginfo: change len argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* printsiginfo: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* printsiginfo: cast pointers to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-251-3/+3
* printsiginfo: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-2/+2
* Print syscall names only for defined syscallsEugene Syromyatnikov2016-12-011-3/+11
* Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin2016-08-231-2/+2
* Consistently use printaddr for printing addressesDmitry V. Levin2016-06-111-6/+8
* Fix explicit casts of signed integer types to unsigned long longDmitry V. Levin2016-05-261-2/+2
* mpers: add support of conditionally compiled printersDmitry V. Levin2016-05-211-2/+4
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-1/+1
* printsiginfo: remove "verbose" argumentDmitry V. Levin2016-05-131-24/+14
* ptrace: decode data argument of PTRACE_PEEKSIGINFO requestDmitry V. Levin2016-05-131-0/+18
* Do not sign-extend siginfo_t.si_syscallDmitry V. Levin2016-05-121-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+34
* Mpersify printsiginfo_at printerElvira Khabirova2015-08-281-2/+10
* printsiginfo.c: fix integer conversionsElvira Khabirova2015-08-211-4/+4
* signal: SIGSYS: decode si_syscall & si_arch fieldsMike Frysinger2015-08-181-2/+5
* defs.h: do not include <signal.h>Dmitry V. Levin2015-07-181-0/+4
* printsiginfo.c: use umove_or_printaddrDmitry V. Levin2015-07-181-9/+3
* signal.c: move siginfo_t parsers to a separate fileDmitry V. Levin2015-03-271-0/+201