Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Nov 2001 12:37:32 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   RE: cvs commit: src/lib/libstand cd9660.c
Message-ID:  <XFMail.011106123732.jhb@FreeBSD.org>
In-Reply-To: <200111061959.fA6JxJS87473@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 06-Nov-01 John Baldwin wrote:
> jhb         2001/11/06 11:59:19 PST
> 
>   Modified files:
>     lib/libstand         cd9660.c 
>   Log:
>   - Add a simple SUSP parser.
>   - Use the SUSP parser to detect Rock Ridge (RRIP) extensions and to look
>     up alternate names when opening files.

I still need to change this so that readdir() can use Rock Ridge names.  This
will require me to change cd9660's struct file to cache the SUSP len_skp and
the block and offset of the directoy record however.  This will also allow
stat() to use RR modes, not that that is really all that important, but is nice
for correctness I suppose.  At least it can load loader.conf now:

Console: serial port
BIOS CD is cd0
BIOS drive A: is disk0
BIOS drive C: is disk1
BIOS 639kB/260992kB available memory

FreeBSD/i386 bootstrap loader, Revision 1.0
(john@laptop.baldwin.cx, Sat Nov  3 16:19:24 PST 2001)
Loading /boot/defaults/loader.conf 
Unable to load kernel:
Aborted!
\
can't load 'kernel'

Type '?' for a list of commands, 'help' for more detailed help.
ok more /boot/loader.conf
*** FILE /boot/loader.conf BEGIN ***
# -- sysinstall generated deltas -- #
*** FILE /boot/loader.conf END ***
ok ls
/
 d  BOOT
    BOOT.CAT;1
ok 

-- 

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011106123732.jhb>