| plan 9 kernel history: overview | file list | diff list |
1993/1202/port/devproc.c (diff list | history)
| 1993/1201/sys/src/9/port/devproc.c:151,157 – 1993/1202/sys/src/9/port/devproc.c:151,157 (short | long | prev | next) | ||
| 1990/0227 | procwalk(Chan *c, char *name) { | |
| 1991/1106 | if(strcmp(name, "..") == 0) { | |
| 1991/1011 |
| |
| 1993/1202 | c->qid.path = CHDIR; | |
| 1991/1011 | return 1; } | |