[sudo-commits] sudo changeset 11497:b1bfccec8b13

Todd C. Miller Todd.Miller at sudo.ws
Sat Aug 25 21:23:06 MDT 2018


changeset:	11497:b1bfccec8b13 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b1bfccec8b13
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 25 21:02:05 2018 -0600

Log Message:
	Use struct timespec, not struct timeval in the event subsystem.
	Use ppoll() or pselect() if avaialble which use timespec.

diffstat:

 config.h.in                  |   6 ++++
 configure                    |  42 ++++++++++++++++++++++++------
 configure.ac                 |   5 ++-
 include/sudo_event.h         |   8 ++--
 lib/util/event.c             |  42 +++++++++++++++---------------
 lib/util/event_poll.c        |  43 +++++++++++++++++++++++--------
 lib/util/event_select.c      |  45 ++++++++++++++++++++++++--------
 plugins/sudoers/iolog_util.h |   2 +-
 plugins/sudoers/sudoers.h    |   2 +-
 plugins/sudoers/sudoreplay.c |  60 ++++++++++++++++++++++----------------------
 10 files changed, 165 insertions(+), 90 deletions(-)


More information about the sudo-commits mailing list