[Xorp-cvs] XORP cvs commit: xorp xorp/docs/libxorp xorp/fea xorp/libxipc xorp/libxorp xorp/mrt xorp/pim xorp/rip

Pavlin Radoslavov pavlin at icir.org
Sat Apr 14 01:59:53 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-14 08:59:53 UTC

XORP CVS repository


Modified files:
	.             RELEASE_NOTES config.h.in configure configure.in 
	docs/libxorp  libxorp_overview.tex 
	fea           mfea_proto_comm.cc rawsock.cc xrl_packet_acl.cc 
	libxipc       finder_xrl_target.cc test_finder_events.cc 
	              test_lemming.cc test_xrl_atom.cc 
	libxorp       random.c random.h test_asyncio.cc timeval.hh 
	              transaction.cc 
	mrt           Makefile.am Makefile.in 
	pim           pim_bsr.cc pim_config.cc pim_proto_hello.cc 
	              pim_vif.cc xorp_pimsm4.cc xorp_pimsm6.cc 
	rip           port.cc test_utils.hh 

Removed files:
	mrt           random.c random.h 

Log message:
	* Use the local system-independent xorp_random() implemenation is used
	  instead of the random(3) provided by the system:
	
	random() -> xorp_random()
	srandom() -> xorp_srandom()
	srandomdev() -> xorp_srandomdev()
	initstate() -> xorp_initstate()
	
	  Thus, it will be easier to reproduce simulation-based results
	  after XORP has framework support for (repeatable) simulations.
	
	* Remove random(3) check by autoconf, because it is not needed anymore.
	
	* Remove the mrt/random.{h,c} implementation because it is not
	  needed anymore.

Revision  Changes                                 Path
1.174     +3 -2;  commitid: 1720e462096c27ea6;    xorp/RELEASE_NOTES
1.74      +0 -3;  commitid: 1720e462096c27ea6;    xorp/config.h.in
1.233     +1 -9;  commitid: 1720e462096c27ea6;    xorp/configure
1.194     +2 -11;  commitid: 1720e462096c27ea6;   xorp/configure.in
1.29      +1 -2;  commitid: 1720e462096c27ea6;    xorp/docs/libxorp/libxorp_overview.tex
1.72      +2 -2;  commitid: 1720e462096c27ea6;    xorp/fea/mfea_proto_comm.cc
1.42      +2 -2;  commitid: 1720e462096c27ea6;    xorp/fea/rawsock.cc
1.7       +2 -2;  commitid: 1720e462096c27ea6;    xorp/fea/xrl_packet_acl.cc
1.26      +5 -5;  commitid: 1720e462096c27ea6;    xorp/libxipc/finder_xrl_target.cc
1.25      +2 -2;  commitid: 1720e462096c27ea6;    xorp/libxipc/test_finder_events.cc
1.20      +3 -5;  commitid: 1720e462096c27ea6;    xorp/libxipc/test_lemming.cc
1.15      +2 -2;  commitid: 1720e462096c27ea6;    xorp/libxipc/test_xrl_atom.cc
1.9       +32 -15;  commitid: 1720e462096c27ea6;  xorp/libxorp/random.c
1.6       +7 -11;  commitid: 1720e462096c27ea6;   xorp/libxorp/random.h
1.18      +2 -2;  commitid: 1720e462096c27ea6;    xorp/libxorp/test_asyncio.cc
1.31      +3 -3;  commitid: 1720e462096c27ea6;    xorp/libxorp/timeval.hh
1.10      +2 -2;  commitid: 1720e462096c27ea6;    xorp/libxorp/transaction.cc
1.10      +1 -3;  commitid: 1720e462096c27ea6;    xorp/mrt/Makefile.am
1.31      +3 -4;  commitid: 1720e462096c27ea6;    xorp/mrt/Makefile.in
1.8       +0 -636                                 xorp/mrt/random.c (dead)
1.5       +0 -79                                  xorp/mrt/random.h (dead)
1.50      +3 -4;  commitid: 1720e462096c27ea6;    xorp/pim/pim_bsr.cc
1.51      +3 -4;  commitid: 1720e462096c27ea6;    xorp/pim/pim_config.cc
1.27      +3 -3;  commitid: 1720e462096c27ea6;    xorp/pim/pim_proto_hello.cc
1.66      +4 -5;  commitid: 1720e462096c27ea6;    xorp/pim/pim_vif.cc
1.13      +11 -1;  commitid: 1720e462096c27ea6;   xorp/pim/xorp_pimsm4.cc
1.14      +11 -1;  commitid: 1720e462096c27ea6;   xorp/pim/xorp_pimsm6.cc
1.68      +2 -2;  commitid: 1720e462096c27ea6;    xorp/rip/port.cc
1.12      +7 -21;  commitid: 1720e462096c27ea6;   xorp/rip/test_utils.hh



More information about the Xorp-cvs mailing list