Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/21/2006 22:56:55
Module Name: src
Committed By: agc
Date: Tue Mar 21 22:56:55 UTC 2006
Modified Files:
src/dist/iscsi/include: config.h config.h.in scsi_cmd_codes.h
src/dist/iscsi/src: configure configure.ac disk.c
Log Message:
Actually do something with the SYNC_CACHE command - use fsync_range(2) if
it's available, falling back to fsync(2) if it's not. Add the necessary
glue to the autoconf scripts.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/config.h
cvs rdiff -r1.3 -r1.4 src/dist/iscsi/include/config.h.in
cvs rdiff -r1.2 -r1.3 src/dist/iscsi/include/scsi_cmd_codes.h
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/configure \
src/dist/iscsi/src/configure.ac
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/disk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.