Path: utzoo!utgpu!water!watmath!clyde!rutgers!bellcore!faline!ulysses!sfmag!sfsup!rrg From: rrg@sfsup.UUCP (R.R.Gomes) Newsgroups: comp.unix.wizards Subject: Re: writing on the text segment Message-ID: <2736@sfsup.UUCP> Date: 1 Feb 88 21:16:39 GMT References: <11476@brl-adm.ARPA> <207@sdti.UUCP> <2624@bloom-beacon.MIT.EDU> <10376@mimsy.UUCP> <455@cosmo.UUCP> Reply-To: rrg@attunix.UUCP (Ron Gomes) Organization: AT&T Lines: 11 /proc (the process file system) for System V has existed within AT&T for several years and will likely be included in a future release of the system. In addition to the capabilities described in Tom Killian's USENIX paper several years ago it contains substantial improvements including selective system call interception and dissociation of the user interface from internal system details (such as the proc and user structures). The implementation is also more portable, and works over RFS (so that, for example, processes running on remote machines can be traced or debugged). Ron Gomes (attunix!rrg)