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

1991/1109/gnot/main.c (diff list | history)

1991/1107/sys/src/9/gnot/main.c:23,291991/1109/sys/src/9/gnot/main.c:23,28 (short | long | prev | next)
1990/0613    
}; 
1990/0312    
#define BOOT ((Boot*)0) 
 
1991/0906    
char	user[NAMELEN]; 
char bootuser[NAMELEN]; 
1990/0613    
char bootline[64]; 
1990/0918    
char bootserver[64]; 
1991/1107/sys/src/9/gnot/main.c:149,1561991/1109/sys/src/9/gnot/main.c:148,154
1991/0705    
	p->fgrp = newfgrp(); 
 
1990/03091    
	strcpy(p->text, "*init*"); 
1991/1105    
	strcpy(p->user, "bootes"); 
1991/0906    
	strcpy(user, "bootes"); 
1991/1109    
	strcpy(p->user, eve); 
1990/1211    
	p->fpstate = FPinit; 
1991/0906    
 
1990/03091    
	/* 


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