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

1992/0623/gnot/main.c (diff list | history)

1992/0622/sys/src/9/gnot/main.c:161,1681992/0623/sys/src/9/gnot/main.c:161,170 (short | long | prev | next)
1990/03091    
 
	p = newproc(); 
	p->pgrp = newpgrp(); 
1991/0705    
	p->egrp = newegrp(); 
	p->fgrp = newfgrp(); 
1992/0623    
	p->egrp = smalloc(sizeof(Egrp)); 
	p->egrp->ref = 1; 
	p->fgrp = smalloc(sizeof(Fgrp)); 
	p->fgrp->ref = 1; 
1991/1112    
	p->procmode = 0640; 
1991/0705    
 
1990/03091    
	strcpy(p->text, "*init*"); 


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