]> granicus.if.org Git - strace/history - poll.c
bpf: move common code to a separate function
[strace] / poll.c
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. Levinpoll: change address argument type from long to kernel_...
2016-12-23 Dmitry V. Levinpoll: change counter type from unsigned long to unsigne...
2016-12-23 Dmitry V. Levinpoll: change tracee address type from unsigned long...
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-05-16 Dmitry V. LevinFix printing of invalid struct pollfd.events
2016-05-15 Dmitry V. LevinPrepare for transition from sprintflags64 to sprintflags
2016-05-07 Dmitry V. Levinpoll.c: use print_array function
2016-02-16 Dmitry V. LevinFix abbreviated output of poll and ppoll decoders
2016-02-16 Dmitry V. LevinPrint unfetchable address in poll and ppoll decoders
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-08-01 Dmitry V. Levindecode_poll_exiting: reserve more space in output buffer
2015-07-30 Dmitry V. LevinCleanup poll/ppoll decoders
2015-07-30 Dmitry V. Levinpoll: print timeout argument as int
2015-07-30 Dmitry V. Levinstream.c: move poll and ppoll parsers to a separate...