[Xorp-cvs] XORP cvs commit: xorp xorp/libxorp xorp/mibs

Bruce Simpson bms at icir.org
Tue Sep 4 09:00:54 PDT 2007


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms at xorpc.icir.org	2007-09-04 16:00:54 UTC

XORP CVS repository


Modified files:
	.             Makefile.in MakefileRootCheck.in config.h.in 
	              configure configure.in 
	libxorp       clock.cc timeval.hh 
	mibs          Makefile.in configure 

Log message:
	Use clock_gettime() with CLOCK_MONOTONIC on systems where this
	timer is available, to avoid situations where the system time-of-day
	timer may potentially go backwards, causing callbacks to be invoked
	too late or not at all.
	Add timeval glue for POSIX struct timespec.
	Regen.

Revision  Changes                                    Path
1.53      +2 -2;  commitid: bf3b46dd811a7ea6;        xorp/Makefile.in
1.15      +2 -2;  commitid: bf3b46dd811a7ea6;        xorp/MakefileRootCheck.in
1.92      +3 -0;  commitid: bf3b46dd811a7ea6;        xorp/config.h.in
1.269     +3207 -2750;  commitid: bf3b46dd811a7ea6;  xorp/configure
1.211     +5 -2;  commitid: bf3b46dd811a7ea6;        xorp/configure.in
1.6       +16 -7;  commitid: bf3b46dd811a7ea6;       xorp/libxorp/clock.cc
1.33      +50 -1;  commitid: bf3b46dd811a7ea6;       xorp/libxorp/timeval.hh
1.50      +2 -2;  commitid: bf3b46dd811a7ea6;        xorp/mibs/Makefile.in
1.57      +3757 -3511;  commitid: bf3b46dd811a7ea6;  xorp/mibs/configure



More information about the Xorp-cvs mailing list