Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libsmbios - Open BIOS parsing libs
Libsmbios is a library and utilities that can be used by client programs
to get information from standard BIOS tables, such as the SMBIOS table.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
libsmbios |
0.13.10 |
1.fc6 |
src |
3.63 MiB |
Tue Aug 28 01:55:51 2007 |
Changelog
- * Tue Aug 28 18:00:00 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.10-1
- Fix one instance where return code to fread was incorrectly checked.
- * Wed Aug 22 18:00:00 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.9
- Fix a couple of failure-to-check-return on fread. most were unit-test code
only, but two or three were in regular code.
- Add hinting to the memory class, so that it can intelligently close /dev/mem
file handle when it is not needed (which is most of the time). it only
leaves it open when it is scanning, so speed is not impacted.
- * Mon Aug 6 18:00:00 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.8
- new upstream