[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / sys / isofs / cd9660

Annotation of sys/isofs/cd9660/TODO, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: TODO,v 1.2 1997/02/24 14:30:49 niklas Exp $
        !             2: #      $NetBSD: TODO,v 1.4 1994/07/19 11:34:48 mycroft Exp $
        !             3:
        !             4:  1) should understand "older", original High Sierra ("CDROM001") type
        !             5:
        !             6:    Not yet. ( I don't have this technical information, yet. )
        !             7:
        !             8:  2) should understand Rock Ridge
        !             9:
        !            10:    Yes, we have follows function.
        !            11:
        !            12:        o Symbolic Link
        !            13:        o Real Name(long name)
        !            14:        o File Attribute
        !            15:        o Time stamp
        !            16:        o uid, gid
        !            17:        o Devices
        !            18:        o Relocated directories
        !            19:
        !            20:    Except follows:
        !            21:
        !            22:        o POSIX device number mapping
        !            23:
        !            24:          There is some preliminary stuff in there that (ab-)uses the mknod
        !            25:          system call, but this needs a writable filesystem
        !            26:
        !            27:  5) should have name translation enabled by mount flag
        !            28:
        !            29:    Yes. we can disable the Rock Ridge Extension by follows option;
        !            30:
        !            31:       "mount -t isofs -o -norrip /dev/cd0d /cdrom"
        !            32:
        !            33:  6) should run as a user process, and not take up kernel space (cdroms
        !            34:     are slow)
        !            35:
        !            36:    Not yet.
        !            37:
        !            38:  7) ECMA support.
        !            39:
        !            40:    Not yet. we need not only a technical spec but also ECMA format
        !            41:    cd-rom itself!
        !            42:
        !            43:  8) Character set change by SVD ( multi SVD support )
        !            44:
        !            45:    Not yet. We should also hack the other part of system as 8 bit
        !            46:    clean. As far as I know, if you export the cdrom by NFS, the client
        !            47:    can access the 8 bit clean (ie. Solaris Japanese with EUC code )
        !            48:

CVSweb