aboutsummaryrefslogtreecommitdiff
path: root/sbin/mca
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-073-625/+0
| | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan Notes: svn path=/head/; revision=268351
* Fix a variety of compile errors with gcc48 and clangEitan Adler2012-05-312-7/+10
| | | | | | | | | | PR: bin/165699 Submitted by: Arne Meyer <meyer.arne83@gmail.com> Approved by: cperciva MFC after: 1 week Notes: svn path=/head/; revision=236355
* sysctlbyname() returns -1 on error and sets errno. It doesMarcel Moolenaar2010-07-031-10/+8
| | | | | | | not return the error itself. Notes: svn path=/head/; revision=209677
* The sequence number is now a node under which the MCA records areMarcel Moolenaar2010-04-131-10/+26
| | | | | | | | | | hung by CPU id. When showing the MCA record, print the MIB as a comment. PR: ia64/113102 Notes: svn path=/head/; revision=206571
* Markup nit.Ruslan Ermilov2006-09-301-1/+1
| | | | Notes: svn path=/head/; revision=162844
* s/Februari/February/.Joel Dahl2006-02-121-1/+1
| | | | Notes: svn path=/head/; revision=155565
* Add a simple manpage.Marcel Moolenaar2006-02-112-1/+74
| | | | Notes: svn path=/head/; revision=155557
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* o Replace 'struct uuid' with 'uuid_t',Marcel Moolenaar2002-11-011-19/+20
| | | | | | | | o Replace memcmp with uuid_equal(3), o Use uuid_to_string(3) to convert to UUIds to string. Notes: svn path=/head/; revision=106284
* Do not emit values as var=value while everything else looks likeMarcel Moolenaar2002-10-171-56/+81
| | | | | | | XML. Emit the values as <var>value</var> for consistency. Notes: svn path=/head/; revision=105309
* Grab a snapshot of Marcel's WIP ia64 machine check decoder.Peter Wemm2002-07-202-0/+509
Obtained from: marcel Notes: svn path=/head/; revision=100411