看板 DFBSD_commit 關於我們 聯絡資訊
commit 5179f0c55e7c654343dd160417a86e1d4a3870de Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 14 11:16:40 2010 -0800 disklabel64 utility - Allow pbase/pstop to be slice-relative-unaligned * The kernel will now create 64-bit labels whos pbase/pstop are not aligned slice-relative, in order to align them physically. * Adjust the disklabel64 utility to allow pbase/pstop to be unaligned, but still require the offset and size fields in the partition defs to be aligned (relative to pbase). Summary of changes: sbin/disklabel64/disklabel64.c | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5179f0c55e7c654343dd160417a86e1d4a3870de -- DragonFly BSD source repository