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

2002/0401/boot/local.c (diff list | history)

2002/0401/sys/src/9/boot/local.c:96,1062002/0414/sys/src/9/boot/local.c:96,101 (short | long | prev | next)
2000/1018    
			*argp++ = bargv[i]; 
1993/0403    
		*argp = 0; 
2001/0527    
 
		print("kfs"); 
		for(argp=arg; *argp; argp++) 
			print(" %s", *argp); 
		print("\n"); 
2000/1018    
                 
		dup(p[0], 0); 
		dup(p[1], 1); 
		close(p[0]); 


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