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

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

1991/0607/sys/src/9/port/portdat.h:400,4051991/0614/sys/src/9/port/portdat.h:400,406 (short | long | prev | next)
Add Proc.hasspin. Add MAXSYSARG. (Note authfd!)
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	int	kp;			/* true if a kernel process */ 
1991/0513    
	Proc	*palarm;		/* Next alarm time */ 
	ulong	alarm;			/* Time of call */ 
1991/0614    
	int	hasspin; 
1991/0513    
 
1991/0504    
	/* 
1991/0507    
	 *  machine specific MMU goo 
1991/0607/sys/src/9/port/portdat.h:491,4961991/0614/sys/src/9/port/portdat.h:492,498
1991/0428    
	Streambhi= 32,		/* block count high water mark */ 
}; 
 
1991/0614    
#define MAXSYSARG	6	/* for mount(fd, mpt, flag, arg, srv, authfd) */ 
1991/0428    
#define	PRINTSIZE	256 
#define	NUMSIZE	12		/* size of formatted number */ 
 


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