| plan 9 kernel history: overview | file list | diff list |
1991/1011/port/devproc.c (diff list | history)
| 1991/0926/sys/src/9/port/devproc.c:111,116 – 1991/1011/sys/src/9/port/devproc.c:111,122 (short | long | prev | next) | ||
| 1990/0227 | int procwalk(Chan *c, char *name) { | |
| 1991/1011 | if(name[0] == '.' && name[1] == '.' && name[2] == '\0') { c->qid.path = Qdir|CHDIR; return 1; } | |
| 1990/0227 | return devwalk(c, name, 0, 0, procgen); } | |