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

Cache object: 8ffd2e7cbdddeee43ddb7daf95a4402c


[ 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.