Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 17:29:34 +0000 (UTC)
From:      Matthew D Fleming <mdf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_fail.c src/sys/sys fail.h
Message-ID:  <201101111729.p0BHTnoQ072675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdf         2011-01-11 17:29:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             kern_fail.c 
    sys/sys              fail.h 
  Log:
  SVN rev 217270 on 2011-01-11 17:29:34Z by mdf
  
  (Note the previous commit was a MFC of r216616).
  
  MFC r216620:
  
  Initialize fp_location for explicitly managed fail points, and push
  the parentheses around the location for simple fail points into the
  location string.  This makes the print on fail point set more
  consistent between the two versions.
  
  Also fix up fail.h a little for style(9): only use one of sys/param.h
  and sys/types.h, and use the existing __XSTRING() macro instead of
  rolling our own.  Also fix up a few tabs on changed and nearby lines.
  
  Lastly, since KFAIL_POINT_{BEGIN,END} are not meant for use outside
  this file, just eliminate the macros entirely.
  
  Revision  Changes    Path
  1.1.2.4   +3 -2      src/sys/kern/kern_fail.c
  1.1.2.3   +31 -44    src/sys/sys/fail.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101111729.p0BHTnoQ072675>