From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 17:49:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBA76EED for ; Thu, 20 Nov 2014 17:49:17 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54F9BDFE for ; Thu, 20 Nov 2014 17:49:17 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so4424185wgh.31 for ; Thu, 20 Nov 2014 09:49:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iA0Og1y1n7vWbq6W9g7+uhZ3kdWqTptZ5FpP9RbWEDE=; b=xX+sgh5j/dSgyrQTjdmNvOpIeAQola302uJ9Ue6cxdvvpXOgNNgB314ecJfiLIbw8/ RTdK5QN6WReke6Xt2nf4HlakhUSL3BW6w3ipxSqSse1wE1uyjHmqnSjYPRqz2BeOoEuX 6ZX/tBFxpoir+KpRsuxRrktq0dEWPFTDp2Eq1ZYB0hZTMI5+8byPZi9KCt/XL8ceUFLL 0XIVRPmi9AoDbiKogfuXK5OrBUPVhm1tNFv9HELBoNgUFDtUg6M3b8s9vlcdtRhJcUaL sR8aWsIcFKeUY5cVXC8gDlqJagwkwZALihrRH0LngGFmR6mSIAe1YxAj+CHeVAh+jSis TD8A== MIME-Version: 1.0 X-Received: by 10.194.47.226 with SMTP id g2mr69610563wjn.68.1416505755686; Thu, 20 Nov 2014 09:49:15 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 20 Nov 2014 09:49:15 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Nov 2014 09:49:15 -0800 X-Google-Sender-Auth: hYBDd2qMrzBn16zXTkNYGWsB_L0 Message-ID: Subject: Re: playing Blu-Ray discs From: Adrian Chadd To: Waitman Gobble Content-Type: text/plain; charset=UTF-8 Cc: "C. P. Ghost" , FreeBSD Questions , krad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 17:49:17 -0000 Hi! I've asked where to go to get this reviewed; the response is freebsd-fs@freebsd.org . Would you mind subscribing to that mailing list and posting your code for discussion? Thanks! -adrian On 19 November 2014 12:08, Adrian Chadd wrote: > Wow, that's awesome! > > > > > -adrian > > > On 19 November 2014 11:53, Waitman Gobble wrote: >> >> On Nov 18, 2014 10:18 AM, "Waitman Gobble" wrote: >>> >>> >>> >>> On Tue, Nov 18, 2014 at 10:00 AM, Adrian Chadd wrote: >>>> >>>> On 18 November 2014 09:48, Waitman Gobble wrote: >>>> > >>>> > >>>> > On Tue, Nov 18, 2014 at 9:28 AM, Adrian Chadd >>>> > wrote: >>>> >> >>>> >> > But this would be better i think? >>>> >> > >>>> >> > >>>> >> > https://wiki.freebsd.org/SummerOfCode2014Ideas#Port_NetBSD.27s_UDF_implementation >>>> >> > doesn't look like it's been done yet? >>>> >> >>>> >> Hey you have it done, so why not use yours as a starting point! >>>> >> >>>> >> Where'd your udf2 code come from? >>>> >> >>>> >> >>>> >> >>>> >> -adrian >>>> > >>>> > >>>> > >>>> > I forked and updated this project: >>>> > https://github.com/williamdevries/UDF >>>> > >>>> > Which I'm *guessing* was copied from >>>> > https://wiki.freebsd.org/SummerOfCode2012/UDFImplementation ? Maybe >>>> > not. >>>> > >>>> > But that devries github account has no other projects and this person >>>> > doesn't seem to show up on FreeBSD ml. (??) so, who knows. mystery! >>>> > >>>> > The original code is from NetBSD source. I downloaded current, checking >>>> > it >>>> > out.. one thing there's reference in the UDF code to Matt Thomas' >>>> > red-black >>>> > trees.. I think FreeBSD 11.0-Current has nv.h so that stuff will >>>> > probably >>>> > need to be reworked, unless we bring proplib back in.. nah. But it's >>>> > possible that the 'new' UDF code will only target current sources, >>>> > since the >>>> > documentation I read states that nv.h is 'since 11' >>>> >>>> Oh sweet! >>>> >>>> Yes, let's get this reviewed and try to get it committed! >>>> >>>> Have you run this on -HEAD with all the lock and vfs debugging turned on? >>>> >>>> >>>> >>>> -adrian >>> >>> >>> I have run on -HEAD but not yet with lock and vfs debugging. I will do >>> that. >>> >>> >>> -- >>> Waitman Gobble >>> San Jose California USA >>> 510-830-7975 >> >> I just received a Blu-Ray disc proof from Discmakers, it plays on FreeBSD >> using mplayer. There is a CERTIFICATES directory on the disc, but since its >> a proof I dont believe it has DRM encryption... will have to check it out. >> but it is playing on FreeBSD so its good.