Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/prep/stand/boot/sd.c
RevisionDateAuthorComments
 1.6  02-Jul-2024  rin prep: stand: for previous, memset and style fix just for sure
 1.5  02-Jul-2024  rin prep: stand: Appease GCC12 -Warray-bounds, NFCI

except for additional 38-byte of stack being consumed.

Here, GCC12 complains buffer is smaller than
sizeof(*inqbuf) == SCSIPI_INQUIRY_LENGTH_SCSI3 == 74 bytes,
despite members within the first SCSIPI_INQUIRY_LENGTH_SCSI2 == 36 bytes
are actually dereferenced.
 1.4  08-Jan-2019  jdolecek no need to include <machine/param.h> if <sys/param.h> already included
 1.3  02-Jan-2015  christos branches: 1.3.16; 1.3.18;
We have three sets of DTYPE_ constants in the kernel:
altq Drop Type
disklabel Disk Type
file Descriptor Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.
 1.2  10-Jun-2014  phx branches: 1.2.4;
Fix SCSI reads beyond block 0x1fffff, by writing the READ_10/READ_16 opcode
into the correct scsipi_rw_10/scsipi_rw_16 command structure.
 1.1  19-May-2012  kiyohara branches: 1.1.2; 1.1.4; 1.1.6; 1.1.16;
Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)
 1.1.16.1  10-Aug-2014  tls Rebase.
 1.1.6.2  03-Dec-2017  jdolecek update from HEAD
 1.1.6.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.4.2  02-Jun-2012  mrg sync to latest -current.
 1.1.4.1  19-May-2012  mrg file sd.c was added on branch jmcneill-usbmp on 2012-06-02 11:09:07 +0000
 1.1.2.2  23-May-2012  yamt sync with head.
 1.1.2.1  19-May-2012  yamt file sd.c was added on branch yamt-pagecache on 2012-05-23 10:07:48 +0000
 1.2.4.1  06-Apr-2015  skrll Sync with HEAD
 1.3.18.1  10-Jun-2019  christos Sync with HEAD
 1.3.16.1  18-Jan-2019  pgoyette Synch with HEAD

RSS XML Feed