History log of /openbmc/ipmitool/src/ipmievd.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 169d9ac3 25-Jul-2015 Zdenek Styblik <allura@sfs-alluradaemon-4.v29.ch3.sourceforge.com>

Merge /u/whissi/ipmitool/ branch fix-pidfile-handling into master

http://sourceforge.net/p/ipmitool/source/merge-requests/8/


# d12b3b48 26-Mar-2015 Thomas D <whissi@whissi.de>

Output pidfile only in verbose mode


# ace0e646 26-Mar-2015 Thomas D <whissi@whissi.de>

Don't output pidfile before parsing command line arguments


# 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
is allocated

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


# 48117f5d 30-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix ``ISO C forbids omitting the middle term of a ?: expression''

Commit fixes omitted middle terms of ternary expressions.


# 70984dca 29-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' has been obsol

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' has been obsolete since GCC 2.5.

show more ...


# ce02ffaf 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - forcefully switch to C99 and more strict CFLAGS

Commit changes CFLAGS which include C99 and more strict flags. Watch out for
falling rocks.


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