DragonFly commits List (threaded) for 2010-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: dm - Port to DragonFly
commit 5b279a209d9f556bf98ae1187ff0f3eb35c64467
Author: Alex Hornung <ahornung@gmail.com>
Date: Wed Jun 2 10:13:06 2010 +0000
dm - Port to DragonFly
* port the device mapper kernel support to DragonFly
Summary of changes:
sys/dev/disk/dm/Makefile | 15 +-
sys/dev/disk/dm/device-mapper.c | 375 ++++++++++++++----------------------
sys/dev/disk/dm/dm.h | 35 +++--
sys/dev/disk/dm/dm_dev.c | 115 ++++++------
sys/dev/disk/dm/dm_ioctl.c | 62 ++++---
sys/dev/disk/dm/dm_pdev.c | 78 +++++---
sys/dev/disk/dm/dm_table.c | 43 +++--
sys/dev/disk/dm/dm_target.c | 92 ++++------
sys/dev/disk/dm/dm_target_error.c | 6 +-
sys/dev/disk/dm/dm_target_linear.c | 28 ++-
sys/dev/disk/dm/dm_target_stripe.c | 49 +++---
sys/dev/disk/dm/dm_target_zero.c | 4 +-
sys/dev/disk/dm/netbsd-dm.h | 2 +-
13 files changed, 437 insertions(+), 467 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b279a209d9f556bf98ae1187ff0f3eb35c64467
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]