Go to file
agc fe6dd62563 Note to self - document in comments the reasons for doing certain things.
Revert Max LBA calculation when returning the Maximum LBA from the target
to the iinitiator, following an email conversation with Jonathan Kollasch,
who points out a number of things:

+ the NetBSD scsipi driver reads the value returned by the drive and adds
one to it, so that standard SCSI drives return the 0-based Max LBA in a
READ CAPACITY command.

+ it is up to the initiator to add 1 to the Max LBA to find out the size
of the LUN (Jonathan verified this by using the UNH iSCSI initiator on
to a NetBSD target)

+ an analogous change to the NetBSD initiator (revision 1.4 of
iscsifs.c) is needed.
2007-11-18 23:52:19 +00:00
bin Compat pecoff uses the standard netbsd system call interface. 2007-11-10 14:41:51 +00:00
common Don't unconditionally clear the direction flag. The ABI says it must always 2007-11-12 18:41:59 +00:00
crypto From Arnaud Ebalard: some sanity checks, debug, and a better matching of SPD entries in getsp_r() 2007-11-09 16:28:14 +00:00
dist Note to self - document in comments the reasons for doing certain things. 2007-11-18 23:52:19 +00:00
distrib add newfs_ext2fs.debug 2007-11-18 22:45:02 +00:00
doc Long, long ago, in a galaxy close to hand, a typo was made. Fix it. 2007-11-18 09:48:49 +00:00
etc Replace references to it(4) with ones for itesio(4). 2007-11-18 01:58:19 +00:00
games A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies 2007-11-17 00:10:55 +00:00
gnu First cut at hppa gdb support. Not enabled yet. 2007-11-18 12:45:25 +00:00
include Add _lwp_ctl() - sorry, I thought I had checked this in yesterday along 2007-11-13 17:38:55 +00:00
lib Remove unused include. 2007-11-18 14:11:25 +00:00
libexec stack_protector.c has moved. 2007-11-13 15:34:51 +00:00
regress This should have died before; it is not of any use now that regress/bin 2007-11-12 15:29:03 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Remove unwanted ">" from a printed message. 2007-11-18 19:19:00 +00:00
share The iSCSI target returns the 0-based Max LBA in the READ_CAPACITY command, 2007-11-18 23:52:13 +00:00
sys Properly setup the IO APIC for ISA and pciide compat interrupts too. 2007-11-18 18:44:17 +00:00
tests Recurse into 'id'. 2007-11-16 19:27:47 +00:00
tools Add the atf host tools 2007-11-12 14:54:43 +00:00
usr.bin Make syntax checking for id(1), groups(1) and whoami(1) commands stronger so 2007-11-16 18:09:50 +00:00
usr.sbin Don't bother tracking opencount and try to close file handles in 2007-11-18 17:41:55 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
BUILDING Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on 2007-09-01 09:32:19 +00:00
Makefile Add the tests.tgz set 2007-11-12 15:06:45 +00:00
Makefile.inc
UPDATING Fix a few typos. 2007-11-17 09:53:16 +00:00
build.sh remove pmppc as a target 2007-10-17 23:23:02 +00:00