History log of /freebsd-9.3-release/sbin/mca/mca.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 237047 14-Jun-2012 eadler

MFC r236355:
Fix a variety of compile errors with gcc48 and clang

PR: bin/165699
Approved by: cperciva (implicit)


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 209677 03-Jul-2010 marcel

sysctlbyname() returns -1 on error and sets errno. It does
not return the error itself.


# 206571 13-Apr-2010 marcel

The sequence number is now a node under which the MCA records are
hung by CPU id.
When showing the MCA record, print the MIB as a comment.

PR: ia64/113102


# 106284 01-Nov-2002 marcel

o Replace 'struct uuid' with 'uuid_t',
o Replace memcmp with uuid_equal(3),
o Use uuid_to_string(3) to convert to UUIds to string.


# 105309 17-Oct-2002 marcel

Do not emit values as var=value while everything else looks like
XML. Emit the values as <var>value</var> for consistency.


# 100411 20-Jul-2002 peter

Grab a snapshot of Marcel's WIP ia64 machine check decoder.

Obtained from: marcel