summaryrefslogtreecommitdiffstats
path: root/sbin/mca/mca.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a variety of compile errors with gcc48 and clangeadler2012-05-311-6/+10
| | | | | | | PR: bin/165699 Submitted by: Arne Meyer <meyer.arne83@gmail.com> Approved by: cperciva MFC after: 1 week
* sysctlbyname() returns -1 on error and sets errno. It doesmarcel2010-07-031-10/+8
| | | | not return the error itself.
* The sequence number is now a node under which the MCA records aremarcel2010-04-131-10/+26
| | | | | | | hung by CPU id. When showing the MCA record, print the MIB as a comment. PR: ia64/113102
* o Replace 'struct uuid' with 'uuid_t',marcel2002-11-011-19/+20
| | | | | o Replace memcmp with uuid_equal(3), o Use uuid_to_string(3) to convert to UUIds to string.
* Do not emit values as var=value while everything else looks likemarcel2002-10-171-56/+81
| | | | XML. Emit the values as <var>value</var> for consistency.
* Grab a snapshot of Marcel's WIP ia64 machine check decoder.peter2002-07-201-0/+503
Obtained from: marcel
OpenPOWER on IntegriCloud