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

1990/1212/gnot/main.c (diff list | history)

1990/1211/sys/src/9/gnot/main.c:339,3441990/1212/sys/src/9/gnot/main.c:339,345 (short | long | prev | next)
1990/1006    
	conf.npipe = conf.nstream/2; 
1990/1115    
	conf.nservice = 3*mul;			/* was conf.nproc/5 */ 
1990/1110    
	conf.nfsyschan = 31 + conf.nchan/20; 
1990/1212    
	conf.copymode = 0;		/* copy on write */ 
1990/1211    
} 
 
/* 
1990/1211/sys/src/9/gnot/main.c:345,3511990/1212/sys/src/9/gnot/main.c:346,352
1990/1211    
 *  set up floating point for a new process 
 */ 
void 
setup(Proc *p) 
1990/1212    
procsetup(Proc *p) 
1990/1211    
{ 
	long fpnull; 
 
1990/1211/sys/src/9/gnot/main.c:361,3671990/1212/sys/src/9/gnot/main.c:362,368
1990/1211    
 * Save the part of the process state. 
 */ 
void 
save(uchar *state, int len) 
1990/1212    
procsave(uchar *state, int len) 
1990/1211    
{ 
	Balu *balu; 
 
1990/1211/sys/src/9/gnot/main.c:385,3961990/1212/sys/src/9/gnot/main.c:386,397
1990/1211    
} 
 
/* 
 *  Restore what save() saves 
1990/1212    
 *  Restore what procsave() saves 
1990/1211    
 * 
 *  Save() makes sure that what state points to is long enough 
1990/1212    
 *  Procsave() makes sure that what state points to is long enough 
1990/1211    
 */ 
void 
restore(Proc *p, uchar *state) 
1990/1212    
procrestore(Proc *p, uchar *state) 
1990/1211    
{ 
	Balu *balu; 
 


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