Subject: PR/31126 CVS commit: src/sys
To: None <kleink@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: netbsd-bugs
Date: 09/06/2005 20:47:01
The following reply was made to PR kern/31126; it has been noted by GNATS.

From: Klaus Klein <kleink@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31126 CVS commit: src/sys
Date: Tue,  6 Sep 2005 20:46:38 +0000 (UTC)

 Module Name:	src
 Committed By:	kleink
 Date:		Tue Sep  6 20:46:38 UTC 2005
 
 Modified Files:
 	src/sys/arch/pmax/dev: dc.c dtop.c
 	src/sys/arch/pmax/tc: scc.c
 	src/sys/dev/qbus: dhu.c
 
 Log Message:
 Change the driver open function's conditional for overriding exclusive tty
 use from checking the proc's uid to suser(9), and account for the use of
 privileges.  Noted by David Holland in PR kern/31126.
 
 Also change this to use the proc argument instead of curproc.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.79 -r1.80 src/sys/arch/pmax/dev/dc.c
 cvs rdiff -r1.68 -r1.69 src/sys/arch/pmax/dev/dtop.c
 cvs rdiff -r1.86 -r1.87 src/sys/arch/pmax/tc/scc.c
 cvs rdiff -r1.38 -r1.39 src/sys/dev/qbus/dhu.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.