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

1998/0825/port/page.c (diff list | history)

1998/0605/sys/src/9/port/page.c:58,651998/0825/sys/src/9/port/page.c:58,65 (short | long | prev | next)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
1992/0303    
	swapalloc.headroom = swapalloc.highwater + (swapalloc.highwater/4); 
1992/0619    
 
1993/0918    
	print("%lud free pages\n", palloc.user); 
	print("%dK bytes\n", pm); 
	print("%dK swap\n", vm); 
1998/0825    
	print("%ludK bytes\n", pm); 
	print("%ludK swap\n", vm); 
1990/0227    
} 
 
1998/0605    
static void 


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