2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update NEWS More... about 2 months ago
libfreeipmi: cast w/ int8_t not char More... 2 months ago
toolcommon: fix gcc15 compilation error More... 9 months ago
README.build: add note on building with systemd More... 10 months ago
ipmi-raw: remove unused variable More... 11 months ago
miscutil: update hostlist library More... about 1 year ago
Mention OpenIPMI in opensesspriv workaround doc More... over 1 year ago
libfreeipmi: refactor crypt More... over 1 year ago
libfreeipmi: fix some invalid tabbing More... over 1 year ago
libfreeipmi: remove unnecessary include of gcrypt.h More... over 1 year ago
man/ipmipower.8.pre.in: Add help about "ipmiping" workaround and document it is needed on Intel M50FCP. More... over 1 year ago
libfreeipmi/api: Remove duplicate parameter check More... over 1 year ago
ipmiconsole: the --debugfile option was inadvertantly advertised when debugging was not compiled. More... over 1 year ago
libfreeipmi/sel/ipmi-sel-string-supermicro-common.h: Add missing function prototype. More... over 1 year ago
ipmi-oem: increase output precision in dell cumalative energy More... over 1 year ago
ipmi-config: fix incorrect output of IPv6_Dynamic_Address_Source_Type More... over 1 year ago
configure.ac: Remove duplicate inb/outb declaration check. Could lead to broken builds on non-x86 systems. More... almost 2 years ago
Update NEWS More... almost 2 years ago
Update NEWS More... almost 2 years ago
configure.ac: check for inb/outb declarations More... almost 2 years ago
ipmi-sensors: support new "altbridging" workaround for Lenovo SR650 v3 motherboards. More... almost 2 years 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... almost 2 years ago
libfreeipmi/interpret: Support intepretation of physical intrusion + state sensors. More... almost 2 years ago
README: add some rpm build notes More... about 2 years ago
README: Add some build notes / help More... about 2 years ago
configure.ac: temporarily set version to 1.7.0 for user to experiment with installed build. More... about 2 years ago
Use poll() instead of select() to avoid segfaults with high number of open fd. More... about 2 years ago
Fix various typos More... about 2 years 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... about 2 years ago
configure.ac: Add define definition for cbrt in math library to config.h.in More... about 2 years ago