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
/
iscsictl
/
at
master
7 files
Makefile
Print bytes read and written in human readable form, like: 2849359 I2T calls (5 read, 2849352 writes) 5 data reads (2.3K bytes read) 2849352 data writes (43.5G bytes written) 2849358 T2I calls (2849358 done, 0 sense errors, 0 errors)
12 years ago
iscsi.conf.5
man pages: add missing commas between subordinate and main clauses
4 years ago
iscsictl.8
Document new reload behaviour. From Ashton Fagg OK jmc@
5 years ago
iscsictl.c
spelling. ok jmc
3 years ago
iscsictl.h
Cope with the iscsid changes. Makes the msg handling a lot easier. This also introduces some stuff that is work in progress.
12 years ago
parse.y
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
4 years ago
parser.c
struct sockaddr_storage is guaranteed to be large enough, no need to check the size. OK kn, deraadt
7 years ago