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

1993/0122/port/devproc.c (diff list | history)

1992/1206/sys/src/9/port/devproc.c:269,2751993/0122/sys/src/9/port/devproc.c:269,275 (short | long | prev | next)
1990/0227    
 
1991/1110    
		if(offset >= KZERO) { 
1992/0824    
			/* Protect crypt key memory */ 
			if(offset >= palloc.cmembase && offset < palloc.cmemtop) 
1993/0122    
			if(offset < palloc.cmemtop && offset+n > palloc.cmembase) 
1992/0824    
				error(Eperm); 
 
1992/0128    
			/* validate physical kernel addresses */ 


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