plan 9 kernel history: overview | file list | diff list

1990/0619/port/sysproc.c (diff list | history)

1990/0619/sys/src/9/port/sysproc.c:157,1631990/08141/sys/src/9/port/sysproc.c:157,163 (short | long | prev | next)
1990/0227    
	Seg *s; 
	ulong l, t, d, b, v; 
	int i; 
	Chan *tc; 
1990/08141    
	Chan *tc, *c; 
1990/0227    
	Orig *o; 
	char **argv, **argp; 
	char *a, *charp, *file; 
1990/0619/sys/src/9/port/sysproc.c:287,2921990/08141/sys/src/9/port/sysproc.c:287,301
1990/0227    
	 * Committed.  Free old memory 
	 */ 
	freesegs(ESEG); 
1990/08141    
 
	/* 
	 * Close on exec 
	 */ 
	for(i=0; i<=u->maxfd; i++) 
		if((c=u->fd[i]) && c->flag&CCEXEC){ 
			close(c); 
			fdclose(i); 
		} 
1990/0227    
 
	/* 
	 * Text.  Shared. 


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