<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 20, 2012, at 1:32 PM, <a href="mailto:openbios-request@openbios.org">openbios-request@openbios.org</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Message: 4<br>Date: Tue, 18 Sep 2012 16:31:40 +0100<br>From: Mark Cave-Ayland <<a href="mailto:mark.cave-ayland@ilande.co.uk">mark.cave-ayland@ilande.co.uk</a>><br>To:<span class="Apple-converted-space"> </span><a href="mailto:openbios@openbios.org">openbios@openbios.org</a><br>Cc: Mark Cave-Ayland <<a href="mailto:mark.cave-ayland@ilande.co.uk">mark.cave-ayland@ilande.co.uk</a>><br>Subject: [OpenBIOS] [PATCH 3/3] Add initial implementation of "dir"<br><span class="Apple-tab-span" style="white-space: pre; "> </span>word for<span class="Apple-tab-span" style="white-space: pre; "> </span>HFS+ filesystems.<br>Message-ID:<br><span class="Apple-tab-span" style="white-space: pre; "> </span><<a href="mailto:1347982300-14648-3-git-send-email-mark.cave-ayland@ilande.co.uk">1347982300-14648-3-git-send-email-mark.cave-ayland@ilande.co.uk</a>><br><br>Signed-off-by: Mark Cave-Ayland <<a href="mailto:mark.cave-ayland@ilande.co.uk">mark.cave-ayland@ilande.co.uk</a>><br>---<br>openbios-devel/fs/hfsplus/hfsp_fs.c |  140 ++++++++++++++++++++++++++++++++++-<br>1 file changed, 136 insertions(+), 4 deletions(-)<br><br>diff --git a/openbios-devel/fs/hfsplus/hfsp_fs.c b/openbios-devel/fs/hfsplus/hfsp_fs.c<br>index 83e4d8d..4cc6ddc 100644<br>--- a/openbios-devel/fs/hfsplus/hfsp_fs.c<br>+++ b/openbios-devel/fs/hfsplus/hfsp_fs.c<br>@@ -437,14 +437,146 @@ hfsp_files_volume_name( hfsp_info_t *mi )<br><span class="Apple-tab-span" style="white-space: pre; ">     </span>PUSH(pointer2cell(volname));</span></blockquote></div><br><div><br></div><div>From the output you shown us, it looks like the patch works. Those were the files that were on the image file I sent you. I wanted to test it out myself but I couldn't apply your patch. Probably something I did wrong. I suggest applying the patches. They look good.</div></body></html>