Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c6701adb14 
							
						 
					 
					
						
						
							
							Add silent rules to corosync make to more easily find warnings  
						
						... 
						
						
						
						Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com> 
						
					 
					
						2011-12-06 09:00:32 -07:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							cdf5e95ab4 
							
						 
					 
					
						
						
							
							Make realtime scheduling optional not the default.  
						
						... 
						
						
						
						Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-08-09 10:37:16 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							a716f13bf9 
							
						 
					 
					
						
						
							
							Fix some compiler warnings  
						
						... 
						
						
						
						Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-08-09 10:37:16 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							fce8a3c3b6 
							
						 
					 
					
						
						
							
							libqb: convert coropoll calls to qb_loop calls.  
						
						... 
						
						
						
						Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-08-09 10:37:14 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							6fa114ac8d 
							
						 
					 
					
						
						
							
							Add systemd unit files for corosync and corosync-notifyd  
						
						... 
						
						
						
						Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-08-09 08:21:02 +10:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							8c717c22b2 
							
						 
					 
					
						
						
							
							Remove spinlocks  
						
						... 
						
						
						
						Spinlocks are now removed, because even spinlock can improve
speed is some special cases, in most cases it makes corosync CPU usage
much more intensive and less responsive then if only mutexes are used.
What we were doing is:
pthread_mutex_lock
pthread_spin_lock
pthread_spin_unlock
pthread_mutex_unlock
what is not safe.
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-06-29 12:01:54 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							424200d962 
							
						 
					 
					
						
						
							
							configure.ac: Align --enable-* options description  
						
						... 
						
						
						
						Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-06-22 11:29:39 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							5a6a8a0c9e 
							
						 
					 
					
						
						
							
							configure.ac: change edefault to default  
						
						... 
						
						
						
						Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-06-22 11:25:08 +02:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ba64c1eb 
							
						 
					 
					
						
						
							
							docs: auto-generate the version  
						
						... 
						
						
						
						Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-03-12 19:39:04 +11:00 
						 
				 
			
				
					
						
							
							
								Russell Bryant 
							
						 
					 
					
						
						
						
						
							
						
						
							8ed864ddc5 
							
						 
					 
					
						
						
							
							Minor build system updates for doxygen.  
						
						... 
						
						
						
						The configure script has been updated to check for the doxygen and dot
applications (from doxygen and graphviz).  The results from these checks
are now used in the Makefile to ensure that the tools are installed when
you run "make doxygen".  If they are not, it will generate a helpful
error message.
Signed-off-by: Russell Bryant <russell@russellbryant.net>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2011-03-07 08:36:53 -06:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							2a568d6e79 
							
						 
					 
					
						
						
							
							Add dbus and snmp notifier  
						
						... 
						
						
						
						This is to send dbus events on major cluster events:
 - membership changes
 - application connect/dissconnet from corosync
 - quorum changes
dbus events can then be converted into snmp traps by foghorn or
corosync-notifyd can be run to directly send snmp traps.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Signed-off-by: Lon Hohberger <lhh@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Russell Bryant <russell@russellbryant.net>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com> 
						
					 
					
						2011-02-04 09:47:35 -07:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							b2400314b2 
							
						 
					 
					
						
						
							
							add release script and git based versioning  
						
						... 
						
						
						
						Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com> 
						
					 
					
						2010-11-10 07:46:53 -07:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							07d06c0c0f 
							
						 
					 
					
						
						
							
							Add monitoring and watchdog services.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3053  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-09-27 21:12:03 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							04dcca855b 
							
						 
					 
					
						
						
							
							configure: cleanup formatting.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3049  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-09-25 07:05:54 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							d9fde27b22 
							
						 
					 
					
						
						
							
							Patch from Kacper Kowalik to add support for --enable-user-flags configure  
						
						... 
						
						
						
						option.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3041  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-09-14 17:27:27 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							6db1291e74 
							
						 
					 
					
						
						
							
							Bump version to 1.2.8.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3034  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-08-31 19:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							3f564e2be1 
							
						 
					 
					
						
						
							
							Build properly with different versions of libc by including all posix APIs  
						
						... 
						
						
						
						in header definitions.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3030  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-08-31 18:55:27 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							8374740020 
							
						 
					 
					
						
						
							
							Change trunk version to 1.2.7.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3007  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-07-27 21:32:39 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							d95e91d6e0 
							
						 
					 
					
						
						
							
							Bump trunk revision to 1.2.6.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2980  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-06-30 19:42:04 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							37ce634603 
							
						 
					 
					
						
						
							
							Change version to 1.2.5 in trunk.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2956  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-06-21 18:17:47 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							d5ba2d38c1 
							
						 
					 
					
						
						
							
							update version to 1.2.4.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2939  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-06-09 21:56:37 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							68c580fc54 
							
						 
					 
					
						
						
							
							Bump revision to 1.2.3.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2901  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-05-19 14:01:06 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							5211e03908 
							
						 
					 
					
						
						
							
							Bump version to 1.2.2.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2818  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-05-13 04:42:06 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							534891da2b 
							
						 
					 
					
						
						
							
							configure: minor change to get tab completion to work  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2811  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-05-12 09:24:03 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							9e21960b6f 
							
						 
					 
					
						
						
							
							test for augtool before using it in "make check"  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2762  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-04-14 23:09:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							4b18364c61 
							
						 
					 
					
						
						
							
							Support for specific libraries version  
						
						... 
						
						
						
						Patch adds support for changing version number of library simply by edit
lib$(LIB).verso file.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2752  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-04-01 12:35:31 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							9a862803aa 
							
						 
					 
					
						
						
							
							Fix code coverage with lcrso's  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2729  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-03-24 22:14:25 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							65695c3149 
							
						 
					 
					
						
						
							
							Bump version to 1.2.1.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2723  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-03-23 21:49:46 +00:00 
						 
				 
			
				
					
						
							
							
								Christine Caulfield 
							
						 
					 
					
						
						
						
						
							
						
						
							1baa7b2ab3 
							
						 
					 
					
						
						
							
							Add a reload callback to libconfdb.  
						
						... 
						
						
						
						This also increments the libconfdb version to 4.1.0
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2683  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-03-16 09:51:30 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							4e7ded5bf3 
							
						 
					 
					
						
						
							
							Add tsafe (thread safe) file to catch unsafe function calls.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2669  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-03-03 01:27:37 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							824fd8e82a 
							
						 
					 
					
						
						
							
							Add a test harness to corosync that uses CTS from pacemaker.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2668  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-03-03 00:08:57 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							07f506f0ac 
							
						 
					 
					
						
						
							
							Add augeas lense for corosync.conf  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2658  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2010-02-17 00:27:35 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							d891884c27 
							
						 
					 
					
						
						
							
							Bump verion to 1.2.0.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2581  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-12-08 00:02:00 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							c6242c9a52 
							
						 
					 
					
						
						
							
							Remove potentially thread unsafe call of strftime  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2571  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-12-07 17:14:44 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							9edbf61401 
							
						 
					 
					
						
						
							
							bsd: Fix mlockall on FreeBSD version >= 8.0  
						
						... 
						
						
						
						FreeBSD version 8.0 and greater supports mlockall
syscall correctly. So configure.ac is changed to detect
FreeBSD version and main.c is changed to support it.
Resolves: rhbz#513687
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2560  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-12-02 15:09:18 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							dac5df7dd8 
							
						 
					 
					
						
						
							
							Clean up init scripts and make a single generic one  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2554  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-11-30 18:56:28 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c3191a8f95 
							
						 
					 
					
						
						
							
							Bump version to 1.1.2.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2537  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-10-22 22:30:59 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							181bfb6908 
							
						 
					 
					
						
						
							
							Bump revision to 1.1.1.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2533  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-10-20 22:40:29 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							95de20fb8f 
							
						 
					 
					
						
						
							
							Change version to 1.1.0 in trunk.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2504  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-25 07:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							978b60806b 
							
						 
					 
					
						
						
							
							Totem IBA implementation.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2481  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-25 06:23:04 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Beekhof 
							
						 
					 
					
						
						
						
						
							
						
						
							8ec3339ba3 
							
						 
					 
					
						
						
							
							Darwin libraries need -install_name otherwise they're not usable without DYLD_LIBRARY_PATH (which is highly unrecommended)  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2417  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-16 09:02:35 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							350cc0ae42 
							
						 
					 
					
						
						
							
							log the built-in features at startup  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2411  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-10 01:51:32 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							b13a7aba13 
							
						 
					 
					
						
						
							
							add small-memory-footprint option to configure  
						
						... 
						
						
						
						This adds the following option to configure:
--enable-small-memory-footprint
When enabled the following defines are set
to reduce the overall memory footprint.
MESSAGE_SIZE_MAX=1024*64
MESSAGE_QUEUE_MAX=512
PROCESSOR_COUNT_MAX=16
IPC_REQUEST_SIZE=1024*64
IPC_RESPONSE_SIZE=1024*64
IPC_DISPATCH_SIZE=1024*64
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2410  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-09 18:58:38 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Salkeld 
							
						 
					 
					
						
						
						
						
							
						
						
							f3b92eb6b3 
							
						 
					 
					
						
						
							
							Only insert the filename into the log, not the path.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2408  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-09-09 00:25:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							db87fb8f56 
							
						 
					 
					
						
						
							
							Implementation of cpg_iteration functions  
						
						... 
						
						
						
						This functions allows iterate available cpg groups
and their members. API is modelled like ckpt iteration
functions.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2399  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-08-31 09:23:16 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							9931d50b31 
							
						 
					 
					
						
						
							
							Support for -v (version) feature  
						
						... 
						
						
						
						This can be usefull for easier way to get informations
of the corosync version from users. Version and SVN
revision (get by svninfo -c) are displayed.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2381  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-08-04 07:39:03 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							5225b3809c 
							
						 
					 
					
						
						
							
							Initial infrastructure changes to support iba.  Split totemnet into  
						
						... 
						
						
						
						totemiba and totemudp and have totemnet call the appropriate transport
calls.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2367  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-07-21 18:17:15 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							279e297842 
							
						 
					 
					
						
						
							
							Darwin is missing the sched_setscheduler system call.  
						
						... 
						
						
						
						Patch detects it and resolves the build failure.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2366  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-07-21 01:31:39 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							021ef592b2 
							
						 
					 
					
						
						
							
							Bump version in trunk  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2355  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-07-10 04:55:34 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							ed9beee011 
							
						 
					 
					
						
						
							
							Reset version to 0.99 in configure.ac to unbreak rpm/srpm.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2321  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-30 07:05:50 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							f4f2c01a17 
							
						 
					 
					
						
						
							
							Reset 0.98 in configure.ac to trunk so toplevel makefile works properly  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2319  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-29 23:32:17 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							2e1da23f9d 
							
						 
					 
					
						
						
							
							Fix rpm version generation and adapt release manager Makefile.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2307  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-27 04:00:15 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							b5fc4494a3 
							
						 
					 
					
						
						
							
							Add support for make srpm and make rpm targets  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2293  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-25 17:09:28 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							47a2a42f72 
							
						 
					 
					
						
						
							
							Fix make dist target  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2292  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-25 11:06:24 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							0cf6c6c7db 
							
						 
					 
					
						
						
							
							Add tests for posix scheduling apis to configure.ac and use them to determine  
						
						... 
						
						
						
						if we should set scheduling priorities or not.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2277  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-21 16:33:25 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							2135d91c27 
							
						 
					 
					
						
						
							
							Fix handling of sysconfdir  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2265  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-19 07:02:55 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							4620ca4e0b 
							
						 
					 
					
						
						
							
							Ensure Linux, BSD, Solaris, Darwin function with security authentication in  
						
						... 
						
						
						
						IPC system.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2259  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-18 21:32:45 +00:00 
						 
				 
			
				
					
						
							
							
								Jim Meyering 
							
						 
					 
					
						
						
						
						
							
						
						
							d5a1f73714 
							
						 
					 
					
						
						
							
							build: silence automake portability warnings  
						
						... 
						
						
						
						* configure.ac: Enable automake's -Wno-portability option.
We depend on GNU make.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2244  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-17 10:13:57 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							83fbff6237 
							
						 
					 
					
						
						
							
							Use rsync -a instead of cp -a to install on Solaris.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2239  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-14 11:37:11 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							0389b65725 
							
						 
					 
					
						
						
							
							Port of coroipc system to Solaris.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2238  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-14 11:36:18 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Friesse 
							
						 
					 
					
						
						
						
						
							
						
						
							c54e74e3f6 
							
						 
					 
					
						
						
							
							Make /etc/corosync/corosync.conf default configuration file  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2235  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-12 10:22:32 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							eda973e857 
							
						 
					 
					
						
						
							
							Fix library linking fallout.. again  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2233  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-11 14:18:26 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c4fde87acf 
							
						 
					 
					
						
						
							
							Fix compile on BSD platforms.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2229  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-10 14:28:46 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							ae8fd0a6e0 
							
						 
					 
					
						
						
							
							Fix semun definitions for various platforms.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2228  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-10 14:28:16 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							3d7f87779a 
							
						 
					 
					
						
						
							
							Add support for buildling on Solaris platforms.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2222  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-07 07:53:56 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Beekhof 
							
						 
					 
					
						
						
						
						
							
						
						
							b62ed77691 
							
						 
					 
					
						
						
							
							Fix compilation on OSX/Darwin  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2206  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-06-03 10:46:07 +00:00 
						 
				 
			
				
					
						
							
							
								Jim Meyering 
							
						 
					 
					
						
						
						
						
							
						
						
							d1c1e78fd0 
							
						 
					 
					
						
						
							
							remove trailing blanks  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2188  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-05-18 16:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Beekhof 
							
						 
					 
					
						
						
						
						
							
						
						
							ed836321a4 
							
						 
					 
					
						
						
							
							Minor fixes to the build process on OSX  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2161  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-27 14:51:05 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							8edb8c61ad 
							
						 
					 
					
						
						
							
							Fix --enable-nss default in configure.ac  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2154  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-26 06:26:12 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							3074491eb9 
							
						 
					 
					
						
						
							
							Make libnss detection work properly.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2153  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-26 05:22:24 +00:00 
						 
				 
			
				
					
						
							
							
								Christine Caulfield 
							
						 
					 
					
						
						
						
						
							
						
						
							e9660ee62f 
							
						 
					 
					
						
						
							
							Add libnss security support to corosync.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2145  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-25 14:05:27 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							bc7939d8de 
							
						 
					 
					
						
						
							
							Bump SONAME to 4.0.0  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2144  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-24 10:06:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jim Meyering 
							
						 
					 
					
						
						
						
						
							
						
						
							adb83d781e 
							
						 
					 
					
						
						
							
							configure.ac: enable gcc's -Wshadow warning  
						
						... 
						
						
						
						* configure.ac (WARNLIST): Add -Wshadow to the list.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2078  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-15 19:13:37 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							1c993d68e6 
							
						 
					 
					
						
						
							
							Autodetect build environment for configure for developers.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2058  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-14 06:35:46 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c4b0fdd714 
							
						 
					 
					
						
						
							
							Remove qualifier check in warnings list.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2054  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-10 03:07:17 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c1d206eafb 
							
						 
					 
					
						
						
							
							Remove wrong project name.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2020  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-04-07 21:42:59 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							e59f78bdc4 
							
						 
					 
					
						
						
							
							Change dist to build corosync-trunk.tar.gz.  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1891  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-23 14:42:38 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Dake 
							
						 
					 
					
						
						
						
						
							
						
						
							c5fc824d7f 
							
						 
					 
					
						
						
							
							Abstracted Shared Memory IPC library  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1885  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-22 15:28:54 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							031c02f589 
							
						 
					 
					
						
						
							
							- Every .c file should include "config.h" to get the right defines...  
						
						... 
						
						
						
						- services/Makefile.am: add include search paths for config.h
- include/corosync/cs_config.h.in exports LCRSODIR and SOCKETDIR
- tools/Makefile.am: drop -D defines for dirs that are now in
cs_config.h or config.h
- configure.ac: sanitize prefix and exec_prefix paths. Export DIRS in
*config.h
- lib/Makefile.am: : drop -D defines for dirs that are now in
cs_config.h or config.h. Add rule to build lcr_ifact.o or building from
lib/ fails miserably
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1877  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-19 12:58:53 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							4a19ef8216 
							
						 
					 
					
						
						
							
							Fix DARWIN_OPTS expansion  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1863  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-18 08:30:25 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							17658c56e6 
							
						 
					 
					
						
						
							
							Fix doc stuff  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1860  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-17 13:25:12 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							471bbb68e5 
							
						 
					 
					
						
						
							
							Drop tarball name from AC_INIT as it confuses the hell out of what we need  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1858  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-17 12:44:47 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							6ce3b4e526 
							
						 
					 
					
						
						
							
							Fix the whole manpage stuff  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1857  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-17 12:43:41 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							2feb8f959c 
							
						 
					 
					
						
						
							
							Add support for SOCKETDIR  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1856  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-17 10:46:19 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							20e0336de5 
							
						 
					 
					
						
						
							
							configure.ac:  
						
						... 
						
						
						
						- Fix white space for --help.
 - Drop LCRSODIR as global and move it to local directory.
all */Makefile.am:
 - export -DDIRECTORY_NAME as required (for now only LCRSO and
SYSCONFDIR)
top level Makefile.am:
- drop hardcoded ETCDIR that is just wrong and use the configured one
*.c files around:
- drop hardcoded ETCDIR and use configured one.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1853  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-16 13:54:40 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							14a1780f5d 
							
						 
					 
					
						
						
							
							Fix LCRSO handling  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1852  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-16 13:15:25 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							0641498a34 
							
						 
					 
					
						
						
							
							Make everything < 80 cols  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1851  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-16 11:50:19 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							9ea71412d8 
							
						 
					 
					
						
						
							
							remove comment  
						
						... 
						
						
						
						fix quoting
make GCC test portable
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1850  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-16 11:36:49 +00:00 
						 
				 
			
				
					
						
							
							
								Fabio M. Di Nitto 
							
						 
					 
					
						
						
						
						
							
						
						
							e8d5ae2510 
							
						 
					 
					
						
						
							
							Major configure.in/ac cleanup  
						
						... 
						
						
						
						git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1849  fd59a12c-fef9-0310-b244-a6a79926bd2f 
						
					 
					
						2009-03-16 11:01:50 +00:00