| plan 9 kernel history: overview | file list | diff list |
1993/1018/port/chan.c (diff list | history)
| 1993/1017/sys/src/9/port/chan.c:613,622 – 1993/1018/sys/src/9/port/chan.c:613,625 (short | long | prev | next) | ||
| 1990/0820 | } | |
| 1990/0227 | Open: | |
| 1991/1011 | /* else error() in open has wrong value of c saved */ | |
| 1991/0427 |
| |
| 1993/1018 | saveregisters(); | |
| 1993/1017 | if(omode == OEXEC) | |
| 1993/1018 | c->flag &= ~CCACHE; c = (*devtab[c->type].open)(c, omode); | |
| 1990/08141 | if(omode & OCEXEC) | |
| 1991/0427 | c->flag |= CCEXEC; | |
| 1992/0811 | if(omode & ORCLOSE) | |