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

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

1991/1107/sys/src/9/port/portdat.h:516,5221991/1109/sys/src/9/port/portdat.h:516,525 (short | long | prev | next)
Add Proc.procmode. Rename user to eve. (Adm owns the file server.)
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	ulong	time[6];		/* User, Sys, Real; child U, S, R */ 
	short	insyscall; 
	int	fpstate; 
1991/1109    
 
1991/0428    
	Lock	debug;			/* to access debugging elements of User */ 
1991/1109    
	ulong	procmode;		/* proc device file mode */ 
 
1991/0428    
	Rendez	*r;			/* rendezvous point slept on */ 
	Rendez	sleep;			/* place for tsleep and syssleep */ 
1991/0727    
	int	notepending;		/* note issued but not acted on */ 
1991/1107/sys/src/9/port/portdat.h:645,6561991/1109/sys/src/9/port/portdat.h:648,659
1991/0428    
extern	ulong	initcode[]; 
extern	Dev	devtab[]; 
extern	char	devchar[]; 
extern	char	user[NAMELEN]; 
1991/1102    
extern	char	*conffile; 
1991/0428    
extern	char	*errstrtab[]; 
extern	char	*statename[]; 
1991/0705    
extern	Palloc 	palloc; 
extern  Image	swapimage; 
1991/1109    
extern  char	eve[]; 
1991/0428    
 
1991/0705    
#define	CHDIR		0x80000000L 
#define	CHAPPEND 	0x40000000L 


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