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

1990/0617/gnot/fault.c (diff list | history)

1990/0617/sys/src/9/gnot/fault.c:185,1931990/0724/sys/src/9/gnot/fault.c:185,193 (short | long | prev | next)
1990/03091    
		} 
	} 
	/* 
	 * Copy on reference 
1990/0724    
	 * Copy on write 
1990/03091    
	 */ 
	if((o->flag & OWRPERM) 
1990/0724    
	if((o->flag & OWRPERM) && !read 
1990/03091    
	&& ((head && ((o->flag&OPURE) || o->nproc>1)) 
	    || (!head && pte->page->ref>1))){ 
 


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