2
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
man/ipmipower.8.pre.in: Add help about "ipmiping" workaround and document it is needed on Intel M50FCP. More... 13 days ago
libfreeipmi/api: Remove duplicate parameter check More... 20 days ago
ipmiconsole: the --debugfile option was inadvertantly advertised when debugging was not compiled. More... 23 days ago
libfreeipmi/sel/ipmi-sel-string-supermicro-common.h: Add missing function prototype. More... about 1 month ago
ipmi-oem: increase output precision in dell cumalative energy More... about 1 month ago
ipmi-config: fix incorrect output of IPv6_Dynamic_Address_Source_Type More... 2 months ago
configure.ac: Remove duplicate inb/outb declaration check. Could lead to broken builds on non-x86 systems. More... 3 months ago
Update NEWS More... 3 months ago
Update NEWS More... 3 months ago
configure.ac: check for inb/outb declarations More... 3 months ago
ipmi-sensors: support new "altbridging" workaround for Lenovo SR650 v3 motherboards. More... 4 months ago
Globally replace use of MAXHOSTNAMELEN with internal FREEIPMI_MAXHOSTNAMELEN which is set to 256 bytes (vs the typical 64 bytes that MAXHOSTNAMELEN). This allows hostnames of > 64 characters in length to be specified. More... 4 months ago
libfreeipmi/interpret: Support intepretation of physical intrusion + state sensors. More... 4 months ago
README: add some rpm build notes More... 7 months ago
README: Add some build notes / help More... 7 months ago
configure.ac: temporarily set version to 1.7.0 for user to experiment with installed build. More... 7 months ago
Use poll() instead of select() to avoid segfaults with high number of open fd. More... 7 months ago
Fix various typos More... 8 months ago
configure.ac: 'inb' and `outb' may be defined as inline functions (ex. glibc 2.28 on debian buster (amd64)), so check with AC_CHECK_DECL instead of AC_CHECK_FUNCS . Due to `Fix build issue when inb/outb are not available on some systems' in 1.6.9 release, the previously working kcs driver was causing errors. More... 8 months ago
configure.ac: Add define definition for cbrt in math library to config.h.in More... 8 months ago
configure.ac: Add define definitions for exp10, exp2, log2 to config.h.in More... 8 months ago
man/ipmi-oem.8.pre.in: Document support on Supermicro X9DRD More... 8 months ago
ipmi-oem: fix comment typo More... 8 months ago
man/Makefile.am: Fix make distcheck More... 8 months ago
ipmi-config.8.pre.in: Add pointer to ipmi-config.conf(5) manpage so users know to look there. More... 8 months ago
fi_hostlist: fix compiler warning More... 8 months ago
fi_hostlist: fix compiler warnings More... 8 months ago
hostlist: Update to version from pdsh to eliminate compiler warnings. More... 8 months ago
configure.ac: fix configure warning More... 8 months ago
common/portability/freeipmi-portability.h: Fix portability of cbrt() redefinition. cube root is x^(1/3) not x^-3. More... 9 months ago