Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/13/2003 01:00:04
Module Name: src
Committed By: dsl
Date: Wed Mar 12 23:00:04 UTC 2003
Modified Files:
src/sys/kern: sys_pipe.c
Log Message:
Validate that pgid argument to TIOCSPGRP in part of current session.
Treat +ve numbers as process group ids and -ve as pids (see tcsetpgrp() in part of current session.
Treat +ve numbers as process group ids and -ve as pids - see tcsetpgrp(3).
(approved by christos)
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.