Path: utzoo!utgpu!water!watmath!clyde!rutgers!rochester!udel!gatech!mcnc!ecsvax!agb From: agb@ecsvax.UUCP (Alan Bishop) Newsgroups: comp.os.minix Subject: Re: More re signals from original Minix tty driver Message-ID: <4524@ecsvax.UUCP> Date: 29 Jan 88 23:33:12 GMT References: <259@csed-1.UUCP> <20137@amdcad.AMD.COM> Reply-To: agb@ecsvax.UUCP (Alan Bishop) Organization: NCSU (Student) Lines: 9 If anyone's working on removing the assumptions the terminal driver makes about where to send signals (LOW_USER + 1 + proc) I did this a while back. The method I used required mods the the MM (since it dealt with process groups), the FS (to implement control terminals), and the TTY driver (since it's the one that sends the signals). These were posted several months ago under the title "Patches to fix control terminals" (or something similar to that) from the userid bishop@ecsvax.UUCP. alan