Next | Query returned 18 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2013-04-06 17:46:40 by Blue Rats | Files touched by this commit (52)
Log message:
'You can use "foo" instead of "${WRKSRC}/foo".'
   2013-04-06 16:22:41 by Blue Rats | Files touched by this commit (17)
Log message:
"Packages that install libtool libraries should define USE_LIBTOOL."
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-12-14 08:30:43 by Alistair G. Crooks | Files touched by this commit (2)
Log message:
bring over patch from -current sources from Gregor Riepl

patch to define fixed width integer types before they're used in iscsi.h

makes this build on Darwin
   2011-10-06 16:19:25 by Stephen Borrill | Files touched by this commit (4)
Log message:
Update to netbsd-iscsi-20111006.
Allow maximum number of targets in initiator to be set in mk.conf
with ISCSI_INITIATOR_MAX_TARGETS

Changes:
Provide function in libiscsi to return the compile-time limit on number of
targets. Use this function in the initiator, to ensure that the same limit
is used throughout (i.e. stop you attempting to compile the initiator with a
different limit to the library - the initiator uses the library for most of
its functionality).

If truncating the number of targets in the initiator, truncate it to the
correct amount, not half of what it should be.

Obey RFC3720 when determining targets. SendTargets=All MUST be supported
on a discovery session, and MUST NOT be supported on an operational session.
Previously, SendTargets=All was used both in the initial discovery session
and the later session. (from Daisuke Aoyama - author of istgt).
   2011-02-22 14:33:22 by Stephen Borrill | Files touched by this commit (5)
Log message:
Update to 20110222.

Changes include
- man page claims that you can use auth type = none, but in reality this
didn't work (insisted on a username being given and then used, plus always
advertised CHAP to the target). Make initiator work as advertised (i.e.
defaults to auth type none and so don't require a username).
- document -D option to iscsi-initiator
- Remove hostname from pathname to storage in mount point.
This means /mnt/mytarget.domain.local/target0/storage is now
/mnt/target0/storage.
- Note limitations of CHAP implementation in BUGS section.
- Skip target if TargetName is empty.
- Use relevant TargetAddress, not just first one we happen to find.
- Handle NOP-OUT CmdSN and immediate bit.
- Handle NOP-IN TransferTag=0xffffffff.
- Interim solution for dealing with Underflow bit in iSCSI response.
- iscsi-initiator now talks to istgt and other targets.
- Retry read capacity. Device may not be ready on first access, so need to
wait and re-issue.
   2011-02-09 10:41:45 by Rumko | Files touched by this commit (2)
Log message:
devel/netbsd-iscsi-lib: add missing header for DragonFly

To compile initiator.c, inttypes.h has to be included like it is for some
of the other files.
   2010-06-04 18:14:44 by Stephen Borrill | Files touched by this commit (8) | Imported package
Log message:
Shared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target.
Part of updating both packages to the code used in netbsd-current and then
used as a basis for further development.


Next | Query returned 18 messages, browsing 11 to 20 | previous