History log of /openbsd-src/usr.sbin/sasyncd/timer.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 17cf054f 10-Apr-2018 cheloha <cheloha@openbsd.org>

Schedule events against the monotonic clock.

So that events fire punctually, even if the system clock is changed.

ok jca@


# c8c6317c 27-Aug-2016 guenther <guenther@openbsd.org>

Use %zu for size_t arguments


# 35de856e 20-Aug-2015 deraadt <deraadt@openbsd.org>

stdlib.h is in scope; do not cast malloc/calloc/realloc*
ok millert krw


# 9353ff65 29-Jun-2010 kjell <kjell@openbsd.org>

Having more than 2 log levels is silly. Use only 3 verbosity levels:
None (), Important (-v), All (-vv)
ok deraadt@


# ed520302 02-Jun-2006 moritz <moritz@openbsd.org>

whitespace cleanup, no binary change.


# 1d55a410 23-May-2005 ho <ho@openbsd.org>

Various logging fixes, handle peer disconnects better.


# 7aea46c5 30-Mar-2005 ho <ho@openbsd.org>

Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.
deraadt@ ok.