summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Drop pts-functions-extras.php and move those functions toMichael Larabel2008-11-137-232/+209
| | | | other files
* pts-core: More random changesMichael Larabel2008-11-133-6/+2
|
* pts-core: Readjust pts-run-cmd.php code to not be reliant on some itemsMichael Larabel2008-11-133-15/+9
|
* pts-core: Add more module information to pts_user_module_details classMichael Larabel2008-11-132-34/+30
|
* pts-core: Add more test information to pts_test_profile_details classMichael Larabel2008-11-132-136/+134
|
* pts-core: Add more suite information to pts_test_suite_details classMichael Larabel2008-11-133-34/+38
|
* pts-core: Add pts_test_result_info_details classMichael Larabel2008-11-133-24/+44
|
* pts-core: Add pts_test_results_details classMichael Larabel2008-11-133-20/+40
|
* pts-core: Add pts_test_usage_details classMichael Larabel2008-11-133-30/+48
|
* pts-core: Add pts_installed_test_details classMichael Larabel2008-11-133-7/+25
|
* pts-core: Add pts_user_module_details classMichael Larabel2008-11-134-24/+41
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-133-27/+56
|
* pts-core: Add pts_test_suite_details classMichael Larabel2008-11-134-24/+51
|
* pts-core: Start on p_str() function for translationsMichael Larabel2008-11-131-1/+5
|
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-136-55/+60
| | | | assignment functions for program-wide option-specific variable constants
* pts-core: Start moving some of the define statements to PTS assignmentMichael Larabel2008-11-138-38/+30
| | | | statements
* pts-core: Add pts_set_assignment_once() functionMichael Larabel2008-11-131-1/+8
|
* pts-core: Add pts_is_assignment() functionMichael Larabel2008-11-131-1/+5
|
* pts-core: Add pts_set_assignment(), pts_read_assignment(), andMichael Larabel2008-11-132-0/+23
| | | | | pts_clear_assignments() to replace some of the define statements with new mechanism
* pts-core: Tag Phoronix Test Suite "Orkdal" 1.4.2Michael Larabel2008-11-131-1/+1
|
* pts-core: Update CHANGE-LOGMichael Larabel2008-11-131-2/+3
|
* pts-core: Add "none" to HAL $remove_wordsMichael Larabel2008-11-112-1/+2
|
* pts-core: Add "00" to HAL $remove_wordsMichael Larabel2008-11-112-1/+2
|
* pts-core: Temperature reporting fix in graphics_processor_temperature()Michael Larabel2008-11-112-1/+2
| | | | that made it look like sometimes there was no sensor
* pts-core: Potential fix for possible regression in IS_*_GRAPHICS setupMichael Larabel2008-11-112-1/+2
|
* pts: Set file size to 256MB with compress-lzma test profileMichael Larabel2008-11-113-3/+4
|
* pts: Fix openal-development external dependency for ubuntu-packages.xmlMichael Larabel2008-11-112-2/+3
| | | | due to package name change in Ubuntu 8.10
* pts-core: Fix bug in xorg_ddx_driver_info() that could have caused someMichael Larabel2008-11-112-0/+6
| | | | driver versions to be misreported
* Tag Phoronix Test Suite 1.4.1Michael Larabel2008-11-074-6/+7
|
* pts-core: Improve *BSD operating system functionsMichael Larabel2008-11-071-0/+2
| | | | pts-core: Add support for OpenBSD 4.4
* pts-core: Switch in memory_mb_capacity()Michael Larabel2008-11-071-2/+2
|
* pts-core: Add OpenBSD system memory detection supportMichael Larabel2008-11-071-1/+8
|
* pts-core: Add motherboard detection on BSD operating systemsMichael Larabel2008-11-071-0/+4
|
* pts-core: Fix in read_sysctl()Michael Larabel2008-11-071-1/+1
|
* pts-core: Few OpenBSD tweaks and improvement to read_sysctl()Michael Larabel2008-11-072-3/+3
|
* pts-core: Fix read warnings in SELinux detectionMichael Larabel2008-11-072-2/+3
|
* pts-core: Rever trackerd from $check_process until better method isMichael Larabel2008-11-062-2/+2
| | | | determined
* pts: Report 2D EXA/XAA acceleration mode in the test notes when runningMichael Larabel2008-11-043-1/+15
| | | | gtkperf test
* pts-core: Add support for reading xf86-video-nv version, since manualMichael Larabel2008-11-041-0/+10
| | | | check is required since it doesn't support DRI right now.
* pts: Add gcc-g++ to external dependencies support for Cent OS and FedoraMichael Larabel2008-11-033-4/+5
| | | | (reported by pjwelsh)
* pts-core: Add "not specified" to HAL $remove_wordsMichael Larabel2008-11-032-1/+2
|
* pts-core: Fix RAM detection on Dell servers where "<OUT OF SPEC>" wasMichael Larabel2008-11-032-1/+5
| | | | string and then failed the XML to render (reported by pjwelsh)
* pts-core: Rework xorg_ddx_driver_info() to rely upon /proc/dri/0/name toMichael Larabel2008-11-031-69/+8
| | | | figure out hardware / driver
* pts-core: Add support for reading X.Org module / driver versions usingMichael Larabel2008-11-034-0/+108
| | | | | | read_xorg_module_version() pts-core: Where applicable, report X.Org DDX driver and version to software information string
* Tag Phoronix Test Suite 1.4.0 "Orkdal" releaseMichael Larabel2008-11-022-3/+4
|
* pts: Add xrender test suite for tests that use the X11 RENDER extensionMichael Larabel2008-11-023-2/+30
|
* pts: Add qgears2 test profile for a Qt graphics test that can testMichael Larabel2008-11-025-0/+130
| | | | XRender and OpenGL
* pts: Ensure all *-devel generic names are now named *-developmentMichael Larabel2008-11-0214-42/+43
|
* pts: Add Qt4 development files to external dependencies throughMichael Larabel2008-11-028-0/+37
| | | | qt4-development generic name
* pts-core: Add timed kill infrasturcture to kill a process from a testMichael Larabel2008-11-024-8/+7
| | | | script by calling $TIMED_KILL <process_name> <time_in_seconds>