OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sbin
/
iscsid
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
iscsid
History log of
/src/sbin/iscsid/Makefile
Revision
Date
Author
Comments
1.6
29-May-2016
mlelstv
Several improvents to iscsid
- debug log is now using syslog
- seperate options for log level and foreground mode
- writes a pidfile so that /etc/rc.d/iscsid works
Now links with libutil for pidfile(), the functions login() and logout()
needed to be renamed to avoid a conflict.
- drops the nothreads option
- handles signals to shut down gracefully
- the driver may also shut down the daemon when it terminates
Currently this cannot work as the driver can only terminate when
the daemon has closed the driver file handle.
1.5
11-Aug-2013
dholland
These pass WARNS=5, so don't set WARNS=4
1.4
28-May-2012
riz
branches: 1.4.2;
Make the debugging printouts actually work when setting the debug level,
and allow the level to be set numerically from the command line.
1.3
27-May-2012
christos
use -n for nothreads.
1.2
27-May-2012
christos
make the debug level available on the command line.
1.1
23-Oct-2011
agc
branches: 1.1.2; 1.1.4;
Start to move the in-kernel iSCSI initiator, kindly contributed to the
NetBSD Foundation by Wasabi Systems, from
othersrc/external/bsd/iscsi/{iscsictl,iscsid}
to
src/sbin/{iscsictl,iscsid}
1.1.4.1
30-May-2012
sborrill
Pull up the following revisions(s) (requested by riz in ticket #291):
etc/MAKEDEV.tmpl: revision 1.155
sbin/iscsictl/iscsictl.8: revision 1.2-1.4
sbin/iscsid/iscsid_driverif.c: revision 1.4-1.5
sbin/iscsid/iscsid_lists.c: revision 1.4-1.7
sbin/iscsid/iscsid_targets.c: revision 1.4
sbin/iscsid/iscsid_globals.h: revision 1.5-1.7
sbin/iscsid/iscsid_main.c: revision 1.4-1.7
sbin/iscsid/Makefile: revision 1.2-1.4
sbin/iscsid/iscsid.8: revision 1.3-1.8
sbin/iscsid/iscsid.h: revision 1.3
sys/dev/iscsi/iscsi_main.c: revision 1.2-1.3
Fix bugs in iscsid target list handling, and improve documentation
somewhat for the in-kernel iSCSI initiator.
1.1.2.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.1.2.1
30-Oct-2012
yamt
sync with head
1.4.2.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
Indexes created Thu Oct 30 03:10:01 GMT 2025