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