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,6221993/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 */ 
		saveregisters();	 
1991/0427    
		c = (*devtab[c->type].open)(c, omode); 
1993/1018    
		saveregisters(); 
 
1993/1017    
		if(omode == OEXEC) 
			c->flag |= CTEXT; 
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) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)