Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hcrvx2.UUCP Path: utzoo!hcrvx2!jimr From: jimr@hcrvx2.UUCP (Jim Robinson) Newsgroups: net.unix,net.unix-wizards Subject: P1003 System V compatible BSD-style job control Message-ID: <2385@hcrvx2.UUCP> Date: Tue, 2-Sep-86 20:34:29 EDT Article-I.D.: hcrvx2.2385 Posted: Tue Sep 2 20:34:29 1986 Date-Received: Wed, 3-Sep-86 00:47:47 EDT Organization: Human Computing Resources, Toronto Lines: 14 * I recently looked at the IEEE proposal to the P1003 committee on UNIX standards re a System V compatible BSD-style job control mechanism (#P.047) and it all seemed quite reasonable except for the fact that I could not discern whether there existed a means of associating an arbitrary process with the terminal. (BSD uses an ioctl). The one system call that I thought might do this 'setpgrp2' quite clearly says that this "function does not affect the process's terminal affiliation". Assuming that the words "association" and "affiliation" are interchangeable in this context, then it would appear that this call does not do as I had thought it might. Am I missing something, or is this correct wrt 'setpgrp2'. If the latter is true, then what means is to be used to perform terminal association? J.B. Robinson