kqueue: Use wakeup_one based on # of threads sleep on kqueue
[dragonfly.git] / sys / vfs / isofs / cd9660 / TODO
blobdfa4543bb63a71e50805cd7d7d4100b8514f66e8
1 # $FreeBSD: src/sys/isofs/cd9660/TODO,v 1.7 1999/08/28 00:46:05 peter Exp $
3  2) should understand Rock Ridge
5    Yes, we have follows function.
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
15    Except follows:
17        o POSIX device number mapping
19          There is some preliminary stuff in there that (ab-)uses the mknod
20          system call, but this needs a writable filesystem
22  5) should have name translation enabled by mount flag
24    Yes. we can disable the Rock Ridge Extension by follows option;
26       "mount -t isofs -o -norrip /dev/cd0d /cdrom"
28  6) should run as a user process, and not take up kernel space (cdroms
29     are slow)
31    Not yet.
33  7) ECMA support.
35    Not yet. we need not only a technical spec but also ECMA format
36    cd-rom itself!
38  8) Character set change by SVD ( multi SVD support )
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 )