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

1990/1123/port/sysproc.c (diff list | history)

1990/11211/sys/src/9/port/sysproc.c:13,191990/1123/sys/src/9/port/sysproc.c:13,19 (short | long | prev | next)
1990/0227    
long 
sysr1(ulong *arg) 
{ 
	print("[%d] r1 = %d\n", u->p->pid, arg[0]); 
1990/1123    
	print("[%s %s %d] r1 = %d\n", u->p->pgrp->user, u->p->text, u->p->pid, arg[0]); 
1990/0227    
	return 0; 
} 
 


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