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

1992/0129/port/devcons.c (diff list | history)

1992/0114/sys/src/9/port/devcons.c:821,8271992/0129/sys/src/9/port/devcons.c:821,827 (short | long | prev | next)
1992/0114    
			error(Eperm); 
1991/1127    
		strncpy(u->p->user, a+8, NAMELEN); 
		u->p->user[NAMELEN-1] = '\0'; 
1991/1207    
		memmove(u->p->pgrp->crypt->key, a+NAMELEN+DESKEYLEN, DESKEYLEN); 
1992/0129    
		memmove(u->p->pgrp->crypt->key, a+8+NAMELEN, DESKEYLEN); 
1991/1127    
		break; 
1990/0227    
 
	case Qnull: 


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