tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
iscsid
/
at
trash-bin2
16 files
Makefile
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
connection.c
strings.h -> string.h as necessary to prevent implicit declaration warnings
10 years ago
control.c
fix an fd leak in an error path
9 years ago
initiator.c
move to <limits.h> where possible, annotate <sys/param.h> otherwise
11 years ago
iscsid.8
use file system path (.Pa) semantic markup macros where appropriate.
10 years ago
iscsid.c
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
iscsid.h
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
log.c
fix format string found by clang -Wformat-security OK deraadt millert
9 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
logmsg.c
work on making log.c similar in all daemons:
9 years ago
pdu.c
Spaces, no functional change
5 years ago
poll.c
Implement a control message to get the state of iscsid. This is used by iscsictl to poll for completion after reload commands. With this slow session establishment should not cause mount errors during startup. Initial version from Dr Ashton Fagg ashton (at) fagg id au OK dlg@ deraadt@
5 years ago
session.c
Don't check for NULL before free()
10 years ago
task.c
Move the task cleanup from the task fail callback to taskq_cleanup. This makes the one failure callback a lot simpler.
12 years ago
util.c
Spaces, no functional change
5 years ago
vscsi.c
stop including sys/param.h for nitems. define locally as needed. ok natano reyk
9 years ago