Remove building with NOCRYPTO option
[minix.git] / sys / fs / cd9660 / TODO
blob3457ca4bfab4c305bd62036e114b51edad8fa2f8
1 #       $NetBSD: TODO,v 1.4 2015/05/17 09:46:12 pooka Exp $
3  1) should understand "older", original High Sierra ("CDROM001") type
5    Not yet. ( I don't have this technical information, yet. )
7  2) should understand Rock Ridge
9    Yes, we have follows function.
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
19    Except follows:
21        o POSIX device number mapping
23          There is some preliminary stuff in there that (ab-)uses the mknod
24          system call, but this needs a writable filesystem
26  5) should have name translation enabled by mount flag
28    Yes. we can disable the Rock Ridge Extension by follows option;
30       "mount -t isofs -o -norrip /dev/cd0d /cdrom"
32  6) should run as a user process, and not take up kernel space (cdroms
33     are slow)
35    Yes, via rump kernels, also transparently on top of puffs w/ rump_cd9660(8).
37  7) ECMA support.
39    Not yet. we need not only a technical spec but also ECMA format
40    cd-rom itself!
42  8) Character set change by SVD ( multi SVD support )
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 )