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