git: dm_target_crypt - Start next-generation "ng" version
Michael Neumann
mneumann at crater.dragonflybsd.org
Sun Apr 6 05:10:39 PDT 2025
commit 707896c56ab21ee83e6b79414d2b261189579eac
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sun Apr 6 12:01:54 2025 +0200
dm_target_crypt - Start next-generation "ng" version
This starts out as a copy of dm/crypt in order to more easliy
spot the changes I made.
This kmod is mutual exclusive at runtime with dm/crypt
(dm_target_crypt), as both define the "crypt" target.
Ultimately, this replaces the "legacy" dm_target_crypt.
Summary of changes:
sys/dev/disk/dm/Makefile | 2 +-
sys/dev/disk/dm/{crypt => crypt_ng}/Makefile | 2 +-
sys/dev/disk/dm/{crypt => crypt_ng}/dm_target_crypt.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
copy sys/dev/disk/dm/{crypt => crypt_ng}/Makefile (76%)
copy sys/dev/disk/dm/{crypt => crypt_ng}/dm_target_crypt.c (99%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/707896c56ab21ee83e6b79414d2b261189579eac
--
DragonFly BSD source repository
More information about the Commits
mailing list