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

1991/1216/port/portdat.h (diff list | history)

1991/1207/sys/src/9/port/portdat.h:529,5351991/1216/sys/src/9/port/portdat.h:529,535 (short | long | prev | next)
Change debug to QLock.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	short	insyscall; 
	int	fpstate; 
1991/1109    
 
1991/0428    
	Lock	debug;			/* to access debugging elements of User */ 
1991/1216    
	QLock	debug;			/* to access debugging elements of User */ 
1991/1110    
	Proc	*pdbg;			/* the debugging process */ 
1991/1109    
	ulong	procmode;		/* proc device file mode */ 
1991/1110    
	int	hang;			/* hang at next exec for debug */ 


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