Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!petrus!scherzo!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: Eighth Edition and job control (was Re: UNIX Futures) Message-ID: <2350@brl-smoke.ARPA> Date: Fri, 4-Apr-86 03:48:08 EST Article-I.D.: brl-smok.2350 Posted: Fri Apr 4 03:48:08 1986 Date-Received: Tue, 8-Apr-86 06:16:38 EST References: <3289@sun.UUCP> <57700002@hpcvlo.UUCP> <127@sering.mcvax.UUCP> <559@basser.oz> Reply-To: gwyn@brl.ARPA Organization: Ballistic Research Lab (BRL) Lines: 41 In article <559@basser.oz> john@basser.oz (John Mackin) writes: >In article <127@sering.mcvax.UUCP> dpk@sering.UUCP (Doug Kingston) writes: >> [omitted] >A Blit is a research terminal, manufactured first at Bell Research >and then by Teletype exclusively for Bell Research. I thought a little company in NY (whose name I forget) had the contract? Another significant difference between the Blit and the 5620 would seem to be the color of the display; didn't the Blit have a white phosphor? The word size difference shows up in the existence of both texture and texture16, yuck. >Also on terminology, you refer to /dev/proc. The conventional >mount point of the Eighth Edition process file system is /proc. >I do not believe anyone ever mounts it on /dev/proc. That's probably my fault; I have referred to this as /dev/proc a few times. It seemed to me that calling it /proc wouldn't convey the special nature of the /proc filesystem type. >You say as much, but then you say you still want to be able to >stop and restart processes. On V8, that is as easy as opening >the process' /proc entry and doing a single ioctl(). No harder >than doing a kill(). For the purposes you say you use the >facility, having it generated from a character typed on the >controlling terminal (^Z) is pretty pointless. So there's >no clear advantage there. ?? How do you get the /proc entry open etc. in the first place, except from a Blit-like terminal where you already have multiple processes? It seems to me you need to press some key on a normal terminal. >As far as stopping, making a core, and restarting goes, or in >general for debugging anything, may I recommend the V8 debugger, >``pi''. Yes, yes! When will this be generally available?