Ignore:
Timestamp:
02/24/2016 09:55:46 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
bb85b39
Parents:
996dfc4a
Message:

Document a test suite failure in p11-kit
Add a patch for Valgrind to fix the test suite to use the new pthread_barrier implementation in Glibc
Text changes (esp. sg3_utils)
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17015 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sg3_utils.xml

    r996dfc4a r0928035  
    3939    </para>
    4040
    41     &lfs78_checked;
     41    &lfs79_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    154154        <listitem>
    155155          <para>
    156             access Linux SCSI logging level information.
     156            accesses Linux SCSI logging level information.
    157157          </para>
    158158          <indexterm zone="sg3_utils scsi_logging_level">
     
    166166        <listitem>
    167167          <para>
    168             check SCSI device support for mandatory commands.
     168            checks SCSI device support for mandatory commands.
    169169          </para>
    170170          <indexterm zone="sg3_utils scsi_mandat">
     
    178178        <listitem>
    179179          <para>
    180             do SCSI READ CAPACITY command on disks.
     180            does the SCSI READ CAPACITY command on disks.
    181181          </para>
    182182          <indexterm zone="sg3_utils scsi_readcap">
     
    190190        <listitem>
    191191          <para>
    192             do SCSI TEST UNIT READY on devices.
     192            does the SCSI TEST UNIT READY command on devices.
    193193          </para>
    194194          <indexterm zone="sg3_utils scsi_ready">
     
    202202        <listitem>
    203203          <para>
    204             check SCSI to ATA Translation (SAT) device support.
     204            checks for SCSI to ATA Translation (SAT) device support.
    205205          </para>
    206206          <indexterm zone="sg3_utils scsi_satl">
     
    214214        <listitem>
    215215          <para>
    216             start one or more SCSI disks.
     216            starts one or more SCSI disks.
    217217          </para>
    218218          <indexterm zone="sg3_utils scsi_start">
     
    226226        <listitem>
    227227          <para>
    228             stop one or more SCSI disks.
     228            stops one or more SCSI disks.
    229229          </para>
    230230          <indexterm zone="sg3_utils scsi_stop">
     
    238238        <listitem>
    239239          <para>
    240             fetch the temperature of a SCSI device.
     240            fetches the temperature of a SCSI device.
    241241          </para>
    242242          <indexterm zone="sg3_utils scsi_temperature">
     
    313313        <listitem>
    314314          <para>
    315             format or resize a SCSI disk (perhaps change its block size).
     315            formats or resizes a SCSI disk (perhaps change its block size).
    316316          </para>
    317317          <indexterm zone="sg3_utils sg_format">
     
    361361        <listitem>
    362362          <para>
    363             access mode page information for a SCSI (or ATAPI) device.
     363            accesses mode page information for a SCSI (or ATAPI) device.
    364364          </para>
    365365          <indexterm zone="sg3_utils sginfo">
     
    410410        <listitem>
    411411          <para>
    412             displays mapping between linux sg and other SCSI devices.
     412            displays the mapping between linux sg and other SCSI devices.
    413413          </para>
    414414          <indexterm zone="sg3_utils sg_map">
     
    535535        <listitem>
    536536          <para>
    537             Display or Modify RDAC Redundant Controller Page.
     537            displays or modifies a RDAC Redundant Controller Page.
    538538          </para>
    539539          <indexterm zone="sg3_utils sg_rdac">
     
    547547        <listitem>
    548548          <para>
    549             read blocks of data continually from same offset.
     549            reads blocks of data continually from the same offset.
    550550          </para>
    551551          <indexterm zone="sg3_utils sg_read">
     
    631631        <listitem>
    632632          <para>
    633             sends SCSI REPORT ZONES command.
     633            sends a SCSI REPORT ZONES command.
    634634          </para>
    635635          <indexterm zone="sg3_utils sg_rep_zones">
     
    655655        <listitem>
    656656          <para>
    657             sends SCSI device, target, bus or host reset; or checks reset state.
     657            resets a SCSI device, target, bus or host reset; or checks reset state.
    658658          </para>
    659659          <indexterm zone="sg3_utils sg_reset">
     
    667667        <listitem>
    668668          <para>
    669             sends SCSI RESET WRITE POINTER command.
     669            sends a SCSI RESET WRITE POINTER command.
    670670          </para>
    671671          <indexterm zone="sg3_utils sg_reset_wp">
     
    703703        <listitem>
    704704          <para>
    705             fetch status from a SCSI Accessed Fault-Tolerant Enclosure
     705            fetches the status from a SCSI Accessed Fault-Tolerant Enclosure
    706706            (SAF-TE) device.
    707707          </para>
     
    728728        <listitem>
    729729          <para>
    730             sends a ATA IDENTIFY (PACKET) DEVICE command via a SCSI to ATA
     730            sends an ATA IDENTIFY (PACKET) DEVICE command via a SCSI to ATA
    731731            Translation (SAT) layer.
    732732          </para>
     
    755755        <listitem>
    756756          <para>
    757              uses ATA  READ  LOG EXT command via a SCSI to ATA Translation
     757             uses an ATA  READ  LOG EXT command via a SCSI to ATA Translation
    758758             (SAT) layer.
    759759          </para>
     
    763763        </listitem>
    764764      </varlistentry>
     765
    765766      <varlistentry id="sg_sat_set_features">
    766767        <term><command>sg_sat_set_features</command></term>
    767768        <listitem>
    768769          <para>
    769             sends a ATA SET FEATURES command via a SCSI to ATA Translation
     770            sends an ATA SET FEATURES command via a SCSI to ATA Translation
    770771            (SAT) layer.
    771772          </para>
     
    904905        <listitem>
    905906          <para>
    906             invoke SCSI VERIFY command(s) on a block device.
     907            invokes a SCSI VERIFY command(s) on a block device.
    907908          </para>
    908909          <indexterm zone="sg3_utils sg_verify">
     
    977978        <listitem>
    978979          <para>
    979             writes mode page.
     980            writes a mode page.
    980981          </para>
    981982          <indexterm zone="sg3_utils sg_wr_mode">
Note: See TracChangeset for help on using the changeset viewer.