| plan 9 kernel history: overview | file list | diff list |
1991/1109/port/devroot.c (diff list | history)
| 1991/1109/sys/src/9/port/devroot.c:23,38 – 1991/1112/sys/src/9/port/devroot.c:23,38 (short | long | prev | next) | ||
| 1991/0910 | extern ulong kfscode[]; | |
| 1991/0214 | ||
| 1990/0227 | Dirtab rootdir[]={ | |
| 1990/11211 |
| |
| 1991/1112 | "bin", {Qbin|CHDIR}, 0, 0777, "boot", {Qboot}, 0, 0777, "dev", {Qdev|CHDIR}, 0, 0777, "env", {Qenv|CHDIR}, 0, 0777, "proc", {Qproc|CHDIR}, 0, 0777, | |
| 1990/0227 | }; #define NROOT (sizeof rootdir/sizeof(Dirtab)) | |
| 1991/0615 | Dirtab rootpdir[]={ | |
| 1991/0910 |
| |
| 1991/1112 | "cfs", {Qcfs}, 0, 0777, "kfs", {Qkfs}, 0, 0777, | |
| 1991/0615 | }; Dirtab *rootmap[sizeof rootpdir/sizeof(Dirtab)]; | |
| 1991/0214 | int nroot; | |