Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/15/2003 20:10:18
Module Name:	src
Committed By:	dsl
Date:		Sat Feb 15 18:10:17 UTC 2003

Modified Files:
	src/sys/kern: kern_proc.c kern_prot.c kern_sig.c
	src/sys/sys: proc.h

Log Message:
Fix support of 15 and 16 character lognames.
Warn if the logname is changed within a session - usually a missing setsid.
(approved by christos)


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/kern/kern_proc.c
cvs rdiff -r1.71 -r1.72 src/sys/kern/kern_prot.c
cvs rdiff -r1.133 -r1.134 src/sys/kern/kern_sig.c
cvs rdiff -r1.158 -r1.159 src/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.