f7590819 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
use strtol instead of strtod because the latter has problems interpreting hex strings on solaris |
2c898cfc | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
set libtool back to --silent to clean up build messages |
0e5cbcd1 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
finish making SDR code big-endian aware this is ugly because packed structures are not portable |
e7c7d7d2 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
convert FRU to be big-endian aware this is messy because packed structures are not portable... |
122f422d | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
fix localtime to use time_t instead of uint32_t directly, cleanup ipmi_sel_get_std_entry |
d68bf042 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't need all the byteswapping on big endian systems, also remove unused convert macros |
a76f069b | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
make byteswap more portable |
3012023e | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
add libltdl to configure.in so it is built with IPMItool source |
51104a0c | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
add libltdl/ to front of SUBDIRS list so it gets built |
779a863a | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
add --ltdl to libtoolize call to generate libltdl/ directory |
fb89d1e6 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
add INCLTDL to INCLUDES |
23cf8254 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't need to explicitly add LDFLAGS |
62eeecb3 | 27-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
don't rely on memcpy for sequence number, and herror is deprecated and will fail on solaris |
1cc46a89 | 26-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
autoconf/automake changes to support static interfaces lots of ugly stuff because this isn't cleanly supported |
98035ca0 | 26-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
source changes for static plugin support |
ccd0920f | 26-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
set to compile interfaces static for packages |
187e25e6 | 26-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
use $name_intf_setup and create weak alias to intf_setup for each interface so we don't have conflicts when both are compiled statically |
90cd4acb | 25-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
use uint32_t instead of unsinged long, kill unused code, don't print lan session startup info unless -vv mode |
3b17fb7d | 25-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
use uint32_t instead of unsigned long so we're 64bit safe |
84cd061a | 25-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
use uint32_t instead of unsigned long to be 64bit safe |
11a35b04 | 25-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
print out volatile and non-volatile settings for channel access, set channel access in nvram before in active settings, don't send close session command if disabling channel |
3f17e0f5 | 25-Jan-2004 |
Duncan Laurie <duncan@iceblink.org> |
turn on gratuitous arp |
32085321 | 22-Jan-2004 |
Jon Cassorla <jon.cassorla@newisys.com> |
enable sensor command |
a56df3a2 | 22-Jan-2004 |
Jon Cassorla <jon.cassorla@newisys.com> |
begin work on sensor command |
7ee80165 | 22-Jan-2004 |
Jon Cassorla <jon.cassorla@newisys.com> |
enhanced sel record recognition |