| plan 9 kernel history: overview | file list | diff list |
1996/0730/port/chan.c (diff list | history)
| 1995/0208/sys/src/9/port/chan.c:725,730 – 1996/0730/sys/src/9/port/chan.c:725,732 (short | long | prev | next) | ||
| 1991/0427 | (*devtab[c->type].create)(c, elem, omode, perm); | |
| 1990/08141 | if(omode & OCEXEC) | |
| 1991/0427 | c->flag |= CCEXEC; | |
| 1996/0730 | if(omode & ORCLOSE) c->flag |= CRCLOSE; | |
| 1991/1105 | poperror(); | |
| 1990/0227 | break; | |