------------------------------------------------------------------------ r219 | rollio | 2007-05-03 13:11:00 -0700 (Thu, 03 May 2007) | 5 lines 2 Fixes suggested by Andrushka: - In relevant Makefiles change --shared flag to valid -shared flag - add -fPIC flag in ebda Makefile ------------------------------------------------------------------------ r220 | rollio | 2007-05-23 11:08:38 -0700 (Wed, 23 May 2007) | 3 lines re: Bug #9 Fix from Frrank Seidel, adding internal data-value checking ------------------------------------------------------------------------ r221 | rollio | 2007-06-12 15:53:17 -0700 (Tue, 12 Jun 2007) | 4 lines - Fixed Bug#13. - Changed acpica-unix ver to a current one ------------------------------------------------------------------------ r222 | rollio | 2007-06-12 18:26:40 -0700 (Tue, 12 Jun 2007) | 2 lines -Added Thomas' clean-up patches ------------------------------------------------------------------------ r223 | rollio | 2007-06-15 14:16:46 -0700 (Fri, 15 Jun 2007) | 3 lines -Added virtualization tests for svm and vmx submitted by Lijo Lazar. ------------------------------------------------------------------------ r224 | rollio | 2007-06-28 09:57:05 -0700 (Thu, 28 Jun 2007) | 4 lines Christian Kornacker's patch which changes chpet_check_ids() so it gives INFO on the vendor, instead of FAIL if it's not Intel. ------------------------------------------------------------------------ r225 | rollio | 2007-07-12 17:23:49 -0700 (Thu, 12 Jul 2007) | 4 lines Added cflag "-fno-stack-protector" for new gcc versions to avoid the compilation error "undefined reference to `__stack_chk_fail`. ------------------------------------------------------------------------ r226 | rollio | 2007-08-15 15:56:40 -0700 (Wed, 15 Aug 2007) | 2 lines Now 'make' compiles just the plugins. 'make iso' compiles the kernel and the isos. ------------------------------------------------------------------------ r227 | rollio | 2007-08-15 16:34:34 -0700 (Wed, 15 Aug 2007) | 2 lines Added suggested text by Patrick C.Ernzer for a more secure way to use the ssh method. ------------------------------------------------------------------------ r228 | rollio | 2007-08-20 22:51:45 -0700 (Mon, 20 Aug 2007) | 4 lines - Applied Thomas Reninger's patch that better logically extracts and uses the acpi tables - Added test in pci resource for failure to allocate memory resources - few comments ------------------------------------------------------------------------ r229 | rollio | 2007-08-20 22:53:06 -0700 (Mon, 20 Aug 2007) | 2 lines - Don't need fadt.h anymore after the acpi table reorg ------------------------------------------------------------------------ r230 | rollio | 2007-08-21 13:48:54 -0700 (Tue, 21 Aug 2007) | 2 lines - Forgot to add these .h files as part Thomas' patch to reorg acpi table stuff ------------------------------------------------------------------------ r231 | rollio | 2007-08-22 14:25:08 -0700 (Wed, 22 Aug 2007) | 3 lines -Added Lijo Lazar's changes to the virt.info ------------------------------------------------------------------------ r232 | rollio | 2007-08-27 14:43:04 -0700 (Mon, 27 Aug 2007) | 7 lines -Added 'clean_kernels' target which cleans initramfs/kernels and initramfs/pci.ids, which triggeres a redownload of the kernels and pci.ids when you 'make iso'. -Took out deleting the kernels and pci.id files from 'clean' target ------------------------------------------------------------------------ r233 | rollio | 2007-08-27 14:55:27 -0700 (Mon, 27 Aug 2007) | 2 lines - Updating documentation ------------------------------------------------------------------------ r234 | rollio | 2007-08-27 23:01:09 -0700 (Mon, 27 Aug 2007) | 4 lines - Redirecting annoying output from iasl, acpixtract and acpidump - main Makefile, added cleaning plugins/* dir in 'clean' target ------------------------------------------------------------------------ r235 | rollio | 2007-09-13 12:36:40 -0700 (Thu, 13 Sep 2007) | 2 lines - Added new test DMAR to test the health of the acpi DMAR tables (original patch by Shaohua Li from Intel) ------------------------------------------------------------------------ r236 | rollio | 2007-09-13 13:55:37 -0700 (Thu, 13 Sep 2007) | 2 lines - Better documentation on how to run plugin tests on an already running Linux distro ------------------------------------------------------------------------ r237 | rollio | 2007-09-13 19:23:22 -0700 (Thu, 13 Sep 2007) | 3 lines - Adding Linux PowerTop tool to the manual tests - www.linuxpowertop.org for more info ------------------------------------------------------------------------ r238 | rollio | 2007-09-13 22:34:56 -0700 (Thu, 13 Sep 2007) | 4 lines - Adding powertop to the main Makefile - Fixed some annoying output error in ethernet.c - Fixed fadt and mcfg bugs ------------------------------------------------------------------------ r239 | rollio | 2007-09-14 11:09:45 -0700 (Fri, 14 Sep 2007) | 4 lines - Added lib.c fuction "get_relative_command" which returns the relative path of a certain command - changed plugins to use this function instead of hardcoding the commands - small fix in powertop Makefile to delete the powertop_install dir during 'clean' ------------------------------------------------------------------------ r240 | rollio | 2007-09-14 13:52:18 -0700 (Fri, 14 Sep 2007) | 4 lines - Finally removing export results in .xml format. Will keep the fuctions around in case anyone misses it until the next major release. - Microcode.dat file update ------------------------------------------------------------------------ r241 | rollio | 2007-09-14 15:07:05 -0700 (Fri, 14 Sep 2007) | 5 lines - Added get_kernel_ver function in lib.c, used to show the kernel version in the results - Fixed problem when dumping results in the results/ dir. If it already existed, it wouldn't override the results. If the dir didn't exist, it would dump any results. - Changed cpufreq to have a bit more realistic test progress ------------------------------------------------------------------------ r242 | rollio | 2007-09-14 16:08:45 -0700 (Fri, 14 Sep 2007) | 3 lines - Adding the mandriva 2.6.17.17mdv kernel - Removing the oracle kernel (getting too crowded) ------------------------------------------------------------------------ r243 | rollio | 2007-09-14 20:41:35 -0700 (Fri, 14 Sep 2007) | 3 lines - Added the Ubuntu 7.04 kernel - Added documentation on how to customize the firmwarekit ISO ------------------------------------------------------------------------ r244 | rollio | 2007-09-15 10:38:55 -0700 (Sat, 15 Sep 2007) | 2 lines - Documentation additions and updates ------------------------------------------------------------------------ r245 | rollio | 2007-09-15 11:40:06 -0700 (Sat, 15 Sep 2007) | 4 lines - Added get_lfdk_ver() function to get the firmwarekit version dynamically - used get_lfdk_ver() instead of hard-coded version - getting ready for release 3 ------------------------------------------------------------------------ r246 | rollio | 2007-09-15 11:40:46 -0700 (Sat, 15 Sep 2007) | 2 lines - Changed dumpxml.c to dumpresults.c now that the results are just in text (no xml) ------------------------------------------------------------------------ r247 | rollio | 2007-09-28 14:32:38 -0700 (Fri, 28 Sep 2007) | 2 lines - Fixed bug where release verison wasn't showing up ------------------------------------------------------------------------ r248 | rollio | 2007-09-28 14:37:58 -0700 (Fri, 28 Sep 2007) | 2 lines - state that the dmar test is experimental since it isn't that stable yet ------------------------------------------------------------------------ r249 | rollio | 2007-09-29 12:22:02 -0700 (Sat, 29 Sep 2007) | 3 lines - Upgraded default kernel to 2.6.22-9 (from 2.6.20) - Added lfdk.err.log which captures the stderr of the plugins ------------------------------------------------------------------------ r250 | rollio | 2007-09-29 20:49:09 -0700 (Sat, 29 Sep 2007) | 3 lines - Fixed bug in adding the Ubuntu kernel incorrectly - Fixed documentation in how to customize an iso ------------------------------------------------------------------------ r251 | rollio | 2007-09-30 10:52:15 -0700 (Sun, 30 Sep 2007) | 3 lines - Changed small line in boot-up message to better reflect the user's choices - Changed wording saying that 'dmar' plugin is experimental ------------------------------------------------------------------------ r252 | rollio | 2007-09-30 11:57:16 -0700 (Sun, 30 Sep 2007) | 2 lines Getting ready for the announcement, updated NEWS and todo.txt files ------------------------------------------------------------------------ r255 | rollio | 2007-10-01 13:50:39 -0700 (Mon, 01 Oct 2007) | 6 lines Prettifying results output Cleaning up Makefiles resources.css in a more logical place removing results.css (since results are in text now) ------------------------------------------------------------------------ r256 | rollio | 2007-10-01 17:21:58 -0700 (Mon, 01 Oct 2007) | 2 lines Last-minute fix to keep resources.css, but delete *.xml and *.txt during clean-up ------------------------------------------------------------------------