CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-10-23 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sun Oct 23 20:02:52 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: also build the man page for iscsid To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/i

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-10-21 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sat Oct 22 05:53:03 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_lists.c Log Message: make this compile with gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ othersrc/extern

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-10-21 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sat Oct 22 05:52:44 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid.h Log Message: provide C++ header support To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-08-17 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Wed Aug 17 14:49:00 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid.8 Log Message: Add some punctuation. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/iscsi/sbin/isc

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-08-17 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Wed Aug 17 14:44:06 UTC 2011 Added Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid.8 Log Message: add a first stab at a manual page for this daemon To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/exte

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:53:03 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: Makefile Log Message: Add WARNS=4 to Makefile To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sb

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-07-25 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jul 26 05:51:58 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_discover.c iscsid_driverif.c iscsid_lists.c iscsid_main.c iscsid_targets.c Log Message: adapt this code to WARNS=4 To gen

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-06-21 Thread Jeff Rizzo
Module Name:othersrc Committed By: riz Date: Tue Jun 21 22:48:57 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_targets.c Log Message: Take the sizeof the *correct* structure. Now iscsid returns sensible data to iscsictl that the display code can

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-06-10 Thread Jeff Rizzo
Module Name:othersrc Committed By: riz Date: Fri Jun 10 18:49:33 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_main.c Log Message: Use size_t for sizes, not int, so this can build on 64-bit platforms. To generate a diff of this commit: cvs rdif

CVS commit: othersrc/external/bsd/iscsi/sbin/iscsid

2011-06-10 Thread Jeff Rizzo
Module Name:othersrc Committed By: riz Date: Fri Jun 10 18:48:52 UTC 2011 Modified Files: othersrc/external/bsd/iscsi/sbin/iscsid: iscsid_driverif.c Log Message: Don't try to dereference a void pointer without proper cast. To generate a diff of this commit: cvs rdiff -u