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

1991/0707/port/sysproc.c (diff list | history)

1991/0706/sys/src/9/port/sysproc.c:279,2891991/0707/sys/src/9/port/sysproc.c:279,289 (short | long | prev | next)
1990/0227    
	 * Move the stack 
	 */ 
1991/0705    
	s = p->seg[ESEG]; 
1991/0707    
	p->seg[ESEG] = 0; 
1991/0705    
	p->seg[SSEG] = s; 
	s->base = USTKTOP-USTKSIZE; 
	s->top = USTKTOP; 
	relocateseg(s, TSTKTOP-USTKTOP); 
	p->seg[ESEG] = 0; 
1990/0227    
 
1991/0706    
	close(tc); 
1991/0705    
	poperror(); 


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