Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [haad-dm] src/sys/dev/dm
Module Name: src
Committed By: haad
Date: Mon Jul 28 22:39:32 UTC 2008
Modified Files:
src/sys/dev/dm [haad-dm]: dm.h dm_ioctl.c dm_table.c dm_target.c
dm_target_linear.c dm_target_snapshot.c netbsd-dm.h
Log Message:
Add status function to targets. This function is called from
dm_table_status_ioctl,
when DM_STATUS_TABLE_FLAG is specified and it's purpose is construct params
string.
Which can be sent back to libdevmapper.
Add adding removing of the DM_SUSPENDED_FLAG flag in dm_dev_suspend/resume
ioctls.
To generate a diff of this commit:
cvs rdiff -r1.1.2.4 -r1.1.2.5 src/sys/dev/dm/dm.h src/sys/dev/dm/dm_ioctl.c \
src/sys/dev/dm/dm_target.c src/sys/dev/dm/dm_target_linear.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/sys/dev/dm/dm_table.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/sys/dev/dm/dm_target_snapshot.c \
src/sys/dev/dm/netbsd-dm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index