History log of /external/strace/poll.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2950de36314b5ea88a3741e24f948113358f7ce2 18-Sep-2015 Dmitry V. Levin <ldv@altlinux.org> Convert another parser of struct timespec to new mpers infrastructure

* print_time.c (sprint_timespec): New mpers printer.
* defs.h (TIMESPEC_TEXT_BUFSIZE): Update.
(sprint_timespec): Remove.
* time.c (sprint_timespec): Remove.
* net.c (sys_recvmmsg): Update callers.
* poll.c (decode_poll_exiting): Likewise.
/external/strace/poll.c
3b9d315e8c5ff753ede067af121da9decad9d182 01-Aug-2015 Dmitry V. Levin <ldv@altlinux.org> decode_poll_exiting: reserve more space in output buffer

* poll.c (decode_poll_exiting): Reserve more space in output buffer.
/external/strace/poll.c
d9fb450748bcb413be09f705958c6335f22fca62 30-Jul-2015 Dmitry V. Levin <ldv@altlinux.org> Cleanup poll/ppoll decoders

* poll.c (decode_poll): Split into print_pollfd, decode_poll_entering,
and decode_poll_exiting.
(sys_poll, sys_ppoll): Update callers.
* tests/ppoll.c: New file.
* tests/ppoll.expected: Likewise.
* tests/ppoll-v.expected: Likewise.
* tests/ppoll.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add ppoll.
(TESTS): Add ppoll.test.
(EXTRA_DIST): Add ppoll.expected and ppoll-v.expected.
* tests/.gitignore: Add ppoll.
/external/strace/poll.c
c18b002fe995d59d1b0e1c8e492ea1dc11884bff 30-Jul-2015 Dmitry V. Levin <ldv@altlinux.org> poll: print timeout argument as int

* poll.c (sys_poll): Explicitly cast timeout argument to int.
/external/strace/poll.c
811bda62252afb7b14d2d3de092145947ac98650 30-Jul-2015 Dmitry V. Levin <ldv@altlinux.org> stream.c: move poll and ppoll parsers to a separate file

* poll.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* stream.c (decode_poll, sys_poll, sys_ppoll): Move to poll.c.
/external/strace/poll.c