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

1991/1109/port/devroot.c (diff list | history)

1991/1109/sys/src/9/port/devroot.c:23,381991/1112/sys/src/9/port/devroot.c:23,38 (short | long | prev | next)
1991/0910    
extern ulong	kfscode[]; 
1991/0214    
 
1990/0227    
Dirtab rootdir[]={ 
1990/11211    
	"bin",		{Qbin|CHDIR},	0,			0700, 
	"boot",		{Qboot},	0,			0700, 
	"dev",		{Qdev|CHDIR},	0,			0700, 
	"env",		{Qenv|CHDIR},	0,			0700, 
	"proc",		{Qproc|CHDIR},	0,			0700, 
1991/1112    
	"bin",		{Qbin|CHDIR},	0,			0777, 
	"boot",		{Qboot},	0,			0777, 
	"dev",		{Qdev|CHDIR},	0,			0777, 
	"env",		{Qenv|CHDIR},	0,			0777, 
	"proc",		{Qproc|CHDIR},	0,			0777, 
1990/0227    
}; 
#define	NROOT	(sizeof rootdir/sizeof(Dirtab)) 
1991/0615    
Dirtab rootpdir[]={ 
	"cfs",		{Qcfs},		0,			0700, 
1991/0910    
	"kfs",		{Qkfs},		0,			0700, 
1991/1112    
	"cfs",		{Qcfs},		0,			0777, 
	"kfs",		{Qkfs},		0,			0777, 
1991/0615    
}; 
Dirtab *rootmap[sizeof rootpdir/sizeof(Dirtab)]; 
1991/0214    
int	nroot; 


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