summaryrefslogtreecommitdiff
path: root/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Use xappendstr instead of xsnprintf where suitableEugene Syromyatnikov2018-01-111-3/+1
* poll.c: use xs*printf instead of sprintfDmitry V. Levin2018-01-071-2/+5
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce NSIG_BYTESDmitry V. Levin2016-12-271-1/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-2/+2
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-5/+5
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-2/+2
* poll: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+1
* poll: change counter type from unsigned long to unsigned intDmitry V. Levin2016-12-231-2/+2
* poll: change tracee address type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-4/+5
* Replace "(unsigned long) -1L" with -1ULDmitry V. Levin2016-12-181-1/+1
* Fix printing of invalid struct pollfd.eventsDmitry V. Levin2016-05-161-1/+1
* Prepare for transition from sprintflags64 to sprintflagsDmitry V. Levin2016-05-151-1/+2
* poll.c: use print_array functionDmitry V. Levin2016-05-071-51/+19
* Fix abbreviated output of poll and ppoll decodersDmitry V. Levin2016-02-161-29/+25
* Print unfetchable address in poll and ppoll decodersDmitry V. Levin2016-02-161-6/+4
* Convert another parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-4/+3
* decode_poll_exiting: reserve more space in output bufferDmitry V. Levin2015-08-011-1/+1
* Cleanup poll/ppoll decodersDmitry V. Levin2015-07-301-117/+149
* poll: print timeout argument as intDmitry V. Levin2015-07-301-2/+2
* stream.c: move poll and ppoll parsers to a separate fileDmitry V. Levin2015-07-301-0/+192