summaryrefslogtreecommitdiffstats
path: root/pts-core
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Fix bug in xorg_ddx_driver_info() that could have caused someMichael Larabel2008-11-111-0/+2
| | | | driver versions to be misreported
* Tag Phoronix Test Suite 1.4.1Michael Larabel2008-11-071-1/+1
|
* 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-071-2/+2
|
* pts-core: Rever trackerd from $check_process until better method isMichael Larabel2008-11-061-2/+1
| | | | determined
* 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-core: Add "not specified" to HAL $remove_wordsMichael Larabel2008-11-031-1/+1
|
* pts-core: Fix RAM detection on Dell servers where "<OUT OF SPEC>" wasMichael Larabel2008-11-031-1/+4
| | | | 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-033-0/+103
| | | | | | 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-021-1/+1
|
* pts-core: Add timed kill infrasturcture to kill a process from a testMichael Larabel2008-11-022-1/+5
| | | | script by calling $TIMED_KILL <process_name> <time_in_seconds>
* pts-core: More various changesMichael Larabel2008-11-014-4/+11
|
* pts-core: Various small tweaks to pts-coreMichael Larabel2008-11-016-37/+22
|
* pts-core: Rework code to pts_hw_string() and pts_sw_string()Michael Larabel2008-10-311-18/+21
|
* pts-core: Fix bug that caused installation of multiple Cascading TestMichael Larabel2008-10-311-2/+8
| | | | Profiles to only go one level deep
* pts-core: Add support for reading detailed RAM information onMichael Larabel2008-10-312-1/+7
| | | | | | OpenSolaris using DMI pts-core: Also add proximity searching support in read_sun_ddu_dmi_info()
* pts-core: Suppress Xorg.0.log no such file or directoryMichael Larabel2008-10-301-1/+1
|
* pts-core: Reorder a few functionsMichael Larabel2008-10-305-248/+248
|
* pts-core: Fix another typo in system_memory_string()Michael Larabel2008-10-301-1/+1
|
* pts-core: Fix typo in last commit within system_memory_string()Michael Larabel2008-10-301-1/+1
|
* pts-core: Add support for reading detailed RAM information on Mac OS XMichael Larabel2008-10-301-9/+23
|
* pts-core: Add support in read_osx_system_profiler() to read multipleMichael Larabel2008-10-301-4/+19
| | | | objects
* pts-core: Add -L argument to curl to follow download linksMichael Larabel2008-10-301-1/+1
|
* pts: Add additional run-time tests for x11perf test profileMichael Larabel2008-10-291-1/+1
|
* update_checker: Fix version recognition / comparisonMichael Larabel2008-10-291-1/+1
|
* pts-core: Improve reporting of system RAM information when not all DMIMichael Larabel2008-10-291-3/+8
| | | | data is present
* pts_Graph: Support resizing the font size in write_text_center() ifMichael Larabel2008-10-291-3/+7
| | | | | it's too large to fit within the bounding box
* pts-core: Add support for checking if SELinux is enabled/runningMichael Larabel2008-10-281-0/+18
|
* pts-core: Add Tracker (trackerd) to $check_processesMichael Larabel2008-10-281-1/+2
|
* pts-core: Improve RAM model/speed/type identificationMichael Larabel2008-10-281-3/+10
|
* pts-core: Fix showing Phoronix Global URLs in browser (reported byMichael Larabel2008-10-281-1/+1
| | | | Marox)
* Tag Phoronix Test Suite 1.4.0 Beta 2Michael Larabel2008-10-271-1/+1
|
* pts-core: Output dmesg when saving system detailsMichael Larabel2008-10-271-0/+8
|
* pts-core: Copy the Xorg.0.log when saving system detailsMichael Larabel2008-10-271-0/+5
|
* pts-core: Create TEST_ENV_DIR and SAVE_RESULTS_DIR directories onMichael Larabel2008-10-271-0/+8
| | | | start-up
* pts-core: Add base/ support to locally stored test profiles andMichael Larabel2008-10-262-2/+17
| | | | resources
* pts-core: Add pts_run_shell_script() for extracting a sh script thatMichael Larabel2008-10-263-2/+11
| | | | abstracts the shell_exec command
* pts-core: Add pts_extract_file() for extracting a tar file thatMichael Larabel2008-10-262-2/+24
| | | | abstracts the shell_exec command
* pts-core: Add pts_move_file() function for moving a file that abstractsMichael Larabel2008-10-262-2/+6
| | | | the shell_exec command
* pts-core: Move some abstracted shell commands to newMichael Larabel2008-10-262-60/+86
| | | | pts-functions_shell.php file
* pts-core: Rename pts-core/pts-results-viewer/ toMichael Larabel2008-10-2610-4/+5
| | | | pts-core/results-viewer/
* pts-core: Move timer-start.sh and timer-stop.sh from pts-core/scripts/Michael Larabel2008-10-263-2/+2
| | | | to pts-core/test-libraries/
* pts-core: Improve motherboard detection for vendors that report aMichael Larabel2008-10-261-1/+1
| | | | version string of "1234567890" (such as Super Micro)
* pts-core: Add result-info option for showing basic information about aMichael Larabel2008-10-241-26/+60
| | | | saved result file
* pts-core: Only call a PTS SH module if the command being called is inMichael Larabel2008-10-231-1/+1
| | | | pts_module_processes() but no pts_module_events() support