Date: Mon, 13 Sep 2004 22:30:31 +1000 From: Sam Lawrance <boris@brooknet.com.au> To: Joanna Sledzik <asledzik@ae.katowice.pl> Cc: freebsd-hackers@freebsd.org Subject: Re: struct proc - basic question Message-ID: <1095078631.77709.53.camel@dirk.no.domain> In-Reply-To: <Pine.OSF.4.58.0409131355160.185678@sulu.ae.katowice.pl> References: <Pine.OSF.4.58.0409131355160.185678@sulu.ae.katowice.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2004-09-13 at 22:01, Joanna Sledzik wrote: > Hi :) > I'm very very begginer in Unix system programming. > What function should I use to catch the struct proc for some process? > Is it possible to get the pointer to struct proc using for example the pid_t pid > as an argument? >From userland, maybe the kvm_* functions will do what you want. See the kvm, kvm_open and kvm_getprocs manpages. -Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1095078631.77709.53.camel>