11.4Spooka#	$NetBSD: TODO,v 1.4 2015/05/17 09:46:12 pooka Exp $
21.1Sjdolecek
31.1Sjdolecek 1) should understand "older", original High Sierra ("CDROM001") type
41.1Sjdolecek
51.1Sjdolecek   Not yet. ( I don't have this technical information, yet. )
61.1Sjdolecek
71.1Sjdolecek 2) should understand Rock Ridge
81.1Sjdolecek
91.1Sjdolecek   Yes, we have follows function.
101.1Sjdolecek
111.1Sjdolecek       o Symbolic Link
121.1Sjdolecek       o Real Name(long name)
131.2Sperry       o File Attribute
141.1Sjdolecek       o Time stamp
151.1Sjdolecek       o uid, gid
161.1Sjdolecek       o Devices
171.1Sjdolecek       o Relocated directories
181.1Sjdolecek
191.1Sjdolecek   Except follows:
201.1Sjdolecek
211.1Sjdolecek       o POSIX device number mapping
221.1Sjdolecek
231.1Sjdolecek         There is some preliminary stuff in there that (ab-)uses the mknod
241.1Sjdolecek         system call, but this needs a writable filesystem
251.2Sperry
261.1Sjdolecek 5) should have name translation enabled by mount flag
271.1Sjdolecek
281.1Sjdolecek   Yes. we can disable the Rock Ridge Extension by follows option;
291.1Sjdolecek
301.1Sjdolecek      "mount -t isofs -o -norrip /dev/cd0d /cdrom"
311.1Sjdolecek
321.1Sjdolecek 6) should run as a user process, and not take up kernel space (cdroms
331.1Sjdolecek    are slow)
341.1Sjdolecek
351.4Spooka   Yes, via rump kernels, also transparently on top of puffs w/ rump_cd9660(8).
361.1Sjdolecek
371.1Sjdolecek 7) ECMA support.
381.1Sjdolecek
391.1Sjdolecek   Not yet. we need not only a technical spec but also ECMA format
401.1Sjdolecek   cd-rom itself!
411.1Sjdolecek
421.1Sjdolecek 8) Character set change by SVD ( multi SVD support )
431.1Sjdolecek
441.1Sjdolecek   Not yet. We should also hack the other part of system as 8 bit
451.1Sjdolecek   clean. As far as I know, if you export the cdrom by NFS, the client
461.1Sjdolecek   can access the 8 bit clean (ie. Solaris Japanese with EUC code )
471.1Sjdolecek
48