History log of /openbmc/ipmitool/lib/ipmi_sensor.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 2d79e69f 25-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal there was an error during
execution.

show more ...


# 33f9336e 17-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.


# 0eaa2eae 29-Nov-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:343 - Print actual sensor thresholds in 'sensors' comand

Use Get Sensor Threshold command for obtaining thresholds, since SDR records may
contain not actual threhsolds.


# 5c85c7bc 20-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 247 - 'sensor thresh' help output is wrong

Fix invalid help output by copy-pasting part of 'sensor thresh help'.


# aa8bac2d 20-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

Rename printf_sensor_get_usage() -> print_sensor_get_usage()


# 2b15969d 20-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

Put 'sensor thresh help' into function

Move help text for 'sensor thresh help' into its own function.


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.