the bitrig master branch has been updated by natano with 3 new commits: commit 4a87da50f09d663868e62f5dfbfcbb7145c22c17 diff: https://github.com/bitrig/bitrig/commit/4a87da5 author: Martin Natano <[email protected]> date: Fri Jan 23 19:06:20 2015 +0100
Mention the removal of vnd encryption in UPDATING; ok pedro@ M UPDATING commit 4c034e865a2774b3382dfcbf492dd275809294cc diff: https://github.com/bitrig/bitrig/commit/4c034e8 author: Martin Natano <[email protected]> date: Thu Jan 22 23:24:46 2015 +0100 Configure vnd via bio; ok pedro@ Integrate vnd into the bio framework. Adapt the management ioctls for bio and rename them to reflect the changes in semantic: VNDIOCSET, VNDIOCCLR and VNDIOCGET are now named BIOCVNDGET, BIOCVNDCLR and BIOCVNDGET respectively. This allows us to remove a workaround from vndopen, because the file descriptor for the RAW_PARTITION is not open anymore when the device is being configured. M distrib/sets/lists/base/md.amd64 M distrib/sets/lists/base/md.armv7 M distrib/sets/lists/comp/mi M sbin/mount_vnd/mount_vnd.c M share/man/man4/bio.4 M share/man/man4/vnd.4 M sys/dev/bio.c M sys/dev/biovar.h M sys/dev/vnd.c D sys/dev/vndioctl.h M usr.bin/kdump/mkioctls commit b7a7a305d9da865b259ba9171fd461d9e09a9c06 diff: https://github.com/bitrig/bitrig/commit/b7a7a30 author: Martin Natano <[email protected]> date: Thu Jan 22 20:06:26 2015 +0100 Remove encryption support for vnd; ok pedro@ The encryption used is obsolete. There is a better alternative in the softraid CRYPTO discipline. Please use that instead. M sbin/mount_vnd/mount_vnd.8 M sbin/mount_vnd/mount_vnd.c M share/man/man4/vnd.4 M sys/conf/files M sys/dev/vnd.c M sys/dev/vndioctl.h
