| plan 9 kernel history: overview | file list | diff list |
2000/0422/alphapc/main.c (diff list | history)
| 2000/0401/sys/src/9/alphapc/main.c:131,136 – 2000/0422/sys/src/9/alphapc/main.c:131,138 (short | long | prev | next) | ||
| 1999/0415 | * Then early kproc's will have a root and dot. */ up->slash = namec("#/", Atodir, 0, 0); | |
| 2000/0422 | cnameclose(up->slash->name); up->slash->name = newcname("/"); | |
| 1999/0415 | up->dot = cclone(up->slash, 0); chandevinit(); | |