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


# eb541367 11-Mar-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:319 - Interface safe re-open

Currently, interface-management code in the ipmitool does not allow safe
interface re-opening (i.e. closing and opening again). It is because the session

ID:319 - Interface safe re-open

Currently, interface-management code in the ipmitool does not allow safe
interface re-opening (i.e. closing and opening again). It is because the session
is allocated in the interface setup callback while is freed in the close
callback. So, normal re-opening of the interface, which can be required for
example durng the HPM.1 upgrade, leads to segmentation fault. That's why in the
ipmi_hpmfwupg.c instead of normal closing interface, directly access the
interface data for subsequent re-opening.

Commit for Dmitry Bazhenov

show more ...


# ce861658 06-Feb-2015 Pat Donlin <pjd@sgi.com>

Node Manager Feature, correct 1268194 missing break.


# d5c2e976 05-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - remove unused variables from ipmi_dcmi.c

I'd swear I've already removed those, hmm.


# 7a854623 05-Feb-2015 Pat Donlin <pjd@sgi.com>

ID:363 - fix Coverity issues in NM implementation

Commit fixes issues pointed out by Coverity.


# fd5fdc59 04-Feb-2015 Pat Donlin <pjd@sgi.com>

ID:363 - Node Manager feature patch.


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

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.


# 42aba7eb 08-Apr-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 144 - Fix 'dcmi power set_limit action <value>'

From the ticket:
(v1.8.12) "dcmi power set_limit action <value>" (where <value> is either
"sel_logging" or "power_off") does not a

ID: 144 - Fix 'dcmi power set_limit action <value>'

From the ticket:
(v1.8.12) "dcmi power set_limit action <value>" (where <value> is either
"sel_logging" or "power_off") does not actually send the "Set Power Limit"
command (so no change to the power limit policy is made).

This was caused by all atoi(), strtol(), strtoul() calls being replaced. This
patch should fix it.

Commit for Holger Liebig

show more ...


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