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

1997/0408/port/sysproc.c (diff list | history)

1997/0327/sys/src/9/port/sysproc.c:397,4031997/0408/sys/src/9/port/sysproc.c:397,403 (short | long | prev | next)
1994/0727    
	/* 
1994/0915    
	 *  '/' processes are higher priority (hack to make /ip more responsive). 
1994/0727    
	 */ 
1995/0110    
	if(devchar[tc->type] == L'/') 
1997/0408    
	if(devtab[tc->type]->dc == L'/') 
1995/0110    
		up->basepri = PriRoot; 
	up->priority = up->basepri; 
1994/0812    
	poperror(); 


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