From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 13:22:23 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55B531065676 for ; Thu, 30 Oct 2008 13:22:23 +0000 (UTC) (envelope-from aniketpansare@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9188FC24 for ; Thu, 30 Oct 2008 13:22:22 +0000 (UTC) (envelope-from aniketpansare@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so194424yxb.13 for ; Thu, 30 Oct 2008 06:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=gVqjWrQ6AaDKlAV8NH/rZlfgW+CZmCPZRn9Prb6J4e4=; b=jXhYrA4cZsLR5Lipnmm5nI7WjwDhYDiWabfzvT0VBPVpOGw0WJDBs1CFWizSvWoegY kG8MVSvznHeQweHzrrQa4H1fcGFyVlvntcvxv+yRC1GrA4AbvH8o22I4GoM6+PDWLzdH gBn70TDIuu6WhTGAeFwa7xvXKNwguQyJvXvaM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=mgwg4JbOMk4RZhrPIFRqVulYOkJrtFEjLA56RUBydxnObebG3hgJIRJYs0Jo8fF72N p/APFvfWCKnLl6lmS3gzG43fRfjRWRog9kMQmdSufd6TtolYUiyIHjY0Yldr/vLwNOgy GoD0wi9Kt0OUTIpkFQKqcuAKykNHiwFKUfc9U= Received: by 10.151.109.11 with SMTP id l11mr3456193ybm.181.1225371732584; Thu, 30 Oct 2008 06:02:12 -0700 (PDT) Received: by 10.150.197.11 with HTTP; Thu, 30 Oct 2008 06:02:12 -0700 (PDT) Message-ID: <35a750510810300602w6ed15a83m6780284601deed7b@mail.gmail.com> Date: Thu, 30 Oct 2008 18:32:12 +0530 From: "aniket pansare" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: process hibernation and process descriptor table X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 13:22:23 -0000 hi guys i am doing a project on process hibernation. i am new to linux and i want u to tell me how can i print the contents of a process descriptor table. i had a look at the softwares like cryopid and BLCR but i am not able to get it at this stage. Any suggestions about how i should go about the project. Aniket Pansare