The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/cd9660/TODO

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: a49499f39c8e091c5c2ce54a08cef3d4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.