Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a variety of compile errors with gcc48 and clang | eadler | 2012-05-31 | 1 | -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 does | marcel | 2010-07-03 | 1 | -10/+8 |
| | | | | not return the error itself. | ||||
* | The sequence number is now a node under which the MCA records are | marcel | 2010-04-13 | 1 | -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', | marcel | 2002-11-01 | 1 | -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 like | marcel | 2002-10-17 | 1 | -56/+81 |
| | | | | XML. Emit the values as <var>value</var> for consistency. | ||||
* | Grab a snapshot of Marcel's WIP ia64 machine check decoder. | peter | 2002-07-20 | 1 | -0/+503 |
Obtained from: marcel |