History log of /openbmc/ipmitool/lib/ipmi_ekanalyzer.c (Results 1 – 6 of 6)
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.


# 61db4df6 30-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Fix memory leak in ipmi_ek_display_board_info_area() - CID#1149051


# b37b9149 18-May-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work

Most of the code is reformatted. I've removed some if blocks which didn't make
sense along the way. However, huge pile of work remains.


# 4e4a9210 17-May-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work

Remove trailing empty lines.


# 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.