summaryrefslogtreecommitdiff
path: root/print_sigevent.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Use printsignal instead of signameEugene Syromyatnikov2018-12-171-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* print_sigevent: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* print_sigevent: remove redundant castDmitry V. Levin2016-12-221-1/+1
* print_sigevent: fix field names of sigev_value structureEugene Syromyatnikov2016-11-291-1/+1
* Consistently use printaddr for printing addressesDmitry V. Levin2016-06-111-4/+6
* mpers: add support of conditionally compiled printersDmitry V. Levin2016-05-211-1/+1
* Fix struct sigevent decoding for muslDmitry V. Levin2016-01-121-25/+6
* mpers: skip xlat struct definitions in mpers modeDmitry V. Levin2015-11-201-3/+1
* Enhance parser of struct sigeventDmitry V. Levin2015-09-171-24/+48
* Convert parser of struct sigevent to new mpers infrastructureDmitry V. Levin2015-09-161-50/+13
* Move parser of struct sigevent to a separate fileDmitry V. Levin2015-09-161-0/+111