]> granicus.if.org Git - strace/history - poll.c
Update debian/watch
[strace] / poll.c
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-12 Dmitry V. LevinImplement and use new parsers of poll syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of ppoll syscall
2019-05-11 Dmitry V. LevinImplement parsers of new *time64 system calls
2019-05-04 Dmitry V. Levinpoll.c: introduce do_ppoll
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-03-15 Eugene Syromyatnikovpoll.c: remove special INFTIM handling
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-11 Eugene SyromyatnikovUse xappendstr instead of xsnprintf where suitable
2018-01-07 Dmitry V. Levinpoll.c: use xs*printf instead of sprintf
2017-05-22 Eugene SyromyatnikovAdd copyright headers
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...