Blame ChangeLogP410.txt

Packit 577717
2010-06-21	terpstra
Packit 577717
	* src/Makefile.in 1.52:
Packit 577717
	* src/configure 1.224:
Packit 577717
	* src/configure.in 1.224:
Packit 577717
		Change version numbers in anticipation of the impending 4.1 
Packit 577717
		release.
Packit 577717
Packit 577717
2010-06-18	vweaver1
Packit 577717
	* src/components/example/example.c 1.4:
Packit 577717
		Correct a comment.
Packit 577717
Packit 577717
2010-06-18	ralph
Packit 577717
	* doc/Doxyfile 1.5:
Packit 577717
	* doc/Doxyfile-everything 1.2:
Packit 577717
		Upped the version number in doxygen config files for upcoming 
Packit 577717
		release.
Packit 577717
Packit 577717
	* INSTALL.txt 1.47:
Packit 577717
		Friday afternoon typo... the command given for generating all 
Packit 577717
		documentation was wrong
Packit 577717
Packit 577717
	* src/components/lustre/linux-lustre.c 1.6:
Packit 577717
	* src/components/lustre/linux-lustre.h 1.5:
Packit 577717
		Fixed some of the comments to get doxygen's attention /* -> /**
Packit 577717
		
Packit 577717
		I'm still working out how to best do the papi_components group
Packit 577717
		but for now I just put the .h file for the component into the group. (@ingroup papi_components)
Packit 577717
		So that one file per component shows up listing.
Packit 577717
Packit 577717
	* src/papi.h 1.208:
Packit 577717
		Added a small section about components on the main doxygen 
Packit 577717
		generated page.
Packit 577717
Packit 577717
2010-06-17	jagode
Packit 577717
	* src/components/lustre/Rules.lustre 1.3:
Packit 577717
	* src/components/lustre/host_counter.c 1.2:
Packit 577717
	* src/components/lustre/host_counter.h 1.2:
Packit 577717
		Added new component for infiniband devices. Major changes for 
Packit 577717
		lustre component.
Packit 577717
Packit 577717
	* src/components/README 1.4:
Packit 577717
		Added documentation (Doxygen) for InfiniBand (and lustre) 
Packit 577717
		component.
Packit 577717
Packit 577717
2010-06-15	ralph
Packit 577717
	* src/components/acpi/linux-acpi.c 1.3:
Packit 577717
	* src/components/acpi/linux-acpi.h 1.2:
Packit 577717
	* src/components/lmsensors/linux-lmsensors.h 1.3:
Packit 577717
	* src/components/mx/linux-mx.h 1.2:
Packit 577717
	* src/components/net/linux-net.h 1.2:
Packit 577717
	* src/papi.c 1.360:
Packit 577717
	* src/papi_hl.c 1.85:
Packit 577717
	* src/utils/avail.c 1.53:
Packit 577717
	* src/utils/clockres.c 1.25:
Packit 577717
	* src/utils/command_line.c 1.15:
Packit 577717
	* src/utils/cost.c 1.40:
Packit 577717
	* src/utils/decode.c 1.9:
Packit 577717
	* src/utils/event_chooser.c 1.18:
Packit 577717
	* src/utils/mem_info.c 1.17:
Packit 577717
	* src/utils/native_avail.c 1.47:
Packit 577717
		Added documentation for the several components.
Packit 577717
		Doxygen will now search recursivly under the components directory for documented *.[c|h] files ( /** @file */ somewhere in it).
Packit 577717
		
Packit 577717
		Several other files got brief descriptions of what is in the file.
Packit 577717
Packit 577717
2010-06-14	terpstra
Packit 577717
	* papi.spec 1.9:
Packit 577717
		Minor tweak to make sure libpfm builds without warnings.
Packit 577717
Packit 577717
2010-06-11	jagode
Packit 577717
	* src/components/lmsensors/linux-lmsensors.c 1.2:
Packit 577717
		removed compiler warnings for lm-sensors component; switched to 
Packit 577717
		stderr so that papi_xml_event_info creates a clean output.
Packit 577717
Packit 577717
2010-06-11	bsheely
Packit 577717
	* src/ctests/api.c 1.2:
Packit 577717
		Added first few api test cases
Packit 577717
Packit 577717
2010-06-10	bsheely
Packit 577717
	* src/ctests/papi_test.h 1.39:
Packit 577717
	* src/ctests/test_utils.c 1.82:
Packit 577717
		Added test_fail_exit for use in single threaded tests
Packit 577717
Packit 577717
2010-06-09	vweaver1
Packit 577717
	* src/perfctr-2.6.x/patches/aliases 1.13:
Packit 577717
	* src/perfctr-2.6.x/usr.lib/Makefile 1.31:
Packit 577717
		Fix conflicts from import.
Packit 577717
Packit 577717
	* src/perfctr-2.6.x/CHANGES 1.1.1.28:
Packit 577717
	...
Packit 577717
	* src/perfctr-2.6.x/usr.lib/x86.c 1.1.1.11:
Packit 577717
		Import of perfctr 2.6.41
Packit 577717
Packit 577717
2010-06-07	bsheely
Packit 577717
	* src/any-null.c 1.60:
Packit 577717
	* src/freq.c 1.1:
Packit 577717
	* src/papi_vector.c 1.31:
Packit 577717
		Moved timer impl from any-null.c into papi_vector.c and added 
Packit 577717
		generic functionality to compute frequency if unable to 
Packit 577717
		determine based on platform
Packit 577717
Packit 577717
	* src/papi_data.c 1.40:
Packit 577717
	* src/papi_data.h 1.6:
Packit 577717
		Added new error code
Packit 577717
Packit 577717
	* src/Makefile.inc 1.163:
Packit 577717
		Added freq.c to build
Packit 577717
Packit 577717
	* src/configure 1.223:
Packit 577717
	* src/configure.in 1.223:
Packit 577717
		ctests/api (not yet implemented) added to default ctests
Packit 577717
Packit 577717
2010-06-03	bsheely
Packit 577717
	* src/ctests/Makefile 1.155:
Packit 577717
		Initial commit for ctests/api which is not yet implemented
Packit 577717
Packit 577717
2010-06-02	bsheely
Packit 577717
	* src/papi_lock.h 1.7:
Packit 577717
		Fixed for BG/P
Packit 577717
Packit 577717
2010-06-01	vweaver1
Packit 577717
	* README 1.10:
Packit 577717
		Fix typo in README
Packit 577717
Packit 577717
2010-06-01	bsheely
Packit 577717
	* src/config.h.in 1.13:
Packit 577717
		Added code to define _rtc when Cray is compiled with gcc
Packit 577717
Packit 577717
	* src/cycle.h 1.4:
Packit 577717
		Rolled back previous changes
Packit 577717
Packit 577717
2010-05-27	bsheely
Packit 577717
	* src/papi_internal.c 1.158:
Packit 577717
	* src/threads.h 1.15:
Packit 577717
		--with-no-cpu-component renamed --with-no-cpu-counters
Packit 577717
Packit 577717
	* src/components/mx/configure 1.3:
Packit 577717
	* src/components/mx/configure.in 1.3:
Packit 577717
		Rollback last change
Packit 577717
Packit 577717
	* src/ctests/multiattach.c 1.8:
Packit 577717
	* src/ctests/zero_attach.c 1.8:
Packit 577717
		Attempt to fix xlc compile errors
Packit 577717
Packit 577717
2010-05-21	bsheely
Packit 577717
	* src/Rules.perfctr 1.66:
Packit 577717
	* src/Rules.perfctr-pfm 1.57:
Packit 577717
	* src/Rules.pfm 1.57:
Packit 577717
	* src/Rules.pfm_pe 1.18:
Packit 577717
		Use MISCHDRS from configure
Packit 577717
Packit 577717
2010-05-20	bsheely
Packit 577717
	* src/components/mx/linux-mx.c 1.2:
Packit 577717
		Fixed compile error and warnings. Added option to configure
Packit 577717
Packit 577717
2010-05-19	terpstra
Packit 577717
	* src/ctests/all_native_events.c 1.24:
Packit 577717
		Hard-code an exception for Nehalem OFFCORE_RESPONSE_0. This 
Packit 577717
		event can't be counted because it uses a shared chip-level 
Packit 577717
		register.
Packit 577717
Packit 577717
2010-05-19	bsheely
Packit 577717
	* src/linux-ia64-memory.c 1.25:
Packit 577717
	* src/linux-ia64.c 1.183:
Packit 577717
	* src/pfmwrap.h 1.43:
Packit 577717
		Fixed warning in ia64
Packit 577717
Packit 577717
	* src/components/net/linux-net.c 1.2:
Packit 577717
		Fixed compile warnings
Packit 577717
Packit 577717
	* src/Makefile.in 1.51:
Packit 577717
		Extra compiler warning flags are not added until after the 
Packit 577717
		libpfm build
Packit 577717
Packit 577717
2010-05-14	vweaver1
Packit 577717
	* src/linux-bgp.c 1.5:
Packit 577717
		Temporary fix to emulate cycles HW counter on BlueGeneP using
Packit 577717
		the get_cycles() call.
Packit 577717
Packit 577717
2010-05-13	bsheely
Packit 577717
	* src/x86_cache_info.c 1.13:
Packit 577717
		added missing C library headers
Packit 577717
Packit 577717
	* src/hwinfo_linux.c 1.7:
Packit 577717
		fixed compile errors on torc0 by including missing C library 
Packit 577717
		headers
Packit 577717
Packit 577717
	* src/ftests/Makefile 1.66:
Packit 577717
	* src/utils/Makefile 1.16:
Packit 577717
		Replaced missing MEMSUBSTR macro in configure. AC_ARG_ENABLE 
Packit 577717
		macros replaced with AC_ARG_WITH macros. Continued changes for --
Packit 577717
		with-no-cpu-component
Packit 577717
Packit 577717
2010-05-07	ralph
Packit 577717
	* doc/Doxyfile-everything 1.1:
Packit 577717
	* doc/Makefile 1.1:
Packit 577717
		Added makefile in doc to generate user and developer documentation.
Packit 577717
		
Packit 577717
		from src, make doc builds the user documentation in doc/html
Packit 577717
		(do we want this?)
Packit 577717
Packit 577717
2010-05-07	jagode
Packit 577717
	* src/utils/event_info.c 1.14:
Packit 577717
		papi_xml_event_info generated some invalid xml output. This bug 
Packit 577717
		was introduced in Revision 1.10
Packit 577717
Packit 577717
2010-05-07	bsheely
Packit 577717
	* src/any-null-memory.c 1.11:
Packit 577717
	* src/any-null.h 1.23:
Packit 577717
	* src/extras.c 1.170:
Packit 577717
	* src/multiplex.c 1.85:
Packit 577717
	* src/papi_preset.c 1.29:
Packit 577717
	* src/papi_vector.h 1.14:
Packit 577717
	* src/threads.c 1.36:
Packit 577717
		Added --with-no-cpu-component option which has only been tested 
Packit 577717
		on x86
Packit 577717
Packit 577717
2010-05-03	ralph
Packit 577717
	* src/freebsd-memory.c 1.1:
Packit 577717
	* src/freebsd.c 1.9:
Packit 577717
	* src/freebsd.h 1.6:
Packit 577717
	* src/papi_fwrappers.c 1.86:
Packit 577717
		Updated Harald Servat's freebsd work to Component Papi.
Packit 577717
		
Packit 577717
		Has had cursory testing, but should be considered alpha quality.
Packit 577717
		(there is a really nasty bug when running the overflow_pthreads test)
Packit 577717
Packit 577717
	* src/genpapifdef.c 1.43:
Packit 577717
		Removed a holdout from catamount support,
Packit 577717
		are there any platforms where we don't get malloc from stdlib?
Packit 577717
Packit 577717
2010-05-03	bsheely
Packit 577717
	* src/papi_table.c 1.5:
Packit 577717
		Removed obsolete file
Packit 577717
Packit 577717
2010-04-30	terpstra
Packit 577717
	* release_procedure.txt 1.17:
Packit 577717
		Add a few more steps on testing a patch.
Packit 577717
Packit 577717
2010-04-30	bsheely
Packit 577717
	* src/components/acpi/Rules.acpi 1.2:
Packit 577717
	* src/components/lmsensors/Rules.lmsensors 1.2:
Packit 577717
	* src/components/lustre/Rules.lustre 1.2:
Packit 577717
	* src/components/mx/Rules.mx 1.2:
Packit 577717
	* src/components/net/Rules.net 1.2:
Packit 577717
		Adding new components no longer requires modification of Papi 
Packit 577717
		code
Packit 577717
Packit 577717
2010-04-29	bsheely
Packit 577717
	* src/components/Rules.components 1.1:
Packit 577717
	* src/components/acpi/linux-acpi-memory.c 1.1:
Packit 577717
	* src/components/lmsensors/Makefile.lmsensors.in 1.1:
Packit 577717
	* src/components/lmsensors/configure 1.1:
Packit 577717
	* src/components/lmsensors/configure.in 1.1:
Packit 577717
	* src/components/lustre/host_counter.c 1.1:
Packit 577717
	* src/components/lustre/host_counter.h 1.1:
Packit 577717
	* src/components/mx/Makefile.mx.in 1.1:
Packit 577717
	* src/components/net/Makefile.net.in 1.1:
Packit 577717
	* src/components/net/configure 1.1:
Packit 577717
	* src/components/net/configure.in 1.1:
Packit 577717
	* src/host_counter.c 1.2:
Packit 577717
	* src/host_counter.h 1.2:
Packit 577717
	* src/linux-acpi-memory.c 1.4:
Packit 577717
	* src/linux-acpi.c 1.18:
Packit 577717
	* src/linux-acpi.h 1.10:
Packit 577717
	* src/linux-lmsensors.c 1.4:
Packit 577717
	* src/linux-lmsensors.h 1.4:
Packit 577717
	* src/linux-lustre.c 1.4:
Packit 577717
	* src/linux-lustre.h 1.2:
Packit 577717
	* src/linux-mx.c 1.17:
Packit 577717
	* src/linux-mx.h 1.10:
Packit 577717
	* src/linux-net.c 1.6:
Packit 577717
	* src/linux-net.h 1.4:
Packit 577717
		Created new build environment for components
Packit 577717
Packit 577717
2010-04-21	bsheely
Packit 577717
	* src/perfmon.c 1.105:
Packit 577717
		removed code that was commented out (accidentally uncommented 
Packit 577717
		out on last commit
Packit 577717
Packit 577717
2010-04-20	bsheely
Packit 577717
	* src/freebsd/map-i7.c 1.3:
Packit 577717
	* src/freebsd/map-i7.h 1.3:
Packit 577717
		Updated on 3.7 branch
Packit 577717
Packit 577717
	* src/linux-bgl-events.c 1.4:
Packit 577717
	* src/linux-bgl-memory.c 1.4:
Packit 577717
	* src/linux-bgl.c 1.11:
Packit 577717
	* src/linux-bgl.h 1.4:
Packit 577717
	* src/linux-ia64.h 1.61:
Packit 577717
	* src/linux.c 1.77:
Packit 577717
	* src/papi_events.csv 1.9:
Packit 577717
	* src/papi_pfm_events.c 1.40:
Packit 577717
	* src/perf_events.c 1.26:
Packit 577717
	* src/perf_events.h 1.11:
Packit 577717
	* src/perfctr-ppc64.c 1.19:
Packit 577717
	* src/perfctr-x86.c 1.4:
Packit 577717
	* src/perfmon.h 1.24:
Packit 577717
	* src/pmapi-ppc64.c 1.11:
Packit 577717
	* src/solaris-ultra.c 1.128:
Packit 577717
		Removed code for obsolete platforms
Packit 577717
Packit 577717
2010-04-16	jagode
Packit 577717
	* src/ctests/native.c 1.63:
Packit 577717
	* src/papiStdEventDefs.h 1.41:
Packit 577717
	* src/papi_internal.h 1.190:
Packit 577717
	* src/papi_preset.h 1.22:
Packit 577717
	* src/papi_protos.h 1.74:
Packit 577717
		After further investigations of the stack corruption issue on 
Packit 577717
		BGP, the real problem has been nailed down. The size of the 
Packit 577717
		PAPI_event_info_t struct is different on BGP systems which is 
Packit 577717
		due to a bigger PAPI_MAX_INFO_TERMS value. A _BGP was defined at 
Packit 577717
		configure time to differentiate between BGP and other systems. 
Packit 577717
		However, the problem is that a user program does not know this 
Packit 577717
		macro. When PAPI_event_info_t is initialized to zero, the 
Packit 577717
		beginning of the user program's stack frame is zeroed out --> 
Packit 577717
		BAD. It was fun, though.
Packit 577717
Packit 577717
	* src/aix.c 1.87:
Packit 577717
		Fixed compilation errors for AIX which were due to missing 
Packit 577717
		inclusion of new header file papi_defines.h.
Packit 577717
Packit 577717
2010-04-15	bsheely
Packit 577717
	* src/freebsd/map-atom.c 1.5:
Packit 577717
    ...
Packit 577717
	* src/freebsd/memory.c 1.4:
Packit 577717
		Added files
Packit 577717
Packit 577717
2010-04-09	bsheely
Packit 577717
	* src/linux-ppc64-memory.c 1.9:
Packit 577717
	* src/perfctr-ppc32.c 1.11:
Packit 577717
	* src/perfctr-ppc32.h 1.4:
Packit 577717
	* src/perfctr-ppc64.h 1.11:
Packit 577717
	* src/ppc32_events.c 1.8:
Packit 577717
	* src/ppc64_events.c 1.9:
Packit 577717
	* src/ppc64_events.h 1.12:
Packit 577717
		Removed support for ppc32 architectures. Removed support for 
Packit 577717
		perfmon versions older than 2.5 except for Itanium. Removed all 
Packit 577717
		code related to POWER3 and POWER4.
Packit 577717
Packit 577717
2010-04-08	bsheely
Packit 577717
	* src/solaris-niagara2.h 1.5:
Packit 577717
		Added new include file
Packit 577717
Packit 577717
	* src/solaris-niagara2.c 1.7:
Packit 577717
		Removed recently added include file since that file is now 
Packit 577717
		included in the header which is included here
Packit 577717
Packit 577717
2010-04-06	jagode
Packit 577717
	* src/linux-bgp.h 1.4:
Packit 577717
		Missing declaration of PAPI_MAX_LOCK (fixed for linux-bgp only)
Packit 577717
Packit 577717
2010-04-05	bsheely
Packit 577717
	* src/papi_memory.c 1.23:
Packit 577717
		Resolved compile warning
Packit 577717
Packit 577717
	* src/ctests/profile.c 1.60:
Packit 577717
		Modified code to exit properly on test failure
Packit 577717
Packit 577717
2010-04-01	bsheely
Packit 577717
	* src/ctests/clockcore.c 1.21:
Packit 577717
		Prevent output after test failure
Packit 577717
Packit 577717
2010-03-30	vweaver1
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_intel_nhm.c 1.4:
Packit 577717
		Fix conflict from merge.
Packit 577717
Packit 577717
	* src/libpfm-3.y/lib/intel_corei7_events.h 1.1.1.6:
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_itanium2.c 1.1.1.3:
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_montecito.c 1.1.1.4:
Packit 577717
		import libpfm CVS
Packit 577717
		
Packit 577717
		adds additional i7 model 46 support, fixes ia64 builds
Packit 577717
Packit 577717
2010-03-29	bsheely
Packit 577717
	* src/ctests/pthrtough.c 1.11:
Packit 577717
		Fixed buffer overflow debug output related to threads.c. Rolled 
Packit 577717
		back change to pthrtough.c
Packit 577717
Packit 577717
2010-03-19	bsheely
Packit 577717
	* src/solaris-ultra.h 1.43:
Packit 577717
		Add new include for remaining substrates
Packit 577717
Packit 577717
2010-03-18	bsheely
Packit 577717
	* src/ctests/p4_lst_ins.c 1.5:
Packit 577717
	* src/ftests/native.F 1.56:
Packit 577717
	* src/p3_pfm_events.c 1.14:
Packit 577717
	* src/p4_events.c 1.56:
Packit 577717
	* src/p4_events.h 1.10:
Packit 577717
	* src/papi_defines.h 1.2:
Packit 577717
	* src/papi_memory.h 1.12:
Packit 577717
	* src/perfctr-p3.c 1.95:
Packit 577717
	* src/perfctr-p3.h 1.52:
Packit 577717
	* src/perfctr-p4.c 1.109:
Packit 577717
	* src/perfctr-p4.h 1.47:
Packit 577717
	* src/perfctr-x86.h 1.2:
Packit 577717
		Merge bsheely-temp branch by hand
Packit 577717
Packit 577717
2010-03-12	vweaver1
Packit 577717
	* src/ctests/multiplex1.c 1.53:
Packit 577717
	* src/ctests/multiplex1_pthreads.c 1.54:
Packit 577717
	* src/solaris-memory.c 1.14:
Packit 577717
		Fix PAPI support for solaris-ultra.
Packit 577717
		This code had not worked for some time.
Packit 577717
		
Packit 577717
		* Derived events now work (although the events are still
Packit 577717
		  hard-coded and not read from the csv file)
Packit 577717
		* Add cache size detection routines
Packit 577717
		* Fix ntv_code_to_name()
Packit 577717
		* Modify the multiplex* ctests to use proper events on
Packit 577717
		  UltraSPARC
Packit 577717
		
Packit 577717
		All of the regression tests pass except for profile_pthreads.
Packit 577717
		This is because overflow handling is still partially broken.
Packit 577717
Packit 577717
2010-03-05	ralph
Packit 577717
	* doc/doxygen_procedure.txt 1.1:
Packit 577717
		doc/doxygen_procedure.txt provides a quick overview of how to use doxygen
Packit 577717
			for commenting the PAPI code.
Packit 577717
		
Packit 577717
		The utilities are now commented, cloning the wiki man pages.
Packit 577717
		
Packit 577717
		The high level api is also documented, cloning the wiki again.
Packit 577717
		In the low level api, PAPI_accum - PAPI_destroy_eventset are documented.
Packit 577717
Packit 577717
2010-03-05	bsheely
Packit 577717
	* src/ctests/thrspecific.c 1.6:
Packit 577717
		Test now passes while testing the same functionality without 
Packit 577717
		memory leaks
Packit 577717
Packit 577717
2010-03-04	vweaver1
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_priv.h 1.7:
Packit 577717
		Fix conflicts from the libpfm import.
Packit 577717
Packit 577717
	* src/libpfm-3.y/docs/man3/libpfm_westmere.3 1.1.1.1:
Packit 577717
	* src/libpfm-3.y/examples_v2.x/showevtinfo.c 1.1.1.3:
Packit 577717
	* src/libpfm-3.y/include/perfmon/pfmlib.h 1.1.1.13:
Packit 577717
	* src/libpfm-3.y/lib/intel_wsm_events.h 1.1.1.1:
Packit 577717
	* src/libpfm-3.y/lib/intel_wsm_unc_events.h 1.1.1.1:
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_common.c 1.1.1.14:
Packit 577717
	* src/libpfm-3.y/lib/pfmlib_intel_nhm_priv.h 1.1.1.3:
Packit 577717
		Import latest libpfm, which includes Westmere support
Packit 577717
Packit 577717
2010-03-04	bsheely
Packit 577717
	* src/ctests/fork.c 1.7:
Packit 577717
	* src/ctests/fork2.c 1.4:
Packit 577717
	* src/ctests/krentel_pthreads.c 1.8:
Packit 577717
	* src/ctests/kufrin.c 1.15:
Packit 577717
	* src/ctests/overflow_pthreads.c 1.43:
Packit 577717
	* src/ctests/profile_pthreads.c 1.37:
Packit 577717
		Fixed memory leaks
Packit 577717
Packit 577717
2010-03-03	vweaver1
Packit 577717
	* src/p3_ath_event_tables.h 1.4:
Packit 577717
	* src/p3_core_event_tables.h 1.5:
Packit 577717
	* src/p3_events.c 1.65:
Packit 577717
	* src/p3_opt_event_tables.h 1.4:
Packit 577717
	* src/p3_p2_event_tables.h 1.4:
Packit 577717
	* src/p3_p3_event_tables.h 1.4:
Packit 577717
	* src/p3_pm_event_tables.h 1.4:
Packit 577717
		Now that Athlon and Pentium II events use libpfm, remove the old
Packit 577717
		hard coded event table files.
Packit 577717
Packit 577717
	* src/perfctr-2.6.x/README 1.1.1.6:
Packit 577717
	* src/perfctr-2.6.x/patches/patch-kernel-2.6.18-164.el5-redhat 1.1.1.1:
Packit 577717
	* src/perfctr-2.6.x/patches/patch-kernel-2.6.31 1.1.1.1:
Packit 577717
	* src/perfctr-2.6.x/patches/patch-kernel-2.6.32 1.1.1.1:
Packit 577717
		Import of perfctr 2.6.40
Packit 577717
Packit 577717
2010-03-03	bsheely
Packit 577717
	* src/ctests/clockres_pthreads.c 1.11:
Packit 577717
	* src/ctests/fork_exec_overflow.c 1.12:
Packit 577717
	* src/ctests/zero_pthreads.c 1.29:
Packit 577717
		Fixed memory leaks
Packit 577717
Packit 577717
2010-02-24	bsheely
Packit 577717
	* src/linux-memory.c 1.44:
Packit 577717
		Removed hack to compile without warnings using Wconversion
Packit 577717
Packit 577717
2010-02-23	bsheely
Packit 577717
	* src/ctests/all_events.c 1.15:
Packit 577717
	* src/ctests/multiplex2.c 1.36:
Packit 577717
	* src/ctests/multiplex3_pthreads.c 1.45:
Packit 577717
		Fixed (debug) compile warnings
Packit 577717
Packit 577717
2010-02-22	jagode
Packit 577717
	* src/.indent.pro 1.1:
Packit 577717
	...
Packit 577717
	* src/utils/version.c 1.4:
Packit 577717
		Added and applied new PAPI-coding-style profile file
Packit 577717
Packit 577717
	* src/windows.c 1.6:
Packit 577717
		Added missing comment closer */ This misindented the rest of the 
Packit 577717
		source code in windows.c
Packit 577717
Packit 577717
2010-02-16	terpstra
Packit 577717
	* src/ctests/prof_utils.h 1.8:
Packit 577717
		Cleaned up a bunch of implicit type conversions.
Packit 577717
Packit 577717
2010-02-15	terpstra
Packit 577717
	* src/run_tests_exclude.txt 1.7:
Packit 577717
		Remove the PAPI_set_event_info and PAPI_encode_event API calls, 
Packit 577717
		since they were never supported, and generally come to be 
Packit 577717
		thought of as a bad idea.
Packit 577717
Packit 577717
	* src/ctests/encode.c 1.7:
Packit 577717
	* src/ctests/encode2.c 1.5:
Packit 577717
		Remove the encode and encode2 tests that exercise 
Packit 577717
		PAPI_set_event_info and PAPI_encode_event API calls, since they 
Packit 577717
		were never supported, and generally come to be thought of as a 
Packit 577717
		bad idea.
Packit 577717
Packit 577717
2010-01-25	bsheely
Packit 577717
	* src/examples/PAPI_flips.c 1.4:
Packit 577717
	* src/examples/PAPI_flops.c 1.4:
Packit 577717
	* src/examples/PAPI_get_opt.c 1.5:
Packit 577717
	* src/examples/PAPI_ipc.c 1.4:
Packit 577717
	* src/examples/PAPI_overflow.c 1.5:
Packit 577717
	* src/examples/PAPI_profil.c 1.7:
Packit 577717
	* src/examples/high_level.c 1.4:
Packit 577717
	* src/examples/locks_pthreads.c 1.3:
Packit 577717
	* src/examples/overflow_pthreads.c 1.5:
Packit 577717
		Fixed remaining compile warnings
Packit 577717
Packit 577717
	* src/examples/sprofile.c 1.5:
Packit 577717
		Fixed compile warnings
Packit 577717