Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site mtxinu.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!umcp-cs!gymble!lll-crg!dual!unisoft!mtxinu!ed From: ed@mtxinu.UUCP (Ed Gould) Newsgroups: net.unix-wizards Subject: Re: How can you look at the u.area of another process? Message-ID: <332@mtxinu.UUCP> Date: Mon, 25-Mar-85 19:18:51 EST Article-I.D.: mtxinu.332 Posted: Mon Mar 25 19:18:51 1985 Date-Received: Sat, 30-Mar-85 08:03:44 EST References: <12086@watmath.UUCP> Distribution: net Organization: mt Xinu, Berkeley, CA Lines: 14 > We are creating a new kernel call that requires looking at the u. area > of another process (given its pid) in 4.2BSD. > -- > sanjay In general, there's no easy way to do this since the u. is part of the per-process information that can be swapped to disk. The proc table contains the information that must be resident at all times. If you want to read the information from the disk if it's not resident, of course, it's possible to do what you want. -- Ed Gould mt Xinu, 739 Allston Way, Berkeley, CA 94710 USA {ucbvax,decvax}!mtxinu!ed +1 415 644 0146