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

1992/0103/port/fault.c (diff list | history)

1991/1219/sys/src/9/port/fault.c:76,821992/0103/sys/src/9/port/fault.c:76,82 (short | long | prev | next)
Whitespace edit.
rsc Fri Mar 4 12:44:25 2005
1991/0705    
	case SG_BSS: 
	case SG_STACK:	 
			/* Zero fill on demand */ 
		if(*pg == 0) {			 
1992/0103    
		if(*pg == 0) { 
1991/0705    
			if(new == 0 && (new = newpage(1, &s, addr)) && s == 0) 
1991/1109    
				return -1; 
1991/0705    
			*pg = new; 


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